Skip to content

Commit d6f80b7

Browse files
authored
prepare for release 2.15.0 (#260)
Update changelog and increment version number for release 2.15.0
1 parent e1ac61f commit d6f80b7

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# [Unreleased]
22

3+
# [2.15.0] - 2020-12-03
4+
## Changed
5+
- Allow selective enablement of various BPF metrics. (#254)
6+
- Support up to BCC 0.23.0 and makes it the new default version. (#256)
7+
- Removed ssl support in http sampler to remove dependency on openssl. (#257)
8+
9+
## Added
10+
- Adds TCP jitter and connections accepted and initiated using BPF. (#247)
11+
- Adds Pelikan specific stats to memcache sampler. (#249)
12+
- Adds TCP packet drops counter using BPF. (#250)
13+
- Adds TCP tail loss recovery and retransmit timeout using BPF. (#253)
14+
- Adds TCP duplicate segment and out-of-order segment counters using BPF. (#255)
15+
16+
## Fixed
17+
- Improved handling of BPF initialization errors so that samplers will continue
18+
to initialize remaining BPF probes if fault tolerant error handling is
19+
enabled. (#259)
20+
321
# [2.14.0] - 2020-09-16
422
## Added
523
- Adds new `SRTT` metric for TCP sampler using BPF. (#238)
@@ -192,7 +210,8 @@ characteristics.
192210

193211
Initial release.
194212

195-
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.14.0...HEAD
213+
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.15.0...HEAD
214+
[2.15.0]: https://github.com/twitter/rezolus/compare/v2.14.0...v2.15.0
196215
[2.14.0]: https://github.com/twitter/rezolus/compare/v2.13.0...v2.14.0
197216
[2.13.0]: https://github.com/twitter/rezolus/compare/v2.12.0...v2.13.0
198217
[2.12.0]: https://github.com/twitter/rezolus/compare/v2.11.1...v2.12.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rezolus"
3-
version = "2.14.1-alpha.0"
3+
version = "2.15.0"
44
authors = ["Brian Martin <[email protected]>"]
55
license = "Apache-2.0"
66
build = "build.rs"

0 commit comments

Comments
 (0)