Skip to content

Releases: Netflix/eureka

1.9.1

01 Jun 04:32
72fcd28
Compare
Choose a tag to compare

#1079 change overriddenstatus field name in pojo to allow for better serialization compatibility

1.9.0

25 Apr 17:30
8009355
Compare
Choose a tag to compare

#976 Remove-checked-exceptions-from-@PostConstruct-methods
#1003 Prevent "null" url server url prefix
#1054 update: compatible txt value format: "host1 host2 host3"
#1057 bugfixing: Eureka Proxy Setting is not working
#1058 Fix issue #1041 (duplicated create Eureka-JerseyClient-Con-Cleaner task)
#1059 update dependencies
#1060 address dangling PR comments for PRs #976 and #1003

1.8.8

09 Apr 21:46
c7de8da
Compare
Choose a tag to compare

#1052 fix for issue #1051 (overriddenstatus changed to overriddenStatus breaks json parsing)

1.7.2

21 Mar 18:31
ff66f01
Compare
Choose a tag to compare

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

#1044 Verify is scheduler is active before submit (cherry pick of #1029 from master branch)

1.8.7

21 Feb 01:01
5491428
Compare
Choose a tag to compare

#1013 The getHostCandidates method improves
#1017 Increase the catch exception code
#1021 Use a more elegant way to judge empty
#1022 Set up xstream security framework
#1023 Avoid scheduling when DiscoveryClient.shutdown called (fix for #973)
#1026 Get dataCenterInfo when need it && fix typo
#1029 Verify if scheduler is active before submit new task
#1031 prevent replication flood caused by socket read time out leads to some node CPU 100%
#1033 fix potential NPE for issue #1014

1.8.6

15 Nov 21:35
47789f4
Compare
Choose a tag to compare

#969 Misc. logging fixes
#1010 catch potential exceptions around EurekaEventListener notify

1.8.5

01 Nov 20:59
dfbee33
Compare
Choose a tag to compare

#1001 Support configuration of custom SSLContext/HostnameVerifier
#1009 Add default impl to two interface methods introduced recently

1.8.4

16 Oct 21:32
Compare
Choose a tag to compare

#997 Add ability to fail fast in DiscoveryClient construction if an initial registration attempt fails

1.8.3

03 Oct 20:02
Compare
Choose a tag to compare

#994 Fix a race condition in the server remoteRegionRegistry

1.8.2

21 Sep 20:52
Compare
Choose a tag to compare

#985 client check call success/failure before unsetting isDirty
#989 Add a config to control whether explicit unregister should happen on client shutdown