diff --git a/CHANGELOG.md b/CHANGELOG.md index 69b57376..ad05abc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ## [Unreleased] +## [5.10.0] - 2024-08-05 + +### Fixed + +- Updated OpenSSL to address RUSTSEC-2024-0357 (#242) + +### Added + +- `zincr` and `zmscore` re-added for Momento Cache (#237) +- Metrics sampling interval added to parquet metadata (#245) +- Momento Store API is now supported (#240) + ## [5.9.1] - 2024-06-13 ### Fixed @@ -142,7 +154,8 @@ - Support Momento topics. - Basic HTTP/1.1 and HTTP/2.0 load generation. -[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.9.1...HEAD/ +[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.10.0...HEAD/ +[5.10.0]: https://github.com/iopsystems/rezolus/compare/v5.9.1...v5.10.0 [5.9.1]: https://github.com/iopsystems/rezolus/compare/v5.9.0...v5.9.1 [5.9.0]: https://github.com/iopsystems/rezolus/compare/v5.8.0...v5.9.0 [5.8.0]: https://github.com/iopsystems/rezolus/compare/v5.7.0...v5.8.0 diff --git a/Cargo.lock b/Cargo.lock index cfedc4bd..453fe454 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2486,7 +2486,7 @@ dependencies = [ [[package]] name = "rpc-perf" -version = "5.9.1" +version = "5.10.0" dependencies = [ "ahash", "async-channel", diff --git a/Cargo.toml b/Cargo.toml index 2a49c1a2..c3596950 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rpc-perf" description = "RPC Performance Testing" -version = "5.9.1" +version = "5.10.0" authors = ["Brian Martin "] edition = "2021" homepage = "https://github.com/iopsystems/rpc-perf"