Skip to content

Commit

Permalink
prepare for release 5.13.0 (#289)
Browse files Browse the repository at this point in the history
Update changelog and prepare for release 5.13.0
  • Loading branch information
brayniac authored Oct 8, 2024
1 parent 2114b1e commit b7913c9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## [Unreleased]

## [5.13.0] - 2024-10-08

### Added

- Adds a metric for time-to-first-byte for S3 client. (#286)

### Fixed

- Improves ratelimit stability by reducing queue size and max tokens. (#287)
- Fixes handling of large payloads for Momento HTTP client. (#288)

## [5.12.1] - 2024-10-07

### Fixed
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.12.2-alpha.0"
version = "5.13.0"
authors = ["Brian Martin <[email protected]>"]
edition = "2021"
homepage = "https://github.com/iopsystems/rpc-perf"
Expand Down

0 comments on commit b7913c9

Please sign in to comment.