Skip to content

Releases: Netflix/EVCache

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 …

Pushing a new release with all merges

30 May 22:29
7b54d1b
Compare
Choose a tag to compare
Merge pull request #145 from Netflix/evcache-builder-pool-manager

Expose a setter in EVCache.Builder to explicitly set the pool manager

5.20.0 version of Evcache Client

27 Jul 18:10
db4014a
Compare
Choose a tag to compare

Changes

  1. Compression metrics changes
  2. Add API optimization (sorting clients)

Adding metrics for publishing the compression ratio

29 Jun 22:12
b8f252e
Compare
Choose a tag to compare
Merge pull request #139 from samuelfu/samuelfu/timer

Add percentile timer metric for gzip compression ratio

Sort Clients for add call

14 Dec 22:22
Compare
Choose a tag to compare
Pre-release
v5.19.1-rc.1

Sort Clients for add

Latest version of Evcache Client

25 Jan 22:12
4bdd49a
Compare
Choose a tag to compare
  1. Async (Still in beta testing)
  2. Zone Affinity changes

async APIs and disable zone affinity fix

17 Nov 22:55
4bdd49a
Compare
Choose a tag to compare
  • async APIs for GET and bulkGET
  • Disable zone affinity