Releases: Netflix/eureka
Releases · Netflix/eureka
v1.9.12
Merge pull request #1218 from elandau/bugfix/discovery_client_constru…
v1.9.11
#1216 Update woodstox to 5.x
1.9.10
#1212 add ClientFilter to HttpReplicationClient
#1177 Remove unused javax.mail dependency
#1194 Add injectable customizable EndpointRandomizer
1.9.9
#1135 eureka-1134: fix for StringIndexOutOfBoundsException
#1157 Eureka Client doesn't respect DNS server change at runtime
#1163 Add @OverRide toString() in InstanceInfo
#1170 sanitize metadata map for empty values
1.9.8
- EUREKA-1154 Return 404 if instance is not found when trying to update metadata via REST API
- Return 0 for staleness when the client is shutdown or when refreshes not enabled.
1.9.7
#1152 Improved logging and metrics
1.9.6
#1125 ISSUE-1124 register additionalFilters into clientConfig
#1126 Better data synchronization for eureka server delta calculation
#1132 eureka-1131: handle spot instance termination
#1138 EUREKA-1137 Add counter for congestion issues
#1140 update default server's eureka-client property
1.9.5
#1119 defaultZone separator support container space
#1122 Add User-Agent when requesting information from AWS Metadata service
1.9.4
#1093 Add configuration for expected interval between clients' renews
#1096 Cache capacity configurable
#1097 remove magic number
#1100 Fix #1098 (DiscoveryClient.localRegionApps not clear application without any instances)
#1107 Add config parameter eureka.myUrl
#1108 Add an interface for AwsAsgUtil
1.9.3
#1071 Fix the inconsistency logic in method updateRenewalThreshold()
#1088 Concurrent register of custom healthcheck handler in DiscoveryClient