Skip to content

Commit

Permalink
Cut version 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spladug committed Jul 18, 2017
1 parent 43767eb commit 4bd9703
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
baseplate (0.20.0) trusty; urgency=medium

* Add HVAC integration
* Add statsd counters on span success/failure
* Factor out file change watching to FileWatcher API
* Add DictOf configuration parser for dynamic configs
* LOTS of test coverage improvements
* Documentation cleanup.
* Atomically swap secrets file
* Add Vault URL to secrets file
* Remove Gauge increment/decrement support
* Raise proper error when secrets file not available
* Fix SQLAlchemy instrumentation's reporting of errors
* Fix Cassandra instrumentation's reporting of errors
* Send error tags to Zipkin consistently
* Swallow some exceptions in Zipkin integration

-- Neil Williams <neil@reddit.com> Wed, 12 Jul 2017 00:05:59 -0700

baseplate (0.19.0) trusty; urgency=medium

* add sentry integration
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
author_email="neil@reddit.com",
license="BSD",
url="https://baseplate.readthedocs.io/en/stable/",
version="0.19.0",
version="0.20.0",

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

Expand Down

0 comments on commit 4bd9703

Please sign in to comment.