Skip to content

Releases: Netflix/EVCache

v5.26.5: fix: sync getBulk correctly decodes mixed hashed and plain keys (#195)

Choose a tag to compare

@bihaoxwork bihaoxwork released this 25 Jun 20:11
ae387b2
* 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

Pre-release

Choose a tag to compare

@srrangarajan srrangarajan released this 12 Jun 21:35

Ztd improvement bug fixes

Pre-release

Choose a tag to compare

@srrangarajan srrangarajan released this 12 Jun 16:28

Ztd improvement bug fixes

Improvements to ztd optional to client

Pre-release

Choose a tag to compare

@srrangarajan srrangarajan released this 11 Jun 18:43

Improvements to ztd optional to client

Pre-release

Choose a tag to compare

@srrangarajan srrangarajan released this 11 Jun 17:08
v5.28.0-rc.3

use per appName property

Adding Zstd compression option to the client

Choose a tag to compare

@srrangarajan srrangarajan released this 10 Jun 23:38

Adding zstd compression to client as optional (gzip is default)

v5.26.5-rc.3

v5.26.5-rc.3 Pre-release
Pre-release

Choose a tag to compare

@bihaoxwork bihaoxwork released this 16 Jun 21:40
 Add test for mixed-key chunked getBulk (plain/hashed x chunked/non-c…

RC2 for getBulk mixed key fix

Pre-release

Choose a tag to compare

@bihaoxwork bihaoxwork released this 16 Jun 20:18

Full Changelog: v5.26.4...v5.26.5-rc.2

RC for getBulk mixed key fix

Pre-release

Choose a tag to compare

@bihaoxwork bihaoxwork released this 16 Jun 20:13
fa8721e

RC for getBulk mixed key fix

v5.26.4

Choose a tag to compare

@shy-1234 shy-1234 released this 29 Apr 15:10
fa8721e

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

Full Changelog: v5.26.3...v5.26.4