Skip to content

Commit

Permalink
Merge branch 'main' into debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
brayniac committed Oct 11, 2024
2 parents 3d14cc8 + 7e6e423 commit 875ebb9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## [Unreleased]

## [5.14.1] - 2024-10-11

### Fixed

- Fix handling of Momento HTTP endpoint DNS resolution when port number is
specified. (#295)

## [5.14.0] - 2024-10-10

### Added
Expand Down Expand Up @@ -214,7 +221,8 @@
- Support Momento topics.
- Basic HTTP/1.1 and HTTP/2.0 load generation.

[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.14.0...HEAD
[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.14.1...HEAD
[5.14.0]: https://github.com/iopsystems/rezolus/compare/v5.14.0...v5.14.1
[5.14.0]: https://github.com/iopsystems/rezolus/compare/v5.13.0...v5.14.0
[5.13.0]: https://github.com/iopsystems/rezolus/compare/v5.12.1...v5.13.0
[5.12.1]: https://github.com/iopsystems/rezolus/compare/v5.12.0...v5.12.1
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.14.1-alpha.0"
version = "5.14.2-alpha.0"
authors = ["Brian Martin <brian@iop.systems>"]
edition = "2021"
homepage = "https://github.com/iopsystems/rpc-perf"
Expand Down

0 comments on commit 875ebb9

Please sign in to comment.