Skip to content

Releases: Netflix/EVCache

v5.24.0-rc.5

15 Apr 20:19
Compare
Choose a tag to compare
v5.24.0-rc.5 Pre-release
Pre-release

Testing bypass opt and fixup feature and its backward compatible. Also included additional traces.

v5.24.0-rc.4

15 Apr 16:57
Compare
Choose a tag to compare
v5.24.0-rc.4 Pre-release
Pre-release

Testing bypass opt and fixup feature and its backward compatible. Also included additional traces.

v5.24.0-rc.3

14 Apr 22:43
Compare
Choose a tag to compare
v5.24.0-rc.3 Pre-release
Pre-release

Testing bypass opt and fixup feature and its backward compatible. Also included additional traces.

v5.24.0-rc.2

11 Apr 20:46
Compare
Choose a tag to compare
v5.24.0-rc.2 Pre-release
Pre-release

Testing passopt feature and its backward compatible. Also included additional traces.

v5.24.0-rc.1

10 Apr 21:31
Compare
Choose a tag to compare
v5.24.0-rc.1 Pre-release
Pre-release

Testing passopt feature and its backward compatible.

v5.23.0-rc.7

09 Apr 16:07
03a6804
Compare
Choose a tag to compare
v5.23.0-rc.7 Pre-release
Pre-release

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
  • fix: load the alwaysDecodeSync property at app boot by @jasonk000 in #165

New Contributors

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

v5.23.0-rc.2

18 Mar 20:13
74cceb8
Compare
Choose a tag to compare
v5.23.0-rc.2 Pre-release
Pre-release

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

Connection healthcheck

09 Dec 20:01
Compare
Choose a tag to compare
Pre-release

This release contains waiting on connection priming to happen before handing over the evcache client to the applications.

Pushing a new release with all merges

18 Oct 21:25
11b47ec
Compare
Choose a tag to compare

This release primarily reverses the modifications made in PR https://github.com/Netflix/EVCache/pull/149/files, as they are causing issues with backward compatibility.

Pushing a new release with all merges

15 Oct 21:20
dc4b13b
Compare
Choose a tag to compare
Merge pull request #149 from Netflix/treat-empty-string-as-null

When the EVCacheImpl cacheName is an empty string it should have the …