Skip to content

Commit

Permalink
prepare for release 5.14.0
Browse files Browse the repository at this point in the history
Update changelog and prepare for release 5.14.0
  • Loading branch information
brayniac committed Oct 10, 2024
1 parent 705b290 commit ad90762
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <brian@iop.systems>"]
edition = "2021"
homepage = "https://github.com/iopsystems/rpc-perf"
Expand Down

0 comments on commit ad90762

Please sign in to comment.