Skip to content

Releases: Netflix/EVCache

Support for duet primary and counting secondary write asgs towards writeonly

07 Aug 19:51
2b56ca8

Choose a tag to compare

Merge pull request #88 from Netflix/feature/duet_write_only_and_primary

Feature/duet write only and primary

Adding disclaimer comment for EVCacheInternalImpl

03 Aug 17:48

Choose a tag to compare

v5.18.2-rc.4

Adding disclaimer comment for EVCacheInternalImpl

EVCacheInternal changes and bug fix

30 Jul 09:29

Choose a tag to compare

Pre-release
  • EVCacheInternal is now package-private
  • Added support for metaGetPerClient and metaDebugPerClient.
  • Bug fix for set and replace APIs to support mixed clients with and without hashing
  • Support for disabling hashing at client level, even if hashing is enabled at app level

Support for multiple destination IPs in EVCacheInternal

24 Jul 21:41

Choose a tag to compare

v5.18.2-rc.2

Adding support for multiple destination ips

EVCacheInternal interface - added support for passing hashed keys, destination IP based filtering

24 Jul 07:50
c6a0534

Choose a tag to compare

Merge pull request #86 from Netflix/feature/internal_impl

Adding EVCacheInternal, to be used for EVCache internal infrastructure

EVCacheInternal interface

24 Jul 07:28
c6a0534

Choose a tag to compare

Pre-release

EVCacheInternal supports functionality like sending writes to writeonly clients, ensuring writes go to a specific destination ip.

EVCacheInternal interface

20 Jul 19:35

Choose a tag to compare

Pre-release
v5.16.2-rc1

Adding EVCacheInternal, to be used for EVCache internal infrastructure

Incrementing master release version

21 Jul 17:13
64814bf

Choose a tag to compare

v5.17.1

Merge pull request #85 from Netflix/revert-83-feature/consolidate_has…

Consolidated hashing and support for maxHashBytes

17 Jul 13:11

Choose a tag to compare

  • Consolidated hashing to EVCacheImpl (by removing it from within EVCacheClient)
  • Configuration for encoding vs not (not yet in use) and maxHashBytes
  • Throw exception when using append / appendOrAdd API calls in combination with hashing, since that is not supported
  • Added functional tests for testing non hashing, hashing at app level and hashing at ASG level scenarios

v5.15.15

14 Jul 20:26

Choose a tag to compare

Added a helper method to return the EVCacheClient