Skip to content

Commit

Permalink
prepare for release 5.12.1 (iopsystems#284)
Browse files Browse the repository at this point in the history
Update changelog and prepare for release 5.12.1
  • Loading branch information
brayniac authored Oct 7, 2024
1 parent 7c6ebed commit aff2bb5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## [Unreleased]

## [5.12.1] - 2024-10-07

### Fixed

- Fixed runtime panic in Momento HTTP load test due to missing default TLS
provider. (#280)
- Fix to consume complete response body before calculating response latency for
Momento HTTP client. (#283)

## [5.12.0] - 2024-10-03

### Changed
Expand Down Expand Up @@ -183,7 +192,9 @@
- Support Momento topics.
- Basic HTTP/1.1 and HTTP/2.0 load generation.

[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.11.1...HEAD
[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.12.1...HEAD
[5.12.1]: https://github.com/iopsystems/rezolus/compare/v5.12.0...v5.12.1
[5.12.0]: https://github.com/iopsystems/rezolus/compare/v5.11.1...v5.12.0
[5.11.1]: https://github.com/iopsystems/rezolus/compare/v5.11.0...v5.11.1
[5.11.0]: https://github.com/iopsystems/rezolus/compare/v5.10.0...v5.11.0
[5.10.0]: https://github.com/iopsystems/rezolus/compare/v5.9.1...v5.10.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.12.1-alpha.0"
version = "5.12.1"
authors = ["Brian Martin <brian@iop.systems>"]
edition = "2021"
homepage = "https://github.com/iopsystems/rpc-perf"
Expand Down

0 comments on commit aff2bb5

Please sign in to comment.