From 1214a065b6dff950f086c44dbf628c8d57b8eea5 Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Mon, 30 Dec 2024 13:03:30 -0800 Subject: [PATCH] prepare for release 5.18.0 (#339) Update changelog and prepare for release 5.18.0 --- CHANGELOG.md | 15 ++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b40db..70bc080 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ## [Unreleased] +## [5.18.0] - 2024-12-30 + +### Changed + +- Increased S3 HTTP1 client buffer size. (#324) +- Increased client work queue depth and ratelimiter token bucket capacity. + (#326) + +### Added + +- RPM packaging workflow. (#327) + ## [5.17.0] - 2024-12-20 ### Changed @@ -261,7 +273,8 @@ - Support Momento topics. - Basic HTTP/1.1 and HTTP/2.0 load generation. -[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.17.0...HEAD +[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.18.0...HEAD +[5.18.0]: https://github.com/iopsystems/rpc-perf/compare/v5.17.0...v5.18.0 [5.17.0]: https://github.com/iopsystems/rpc-perf/compare/v5.16.0...v5.17.0 [5.16.0]: https://github.com/iopsystems/rpc-perf/compare/v5.15.0...v5.16.0 [5.15.0]: https://github.com/iopsystems/rpc-perf/compare/v5.14.1...v5.15.0 diff --git a/Cargo.lock b/Cargo.lock index a9d9c7b..09b1328 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3265,7 +3265,7 @@ dependencies = [ [[package]] name = "rpc-perf" -version = "5.17.1-alpha.0" +version = "5.18.0" dependencies = [ "ahash", "async-channel", diff --git a/Cargo.toml b/Cargo.toml index 3ceeb84..716f2e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rpc-perf" description = "RPC Performance Testing" -version = "5.17.1-alpha.0" +version = "5.18.0" authors = ["Brian Martin "] edition = "2021" homepage = "https://github.com/iopsystems/rpc-perf"