-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a changelog and prepare for release
- Loading branch information
Showing
3 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## [Unreleased] | ||
|
||
## [5.0.0] - 2023-07-25 | ||
|
||
### Changed | ||
|
||
- Rewritten implementation of rpc-perf using Tokio to improve support for | ||
protocols where async libraries are prevelant. | ||
|
||
### Added | ||
|
||
- Support Redis pubsub and Momento topics. | ||
- Basic HTTP/1.1 and HTTP/2.0 load generation. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rpc-perf" | ||
version = "5.0.0-alpha.0" | ||
version = "5.0.0" | ||
authors = ["Brian Martin <[email protected]>"] | ||
edition = "2021" | ||
description = "RPC Performance Testing" | ||
|