Skip to content

Commit

Permalink
prepare for release 2.15.0 (#260)
Browse files Browse the repository at this point in the history
Update changelog and increment version number for release 2.15.0
  • Loading branch information
brayniac committed Dec 3, 2021
1 parent e1ac61f commit d6f80b7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# [Unreleased]

# [2.15.0] - 2020-12-03
## Changed
- Allow selective enablement of various BPF metrics. (#254)
- Support up to BCC 0.23.0 and makes it the new default version. (#256)
- Removed ssl support in http sampler to remove dependency on openssl. (#257)

## Added
- Adds TCP jitter and connections accepted and initiated using BPF. (#247)
- Adds Pelikan specific stats to memcache sampler. (#249)
- Adds TCP packet drops counter using BPF. (#250)
- Adds TCP tail loss recovery and retransmit timeout using BPF. (#253)
- Adds TCP duplicate segment and out-of-order segment counters using BPF. (#255)

## Fixed
- Improved handling of BPF initialization errors so that samplers will continue
to initialize remaining BPF probes if fault tolerant error handling is
enabled. (#259)

# [2.14.0] - 2020-09-16
## Added
- Adds new `SRTT` metric for TCP sampler using BPF. (#238)
Expand Down Expand Up @@ -192,7 +210,8 @@ characteristics.

Initial release.

[Unreleased]: https://github.com/twitter/rezolus/compare/v2.14.0...HEAD
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.15.0...HEAD
[2.15.0]: https://github.com/twitter/rezolus/compare/v2.14.0...v2.15.0
[2.14.0]: https://github.com/twitter/rezolus/compare/v2.13.0...v2.14.0
[2.13.0]: https://github.com/twitter/rezolus/compare/v2.12.0...v2.13.0
[2.12.0]: https://github.com/twitter/rezolus/compare/v2.11.1...v2.12.0
Expand Down
2 changes: 1 addition & 1 deletion 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.14.1-alpha.0"
version = "2.15.0"
authors = ["Brian Martin <bmartin@twitter.com>"]
license = "Apache-2.0"
build = "build.rs"
Expand Down

0 comments on commit d6f80b7

Please sign in to comment.