Skip to content

Commit

Permalink
Cut version 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spladug committed Feb 27, 2018
1 parent 9be97d0 commit e1edb58
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
baseplate (0.25.0) trusty; urgency=medium

* add new baseplate-tshell
* add failure counters to server spans
* fix crash when metrics packet too large
* add hints to message queue exception messages
* make experiment event logging pluggable
* add service property to edge request context
* fix unix domain socket healthcheck in python 3
* don't return crashed connections to thrift pool

-- Neil Williams <neil@reddit.com> Tue, 27 Feb 2018 11:23:06 -0800

baseplate (0.24.1) trusty; urgency=medium

* Fix configparser referencing issue with Kubernetes auth
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def run(self):
author_email="neil@reddit.com",
license="BSD",
url="https://baseplate.readthedocs.io/en/stable/",
version="0.24.1",
version="0.25.0",

packages=find_packages(exclude=["tests", "tests.*"]),

Expand Down

0 comments on commit e1edb58

Please sign in to comment.