Skip to content

Releases: Netflix/EVCache

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

24 Jul 07:50
c6a0534
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Added a helper method to return the EVCacheClient

v5.15.14

08 Jul 23:41
Compare
Choose a tag to compare
Serializing just once.

v5.15.13

02 Jul 20:21
Compare
Choose a tag to compare
Added cache collision metric for getBulk calls

v5.15.12

30 Jun 21:57
Compare
Choose a tag to compare
if inmemory was not enabled getBulk was returning null because the lo…

v5.15.11

26 Jun 19:14
Compare
Choose a tag to compare
Making sure we never return null while returning write clients by add…