Skip to content

Releases: iopsystems/rpc-perf

v5.23.0

25 Nov 00:30
57bb305

Choose a tag to compare

Added

  • Added GET/SET latencies for Momento. (#409)

v5.22.0

14 Nov 23:29
3016423

Choose a tag to compare

Changed

  • Removed support for Momento Store. (#392)
  • Removed support for Kafka. (#394)

Added

  • Replay engine for playing back cache traces. (#387)
  • Protosocket support for Momento Cache. (#393)
  • TLS support for Redis. (#400)
  • Ability to override Momento endpoints. (#403)

v5.21.0

07 Mar 18:29
b5a7a65

Choose a tag to compare

Added

  • Configures subscribers per topic for Momento Topics. (#363)

v5.20.0

21 Feb 22:55
796c50f

Choose a tag to compare

Added

  • Added support for Momento Leaderboards. (#355)

Fixed

  • Improved startup time when workload is non-compressible. (#350)
  • Updated dependencies to pull-in bugfixes and improvements. (#357)

v5.19.0

16 Jan 17:43
56468db

Choose a tag to compare

Changed

  • Changes to the Momento Cache HTTP client to fix some issues where PUT requests
    saw unexpectedly high latency. (#344)

v5.18.0

30 Dec 21:04
1214a06

Choose a tag to compare

Changed

  • Increased S3 HTTP1 client buffer size. (#324)
  • Increased client work queue depth and ratelimiter token bucket capacity.
    (#326)

Added

  • RPM packaging workflow. (#327)

v5.17.0

20 Dec 19:37
4cafdc5

Choose a tag to compare

Changed

  • Improved the performance of the Momento Cache HTTP client by tuning some HTTP2
    settings. Results in improved latency for large reads. (#320)

Fixed

  • Removed a noisy log event in the Momento Cache HTTP client. (#319)

v5.16.0

08 Nov 17:19
dd93853

Choose a tag to compare

Added

  • Storage client Time-to-First-Byte now included in cli output. (#308)
  • S3 Express is now supported. (#309)

Fixed

  • Momento Cache HTTP API now enforces a 15 minute default TTL unless one is set
    in the workload config. (#310)

v5.15.0

16 Oct 18:18
42ac2bf

Choose a tag to compare

Changed

  • Improved speed of value generation which could have been a bottleneck when
    large values are used. (#301)

Added

  • Add support for connecting to redis over unix socket. (#300)

Fixed

  • Fixed bugs in client initialization which prevented OLTP workload from
    functioning. (#301)

v5.14.1

16 Oct 18:03
8c8c792

Choose a tag to compare

Fixed

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