From ce16d79696fcb9aa52ef0a15eaddadae33bb51f3 Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Thu, 10 Oct 2024 09:39:40 -0700 Subject: [PATCH] prepare for release 5.14.0 (#292) 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..419c512 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.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 [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"