From 5741d8a48510bb1b1b27449b6049c63af8ba5124 Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Fri, 9 Feb 2024 09:14:22 -0800 Subject: [PATCH] update changelog and prepare for release 5.4.0 (#159) Update changelog and prepare for release 5.4.0 --- CHANGELOG.md | 16 +++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a0578b..68005ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ ## [Unreleased] +## [5.4.0] - 2024-02-09 + +### Added + +- Advanced ratelimit controller that can produce ramps, loops, mirrored ramps, + and random steps. +- Latency percentiles now include max latency and are included in the json + output. + +### Fixed + +- Fixes incorrect implementation of list_length for Momento. + ## [5.3.0] - 2023-11-21 ### Changed @@ -64,7 +77,8 @@ - Support Momento topics. - Basic HTTP/1.1 and HTTP/2.0 load generation. -[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.3.0...HEAD +[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.4.0...HEAD +[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 diff --git a/Cargo.lock b/Cargo.lock index dafe6a7..d6661d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1946,7 +1946,7 @@ dependencies = [ [[package]] name = "rpc-perf" -version = "5.3.1-alpha.0" +version = "5.4.0" dependencies = [ "ahash", "async-channel", diff --git a/Cargo.toml b/Cargo.toml index 26c9fa9..a948450 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" [package] name = "rpc-perf" description = "RPC Performance Testing" -version = "5.3.1-alpha.0" +version = "5.4.0" authors = { workspace = true } edition = { workspace = true } homepage = { workspace = true }