Skip to content

Commit

Permalink
v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin Chary committed Jun 15, 2017
1 parent 3051051 commit 5510583
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.8.5] - 2017-06-15
### Fixed
- Fixed the time info of empty timeseries
- Fix error handling in repair()/clean()

### New
- Added bgutil stats
- Better caching for find()
- Use new Graphite-Web API for FindQuery
- Make read_on/updated_on more configurable

## [0.8.4] - 2017-05-15
### Fixed
- Better logging
Expand Down Expand Up @@ -71,7 +82,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.8.4...HEAD
[Unreleased]: https://github.com/criteo/biggraphite/compare/v0.8.5...HEAD
[0.8.5]: https://github.com/criteo/biggraphite/compare/v0.8.4...v0.8.5
[0.8.4]: https://github.com/criteo/biggraphite/compare/v0.8.3...v0.8.4
[0.8.3]: https://github.com/criteo/biggraphite/compare/v0.8.2...v0.8.3
[0.8.2]: https://github.com/criteo/biggraphite/compare/v0.8.1...v0.8.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _read_reqs(relpath):

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

0 comments on commit 5510583

Please sign in to comment.