Skip to content

Commit

Permalink
prepare for release (#32)
Browse files Browse the repository at this point in the history
Add a changelog and prepare for release
  • Loading branch information
brayniac authored Jul 25, 2023
1 parent cbc8540 commit 9986c8c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
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.
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,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"
Expand Down

0 comments on commit 9986c8c

Please sign in to comment.