Releases: Netflix/EVCache
Releases · Netflix/EVCache
Release list
v5.26.5: fix: sync getBulk correctly decodes mixed hashed and plain keys (#195)
* fix: sync getBulk correctly decodes mixed hashed and plain keys Refactor getBulkData to split hashed vs plain keys and route each set through the appropriate transcoder path, fixing incorrect decoding when a single bulk request contains both hashed and unhashed keys. Re-enable the previously disabled getBulk test path in EVCacheTestDI. Co-authored-by: Bihao Xu <bxu@netflix.com>
Improvements to zstd option
Ztd improvement bug fixes
Ztd improvement bug fixes
Improvements to ztd optional to client
Improvements to ztd optional to client
v5.28.0-rc.3 use per appName property
Adding Zstd compression option to the client
Adding zstd compression to client as optional (gzip is default)
v5.26.5-rc.3
Add test for mixed-key chunked getBulk (plain/hashed x chunked/non-c…
RC2 for getBulk mixed key fix
RC for getBulk mixed key fix
RC for getBulk mixed key fix
v5.26.4
What's Changed
- Fix metaGetPerClient by @shy-1234 in #185
- Refactor and fix getBulk retry logic by @shy-1234 in #187
- Fix orphan MemcachedConnection after client being shutdown by @shy-1234 in #188
- fix: add node health check to incr/decr before mutate operation by @AustinWheel in #186
- Separate inactive node and write queue full metric by @shy-1234 in #189
New Contributors
- @AustinWheel made their first contribution in #186
Full Changelog: v5.26.3...v5.26.4