Skip to content

Commit

Permalink
prepare for release 5.19.0 (#346)
Browse files Browse the repository at this point in the history
Update changelog and prepare for release 5.19.0
  • Loading branch information
brayniac authored Jan 16, 2025
1 parent 9b18e87 commit 56468db
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## [Unreleased]

## [5.19.0] - 2025-01-16

### Changed

- Changes to the Momento Cache HTTP client to fix some issues where PUT requests
saw unexpectedly high latency. (#344)

## [5.18.0] - 2024-12-30

### Changed
Expand Down Expand Up @@ -273,7 +280,8 @@
- Support Momento topics.
- Basic HTTP/1.1 and HTTP/2.0 load generation.

[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.18.0...HEAD
[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.19.0...HEAD
[5.19.0]: https://github.com/iopsystems/rpc-perf/compare/v5.18.0...v5.19.0
[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
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.18.1-alpha.0"
version = "5.19.0"
authors = ["Brian Martin <brian@iop.systems>"]
edition = "2021"
homepage = "https://github.com/iopsystems/rpc-perf"
Expand Down

0 comments on commit 56468db

Please sign in to comment.