Skip to content

v5.23.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@pkarumanchi9 pkarumanchi9 released this 18 Mar 20:13
· 2 commits to master since this release
74cceb8

What's Changed

  • Removed isJsonString check in EVCacheSerializingTranscoder by @samuelfu in #147
  • perf: skip future cancellation when not needed by @jasonk000 in #151
  • Enhance log for key size check by @shy-1234 in #153
  • fix tests failing with InaccessibleObjectException by @pkarumanchi9 in #163
  • Introduce retries when pinging servers. by @pkarumanchi9 in #155
  • Fix nullptr exception when tags in null. by @pkarumanchi9 in #143
  • perf: remove unnecessary blocking in EVCacheOperationFuture by @jasonk000 in #156
  • perf: perform the getPrimary lookup only once during getBulk by @jasonk000 in #159
  • perf: batch selector wakeup call when adding bulk requests by @jasonk000 in #158
  • perf: Avoid charset lookup in key validation by @jasonk000 in #157
  • Refactor NodeLocator hash and lookup and provide faster implementations by @jasonk000 in #160
  • perf: track bulk get operation completions explicitly by @jasonk000 in #161
  • Swap CI actions/cache to v4 by @jasonk000 in #164
  • perf: allow concurrent decompress away from network loop by @jasonk000 in #162

New Contributors

Full Changelog: v5.23.0...v5.23.0-rc.2