Skip to content

Commit

Permalink
Merge branch 'main' into grpc-ping
Browse files Browse the repository at this point in the history
  • Loading branch information
brayniac committed Aug 7, 2024
2 parents 79a9375 + 1357327 commit b29ab36
Show file tree
Hide file tree
Showing 27 changed files with 1,327 additions and 470 deletions.
32 changes: 17 additions & 15 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,22 @@ jobs:
with:
sarif_file: clippy.sarif

audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
with:
shared-key: check-ubuntu-latest
save-if: false
- uses: baptiste0928/cargo-install@v1
with:
crate: cargo-audit
args: --locked
- run: |
cargo audit
# Temporarily disabled see: https://github.com/iopsystems/rpc-perf/issues/248

# audit:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: Swatinem/rust-cache@v2
# with:
# shared-key: check-ubuntu-latest
# save-if: false
# - uses: baptiste0928/cargo-install@v1
# with:
# crate: cargo-audit
# args: --locked
# - run: |
# cargo audit

rustfmt:
name: rustfmt
Expand Down Expand Up @@ -186,7 +188,7 @@ jobs:
- rustfmt
- clippy
- clippy-upload
- audit
# - audit
- smoketest-cache

steps:
Expand Down
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## [Unreleased]

## [5.10.0] - 2024-08-05

### Fixed

- Updated OpenSSL to address RUSTSEC-2024-0357 (#242)

### Added

- `zincr` and `zmscore` re-added for Momento Cache (#237)
- Metrics sampling interval added to parquet metadata (#245)
- Momento Store API is now supported (#240)

## [5.9.1] - 2024-06-13

### Fixed
Expand Down Expand Up @@ -142,7 +154,8 @@
- Support Momento topics.
- Basic HTTP/1.1 and HTTP/2.0 load generation.

[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.9.1...HEAD/
[unreleased]: https://github.com/iopsystems/rpc-perf/compare/v5.10.0...HEAD/
[5.10.0]: https://github.com/iopsystems/rezolus/compare/v5.9.1...v5.10.0
[5.9.1]: https://github.com/iopsystems/rezolus/compare/v5.9.0...v5.9.1
[5.9.0]: https://github.com/iopsystems/rezolus/compare/v5.8.0...v5.9.0
[5.8.0]: https://github.com/iopsystems/rezolus/compare/v5.7.0...v5.8.0
Expand Down
Loading

0 comments on commit b29ab36

Please sign in to comment.