From dd93853441952ab2b888dbd0a6ddb3ea1c934d83 Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Fri, 8 Nov 2024 09:19:10 -0800 Subject: [PATCH] prepare for release 5.16.0 (#311) Update changelog and prepare for release 5.16.0 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c29968b..b523a2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 9085c0e..ef73fee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3122,7 +3122,7 @@ dependencies = [ [[package]] name = "rpc-perf" -version = "5.15.1-alpha.0" +version = "5.16.0" dependencies = [ "ahash", "async-channel", diff --git a/Cargo.toml b/Cargo.toml index 6c74db1..c815542 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] edition = "2021" homepage = "https://github.com/iopsystems/rpc-perf"