Releases: Netflix/EVCache
Releases · Netflix/EVCache
v5.23.0-rc.2
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
- @jasonk000 made their first contribution in #151
- @shy-1234 made their first contribution in #153
Full Changelog: v5.23.0...v5.23.0-rc.2
Connection healthcheck
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
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
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
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
Changes
- Compression metrics changes
- Add API optimization (sorting clients)
Adding metrics for publishing the compression ratio
Merge pull request #139 from samuelfu/samuelfu/timer Add percentile timer metric for gzip compression ratio
Sort Clients for add call
v5.19.1-rc.1 Sort Clients for add
Latest version of Evcache Client
- Async (Still in beta testing)
- Zone Affinity changes
async APIs and disable zone affinity fix
- async APIs for GET and bulkGET
- Disable zone affinity