Skip to content

Commit

Permalink
Bump to 0.14.12
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Francois Weber-Marx <jfwm@hotmail.com>
  • Loading branch information
jfwm2 committed Apr 1, 2019
1 parent 653c711 commit ff9f46c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.14.12] - 2019-04-01

### Improved

- Add tracing on the graphite plugin interface
- Align the way to update metadata in Elasticsearch with Cassandra
- Setting BG_CASSANDRA_READ_ON_SAMPLING_RATE to 0 skips updating the read_on

### Fixed

- Do not update read_on if the metric is not present

## [0.14.11] - 2019-02-27

### Improved
Expand Down Expand Up @@ -492,6 +504,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- We are going to do releases from now on
[Unreleased]: https://github.com/criteo/biggraphite/compare/v0.14.11...HEAD
[0.14.12]: https://github.com/criteo/biggraphite/compare/v0.14.11...v0.14.12
[0.14.11]: https://github.com/criteo/biggraphite/compare/v0.14.10...v0.14.11
[0.14.10]: https://github.com/criteo/biggraphite/compare/v0.14.9...v0.14.10
[0.14.9]: https://github.com/criteo/biggraphite/compare/v0.14.8...v0.14.9
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def _read_reqs(relpath):

setuptools.setup(
name="biggraphite",
version="0.14.11",
version="0.14.12",
maintainer="Criteo Graphite Team",
maintainer_email="github@criteo.com",
description="Simple Scalable Time Series Database.",
Expand Down

0 comments on commit ff9f46c

Please sign in to comment.