Releases: Netflix/EVCache
Releases · Netflix/EVCache
EVCACHE-454: Ignore application eureka status.
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
Update brave version to 5.12.7
v5.18.17: Shutdown the client if it the enabled fp is set to false.
also consolidated all shutdown under one method
Bugfix for shutting down client when enabled fp is set to false
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
Fixed a bug with hashedkey where we were dueting it by default.
v5.18.14: Merge pull request #95 from Netflix/feature/base85
Added support for Ascii85 encoding
Added support for Ascii85 encoding
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
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
Feature/metaget evcachevalue changes
v5.18.10: Merge pull request #92 from Netflix/feature/metaget_evcachevalue_changes
Passing flag so that we control if the value should be deserialized o…