From ad907626878a6764264ba474325ab3a3640c162b Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Thu, 10 Oct 2024 09:20:36 -0700 Subject: [PATCH 1/2] prepare for release 5.14.0 Update changelog and prepare for release 5.14.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 0d1a8b6..be9b012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ ## [Unreleased] +## [5.14.0] - 2024-10-10 + +### Added + +- Added sysbench compatible OLTP workload with MySQL support. (#277) + +### Fixed + +- Improved compatibility with older distributions by pinning openssl dependency. + (#291) + ## [5.13.0] - 2024-10-08 ### Added @@ -203,7 +214,9 @@ - Support Momento topics. - Basic HTTP/1.1 and HTTP/2.0 load generation. -[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.12.1...HEAD +[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.13.0...HEAD +[5.14.0]: https://github.com/iopsystems/rezolus/compare/v5.13.0...v5.14.0 +[5.13.0]: https://github.com/iopsystems/rezolus/compare/v5.12.1...v5.13.0 [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 diff --git a/Cargo.lock b/Cargo.lock index 0acb198..4625482 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3115,7 +3115,7 @@ dependencies = [ [[package]] name = "rpc-perf" -version = "5.13.1-alpha.0" +version = "5.14.0" dependencies = [ "ahash", "async-channel", diff --git a/Cargo.toml b/Cargo.toml index 2376791..145f7d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rpc-perf" description = "RPC Performance Testing" -version = "5.13.1-alpha.0" +version = "5.14.0" authors = ["Brian Martin "] edition = "2021" homepage = "https://github.com/iopsystems/rpc-perf" From 95c4a2d2864af2216883e6947d7a235b80b3020b Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Thu, 10 Oct 2024 09:33:36 -0700 Subject: [PATCH 2/2] fix changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be9b012..419c512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -214,7 +214,7 @@ - Support Momento topics. - Basic HTTP/1.1 and HTTP/2.0 load generation. -[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.13.0...HEAD +[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.14.0...HEAD [5.14.0]: https://github.com/iopsystems/rezolus/compare/v5.13.0...v5.14.0 [5.13.0]: https://github.com/iopsystems/rezolus/compare/v5.12.1...v5.13.0 [5.12.1]: https://github.com/iopsystems/rezolus/compare/v5.12.0...v5.12.1