Skip to content

Commit 976abb3

Browse files
authored
update changelog and prepare for release 2.16.3 (#298)
Update changelog and prepare for release 2.16.3
1 parent 39a0eee commit 976abb3

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# [Unreleased]
22

3+
# [2.16.3] - 2022-06-13
4+
## Fixed
5+
- Fixes potential deadlock by updating `dashmap` dependency.
6+
- Updates other dependencies to pull-in bugfixes.
7+
- Improves memcache sampler reconnect logic.
8+
39
# [2.16.2] - 2022-03-22
410
## Fixed
511
- Fixes scheduler runqueue latency BPF for newer kernels (>= 5.14) and those
@@ -237,7 +243,8 @@ characteristics.
237243

238244
Initial release.
239245

240-
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.16.2...HEAD
246+
[Unreleased]: https://github.com/twitter/rezolus/compare/v2.16.3...HEAD
247+
[2.16.3]: https://github.com/twitter/rezolus/compare/v2.16.2...v2.16.3
241248
[2.16.2]: https://github.com/twitter/rezolus/compare/v2.16.1...v2.16.2
242249
[2.16.1]: https://github.com/twitter/rezolus/compare/v2.16.0...v2.16.1
243250
[2.16.0]: https://github.com/twitter/rezolus/compare/v2.15.2...v2.16.0

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rezolus"
3-
version = "2.16.3-alpha.0"
3+
version = "2.16.3"
44
authors = ["Brian Martin <[email protected]>"]
55
license = "Apache-2.0"
66
publish = false

0 commit comments

Comments
 (0)