Skip to content

Commit 57bb305

Browse files
authored
prepare for release 5.23.0 (#410)
Update changelog and prepare for release 5.23.0
1 parent d3a1bb9 commit 57bb305

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## [Unreleased]
22

3+
## [5.23.0] - 2025-11-24
4+
5+
### Added
6+
7+
- Added GET/SET latencies for Momento. (#409)
8+
39
## [5.22.0] - 2025-11-14
410

511
### Changed
@@ -311,7 +317,9 @@
311317
- Support Momento topics.
312318
- Basic HTTP/1.1 and HTTP/2.0 load generation.
313319

314-
[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.21.0...HEAD
320+
[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.23.0...HEAD
321+
[5.23.0]: https://github.com/iopsystems/rpc-perf/compare/v5.22.0...v5.23.0
322+
[5.22.0]: https://github.com/iopsystems/rpc-perf/compare/v5.21.0...v5.22.0
315323
[5.21.0]: https://github.com/iopsystems/rpc-perf/compare/v5.20.0...v5.21.0
316324
[5.20.0]: https://github.com/iopsystems/rpc-perf/compare/v5.19.0...v5.20.0
317325
[5.19.0]: https://github.com/iopsystems/rpc-perf/compare/v5.18.0...v5.19.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rpc-perf"
33
description = "RPC Performance Testing"
4-
version = "5.22.0"
4+
version = "5.23.0"
55
authors = ["Brian Martin <[email protected]>"]
66
edition = "2021"
77
homepage = "https://github.com/iopsystems/rpc-perf"

0 commit comments

Comments
 (0)