Skip to content

Commit

Permalink
prepare for release 3.7.0
Browse files Browse the repository at this point in the history
Update changelog and prepare for release 3.7.0
  • Loading branch information
brayniac committed Apr 23, 2024
1 parent 3972626 commit 63be7b6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## [Unreleased]

## [5.7.0] - 2024-04-23

### Changed

- OpenSSL is now the default SSL/TLS provider. BoringSSL is still available
through the use of feature flags. (#194)

### Added

- Support for configuring the interval for file exposition allowing for finer
resolution artifacts. (#192)
- Approximate compression ratio for message and value payloads. (#191)
- Support the `list_remove` command for Momento. (#198)
- New metrics for dropped requests. (#201)

## [5.6.0] - 2024-04-03

### Changed
Expand Down Expand Up @@ -101,8 +116,10 @@
- Support Momento topics.
- Basic HTTP/1.1 and HTTP/2.0 load generation.

[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.5.0...HEAD
[5.4.0]: https://github.com/iopsystems/rezolus/compare/v5.4.0...v5.5.0
[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.7.0...HEAD
[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
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,7 +1,7 @@
[package]
name = "rpc-perf"
description = "RPC Performance Testing"
version = "5.6.1-alpha.0"
version = "5.7.0"
authors = ["Brian Martin <brian@iop.systems>"]
edition = "2021"
homepage = "https://github.com/iopsystems/rpc-perf"
Expand Down

0 comments on commit 63be7b6

Please sign in to comment.