Skip to content

Commit

Permalink
update changelog and prepare for release 5.8.0 (#215)
Browse files Browse the repository at this point in the history
Update changelog and prepare for release 5.8.0
  • Loading branch information
brayniac authored May 22, 2024
1 parent 19c8aa1 commit 9a6580d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## [Unreleased]

## [5.8.0] - 2024-05-22

### Changed

- Kafka client improvements including TLS and compression support. (#208)

### Added

- A /quitquitquit handler for graceful early termination. (#212)

## [5.7.0] - 2024-04-23

### Changed
Expand Down Expand Up @@ -116,12 +126,13 @@
- Support Momento topics.
- Basic HTTP/1.1 and HTTP/2.0 load generation.

[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.7.0...HEAD
[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.8.0...HEAD
[5.8.0]: https://github.com/iopsystems/rezolus/compare/v5.7.0...v5.8.0
[5.7.0]: https://github.com/iopsystems/rezolus/compare/v5.6.0...v5.7.0
[5.6.0]: https://github.com/iopsystems/rezolus/compare/v5.5.0...v5.6.0
[5.5.0]: https://github.com/iopsystems/rezolus/compare/v5.4.0...v5.5.0
[5.4.0]: https://github.com/iopsystems/rezolus/compare/v5.3.0...v5.4.0
[5.3.0]: https://github.com/iopsystems/rezolus/compare/v5.2.0...v5.3.0
[5.2.0]: https://github.com/iopsystems/rezolus/compare/v5.1.0...v5.2.0
[5.1.0]: https://github.com/iopsystems/rezolus/compare/v5.0.0...v5.1.0
[5.0.0]: https://github.com/iopsystems/rezolus/releases/tag/v5.0.0
[5.0.0]: https://github.com/iopsystems/rezolus/releases/tag/v5.0.0
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,7 +1,7 @@
[package]
name = "rpc-perf"
description = "RPC Performance Testing"
version = "5.7.1-alpha.0"
version = "5.8.0"
authors = ["Brian Martin <[email protected]>"]
edition = "2021"
homepage = "https://github.com/iopsystems/rpc-perf"
Expand Down

0 comments on commit 9a6580d

Please sign in to comment.