Skip to content

Releases: Netflix/eureka

1.7.1

18 Sep 21:56
Compare
Choose a tag to compare

Back port fixes to 1.7.x releases (Java7 compatible)

#984 Fix Override Status Regression
#985 check call success/failure before unsetting isDirty

1.8.1

13 Sep 20:53
Compare
Choose a tag to compare

#977 add travis config option to publish candidate releases to netflix candidate repo
#984 Fix Override Status Regression

java 8, memory tuning

08 Aug 18:05
Compare
Choose a tag to compare

This release promotes candidate v1.8.0-rc.1 to 'release' status.

It features changes to eureka-client library that reduce the memory footprint during JSON deserialization. The code was reworked to use Jackson stream-based parsing rather than an intermediate 'TreeNode' model, and revised string handling and caching cut heap allocations significantly.

The project has also been updated to use Java 8; the new code makes use of various features such as lambdas and Map's 'computeIfAbsent'.

java 8, memory tuning

25 Jul 17:48
Compare
Choose a tag to compare
java 8, memory tuning Pre-release
Pre-release

This release features changes to eureka-client library that reduce the memory footprint during JSON deserialization. The code was reworked to use Jackson stream-based parsing rather than an intermediate 'TreeNode' model, and revised string handling and caching cut heap allocations significantly.

The project has also been updated to use Java 8; the new code makes use of various features such as lambdas and Map's 'computeIfAbsent'.

1.7.0

02 Jun 05:16
Compare
Choose a tag to compare

#922 Improving conditional statement for map
#934 #947 Add the InstanceInfo to the response in case of 409 status code | Add a config guard
#943 Allow for independent SSL context for EurekaJerseyClient
#946 Update dependencies
#949 add pre registration handler

Test fixes:
#920 made NonEc2EurekaClientModuleTest pass at an ec2 instance too
#950 update a flaky test

1.6.2

16 Mar 17:37
Compare
Choose a tag to compare

#876 use shutdownNow() instead of shutdown()
#895 Fixed missing url in log output
#897 Scope governator dependencies to reflect actual usage
#899 fix concurrency bug found in getInstancesAsIsFromEureka()

v1.6.1: Merge pull request #874 from william-tran/1.4.x

22 Nov 18:49
Compare
Choose a tag to compare

Support HTTPS requests to servers that use multiple certificates

v1.4.12: Support HTTPS requests to servers that use multiple certificates

21 Nov 22:50
Compare
Choose a tag to compare

Support HTTPS requests to servers that use multiple certificates

1.6.0

12 Oct 19:31
Compare
Choose a tag to compare

#855 Adding community contributed eureka-client-jersey2

1.6.0-rc.1

30 Sep 21:58
Compare
Choose a tag to compare
1.6.0-rc.1 Pre-release
Pre-release

#855 Adding community contributed eureka-client-jersey2