Skip to content

Commit

Permalink
prepare for release 2.8.0 (#177)
Browse files Browse the repository at this point in the history
Update changelog and increment version number for release 2.8.0
  • Loading branch information
brayniac authored Sep 23, 2020
1 parent 1e7d146 commit 5a53ad6
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 14 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# [Unreleased]

# [2.8.0] - 2020-09-23
## Changed
- Metrics library has been replaced with a new version which reduces memory
footprint.
- Samplers have been optimized to reduce number of system calls and temporary
allocations.
- Arbitrary percentiles may now be expressed in the configuration.
- Percentile exposition format has changed to allow arbitrary percentiles. They
are now expressed in a decimal format padded to 2 digits before the decimal.
For example, the 5th percentile is now `p05` and the 99.9th percentile is now
`p99.9`.

# [2.7.1] - 2020-08-31
## Fixed
- Fixed memcache sampler causing tokio worker to panic due to issues registering
Expand Down Expand Up @@ -119,7 +131,8 @@ characteristics.

Initial release.

[Unreleased]: https://github.com/twitter/rezolus/compare/v2.7.1...HEAD
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.8.0...HEAD
[2.8.0]: https://github.com/twitter/rezolus/compare/v2.7.1...v2.8.0
[2.7.1]: https://github.com/twitter/rezolus/compare/v2.7.0...v2.7.1
[2.7.0]: https://github.com/twitter/rezolus/compare/v2.6.0...v2.7.0
[2.6.0]: https://github.com/twitter/rezolus/compare/v2.5.0...v2.6.0
Expand Down
31 changes: 19 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rezolus"
version = "2.7.2-alpha.4"
version = "2.8.0"
authors = ["Brian Martin <bmartin@twitter.com>"]
license = "Apache-2.0"
build = "build.rs"
Expand Down

0 comments on commit 5a53ad6

Please sign in to comment.