Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
Merge pull request #490 from geobeau/fix-graphite-metadata-cache
Browse files Browse the repository at this point in the history
Bump version to 0.14.4
  • Loading branch information
geobeau authored Dec 13, 2018
2 parents 524a27d + e55a9b7 commit 22d0fcd
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.14.4] - 2018-12-13

### Fixed

- monitoring: some Cassandra counters were stuck at 0
- Cassandra backend returned empty results in traced environment
- specifing the same data driver as metadata driver lead to runtime errors
- diskcache not used with Cassandra

## [0.14.3] - 2018-11-26

@@ -432,7 +435,8 @@ 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.3...HEAD
[Unreleased]: https://github.com/criteo/biggraphite/compare/v0.14.4...HEAD
[0.14.4]: https://github.com/criteo/biggraphite/compare/v0.14.3...v0.14.4
[0.14.3]: https://github.com/criteo/biggraphite/compare/v0.14.2...0.14.3
[0.14.2]: https://github.com/criteo/biggraphite/compare/v0.14.1...v0.14.2
[0.14.1]: https://github.com/criteo/biggraphite/compare/v0.14.0...v0.14.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ def _read_reqs(relpath):

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

0 comments on commit 22d0fcd

Please sign in to comment.