Skip to content

Commit

Permalink
update changelog and prepare for release 5.4.0 (iopsystems#159)
Browse files Browse the repository at this point in the history
Update changelog and prepare for release 5.4.0
  • Loading branch information
brayniac committed Feb 9, 2024
1 parent c676487 commit 5741d8a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## [Unreleased]

## [5.4.0] - 2024-02-09

### Added

- Advanced ratelimit controller that can produce ramps, loops, mirrored ramps,
and random steps.
- Latency percentiles now include max latency and are included in the json
output.

### Fixed

- Fixes incorrect implementation of list_length for Momento.

## [5.3.0] - 2023-11-21

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

[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.3.0...HEAD
[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.4.0...HEAD
[5.4.0]: https://github.com/iopsystems/rezolus/compare/v5.3.0...v5.4.0
[5.3.0]: https://github.com/iopsystems/rezolus/compare/v5.2.0...v5.3.0
[5.2.0]: https://github.com/iopsystems/rezolus/compare/v5.1.0...v5.2.0
[5.1.0]: https://github.com/iopsystems/rezolus/compare/v5.0.0...v5.1.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
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
[package]
name = "rpc-perf"
description = "RPC Performance Testing"
version = "5.3.1-alpha.0"
version = "5.4.0"
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
Expand Down

0 comments on commit 5741d8a

Please sign in to comment.