Skip to content

Releases: Netflix/EVCache

EVCACHE-454: Ignore application eureka status.

22 Mar 22:36
Compare
Choose a tag to compare

Ideally, the app should not serve traffic until it is healthy but this option - ignoreAppEurekaStatus will allow the app to ignore application eureka status while trying to initialize evcache client. This feature may be required for applications that are behind load balancers. They may fail to register successfully with eureka but are still expected to serve traffic.

v5.18.18: Merge pull request #101 from karkum/patch-1

10 Dec 00:32
78a24d4
Compare
Choose a tag to compare

v5.18.17: Shutdown the client if it the enabled fp is set to false.

02 Dec 01:08
Compare
Choose a tag to compare
also consolidated all shutdown under one method

Bugfix for shutting down client when enabled fp is set to false

23 Nov 14:13
Compare
Choose a tag to compare
Shutdown the client if it the enabled fp is set to false.

also consolidated all shutdown under one method

v5.18.15: Merge pull request #97 from Netflix/feature/base85

19 Oct 18:26
2f689e3
Compare
Choose a tag to compare
Fixed a bug with hashedkey where we were dueting it by default.

v5.18.14: Merge pull request #95 from Netflix/feature/base85

14 Oct 16:40
26109f3
Compare
Choose a tag to compare

Added support for Ascii85 encoding

13 Oct 23:26
26109f3
Compare
Choose a tag to compare
Merge pull request #95 from Netflix/feature/base85

Added support for Ascii85 encoding

Fix for addAll throwing UnsupportedException in the event it gets applied on top of SingletonList

08 Oct 17:49
0e8b973
Compare
Choose a tag to compare
Merge pull request #96 from Netflix/bugfix/duet_read_exclude

Fix for addAll throwing UnsupportedException in the event it gets applied on top of SingletonList

v5.18.11: Merge pull request #94 from Netflix/feature/metaget_evcachevalue_changes

29 Sep 23:03
c5c249c
Compare
Choose a tag to compare

v5.18.10: Merge pull request #92 from Netflix/feature/metaget_evcachevalue_changes

29 Sep 03:56
1c2b137
Compare
Choose a tag to compare
Passing flag so that we control if the value should be deserialized o…