Skip to content

Commit 1214a06

Browse files
authored
prepare for release 5.18.0 (#339)
Update changelog and prepare for release 5.18.0
1 parent 1fc91de commit 1214a06

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## [Unreleased]
22

3+
## [5.18.0] - 2024-12-30
4+
5+
### Changed
6+
7+
- Increased S3 HTTP1 client buffer size. (#324)
8+
- Increased client work queue depth and ratelimiter token bucket capacity.
9+
(#326)
10+
11+
### Added
12+
13+
- RPM packaging workflow. (#327)
14+
315
## [5.17.0] - 2024-12-20
416

517
### Changed
@@ -261,7 +273,8 @@
261273
- Support Momento topics.
262274
- Basic HTTP/1.1 and HTTP/2.0 load generation.
263275

264-
[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.17.0...HEAD
276+
[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.18.0...HEAD
277+
[5.18.0]: https://github.com/iopsystems/rpc-perf/compare/v5.17.0...v5.18.0
265278
[5.17.0]: https://github.com/iopsystems/rpc-perf/compare/v5.16.0...v5.17.0
266279
[5.16.0]: https://github.com/iopsystems/rpc-perf/compare/v5.15.0...v5.16.0
267280
[5.15.0]: https://github.com/iopsystems/rpc-perf/compare/v5.14.1...v5.15.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rpc-perf"
33
description = "RPC Performance Testing"
4-
version = "5.17.1-alpha.0"
4+
version = "5.18.0"
55
authors = ["Brian Martin <[email protected]>"]
66
edition = "2021"
77
homepage = "https://github.com/iopsystems/rpc-perf"

0 commit comments

Comments
 (0)