Skip to content

Commit

Permalink
prepare for release v5.1.0
Browse files Browse the repository at this point in the history
Update changelog and prepare for release v5.1.0
  • Loading branch information
brayniac committed Aug 8, 2023
1 parent 31376f6 commit 1b5cbde
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## [Unreleased]

## [5.1.0] - 2023-08-08

### Added

- Support for sorted set range by score requests for Redis and Momento.
- Use histogram crate for exporting compact histogram representation.
- Latest versions of Pelikan and rustcommon dependencies.

### Fixed

- Increased the default buffer size from 4KB to 16KB.
- Fixed missing hit and miss stats in JSON output.

## [5.0.0] - 2023-07-25

### Changed
Expand All @@ -11,3 +24,7 @@

- Support Momento topics.
- Basic HTTP/1.1 and HTTP/2.0 load generation.

[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.1.0...HEAD
[5.1.0]: https://github.com/iopsystems/rpc-perf/compare/v5.0.0...v5.1.0
[5.0.0]: https://github.com/iopsystems/rpc-perf/releases/tag/v5.0.0
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,6 +1,6 @@
[package]
name = "rpc-perf"
version = "5.0.1-alpha.0"
version = "5.1.0"
authors = ["Brian Martin <brian@iop.systems>"]
edition = "2021"
description = "RPC Performance Testing"
Expand Down

0 comments on commit 1b5cbde

Please sign in to comment.