Releases: iopsystems/rpc-perf
Releases · iopsystems/rpc-perf
v5.11.1
Fixed
- Fixes release packaging workflow (#273)
v5.11.0
Added
- Units added for histograms (#253)
- Support for Momento Cache HTTP API (#264)
- Support for S3 REST API (#264)
v5.10.0
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)
v5.9.1
Fixed
- Fixes a bug that results in some metrics not appearing on the HTTP endpoints.
(#231)
- Updates metriken and histogram dependencies. (#230)
v5.9.0
Changed
- Moved metrics file exposition settings to separate config section. (#221)
- Default metrics interval is now one second. (#222)
- Updated Momento SDK to version 0.39.7. (#223)
v5.8.0
Changed
- Kafka client improvements including TLS and compression support. (#208)
Added
- A /quitquitquit handler for graceful early termination. (#212)
v5.7.0
Changed
- OpenSSL is now the default SSL/TLS provider. BoringSSL is still available
through the use of feature flags. (#194)
Added
- Support for configuring the interval for file exposition allowing for finer
resolution artifacts. (#192)
- Approximate compression ratio for message and value payloads. (#191)
- Support the
list_remove
command for Momento. (#198)
- New metrics for dropped requests. (#201)
v5.6.0
Changed
metriken-exposition
is updated which results in differences for the
file-based metric exposition. (#185 #187)
- Metrics reporting for both stdout and file output are now roughly aligned to
the top of the second. This allows easier correlation with other metric
artifacts. (#188)
Fixed
h2
updated to address RUSTSEC-2024-0019
v5.5.0
Added
- Support for writing metrics to a Parquet file.
Fixes
- Updates
mio
to address RUSTSEC-2024-0019
v5.4.0
Added
- Advanced ratelimit controller that can produce ramps, loops, mirrored ramps,
and random steps.
- Latency percentiles now include max latency and are included in the json
output.
Blabber
protocol support for listening to actively published messages.
Fixed
- Fixes incorrect implementation of list_length for Momento.