Skip to content

Commit

Permalink
Release v5.0.1 (iopsystems#42)
Browse files Browse the repository at this point in the history
* Update CHANGELOG
* Update the version to v5.0.1
  • Loading branch information
swlynch99 authored Aug 10, 2023
1 parent b674be9 commit 350df55
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
## [Unreleased]

## [5.0.1] - 2023-08-10

### Added

- rpc-perf can now generate zrange commands with the by_score option for both
the momento and redis protocols.

### Changed

- rpc-perf will now set TCP_NODELAY by default on all TCP connections it
creates.

### Fixed

- The default buffer size for the memcached client has been increased from 4KB
to 16KB.
- Hit/miss statistics in the output json will now have their correct values
instead of always being 0.

## [5.0.0] - 2023-07-25

### Changed
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,6 +1,6 @@
[package]
name = "rpc-perf"
version = "5.0.1-alpha.0"
version = "5.0.1"
authors = ["Brian Martin <brian@iop.systems>"]
edition = "2021"
description = "RPC Performance Testing"
Expand Down

0 comments on commit 350df55

Please sign in to comment.