Skip to content

Commit

Permalink
prepare for release 5.16.0 (#311)
Browse files Browse the repository at this point in the history
Update changelog and prepare for release 5.16.0
  • Loading branch information
brayniac authored Nov 8, 2024
1 parent 0eeca39 commit dd93853
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## [Unreleased]

## [5.16.0] - 2024-11-08

### Added

- Storage client Time-to-First-Byte now included in cli output. (#308)
- S3 Express is now supported. (#309)

### Fixed

- Momento Cache HTTP API now enforces a 15 minute default TTL unless one is set
in the workload config. (#310)

## [5.15.0] - 2024-10-16

### 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,7 +1,7 @@
[package]
name = "rpc-perf"
description = "RPC Performance Testing"
version = "5.15.1-alpha.0"
version = "5.16.0"
authors = ["Brian Martin <brian@iop.systems>"]
edition = "2021"
homepage = "https://github.com/iopsystems/rpc-perf"
Expand Down

0 comments on commit dd93853

Please sign in to comment.