eureka

AWS Service registry for resilient mid-tier load balancing and failover.

APACHE-2.0 License

Stars
12.4K
Committers
136

Bot releases are hidden (Show)

eureka - 1.9.10

Published by elandau over 5 years ago

#1212 add ClientFilter to HttpReplicationClient
#1177 Remove unused javax.mail dependency
#1194 Add injectable customizable EndpointRandomizer

eureka - 1.9.9

Published by qiangdavidliu almost 6 years ago

#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

eureka - 1.9.8

Published by elandau almost 6 years ago

  • 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.
eureka - 1.9.7

Published by elandau almost 6 years ago

#1152 Improved logging and metrics

eureka - 1.9.6

Published by qiangdavidliu almost 6 years ago

#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

eureka - 1.9.5

Published by troshko111 about 6 years ago

#1119 defaultZone separator support container space
#1122 Add User-Agent when requesting information from AWS Metadata service

eureka - 1.9.4

Published by qiangdavidliu about 6 years ago

#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

eureka - 1.9.3

Published by qiangdavidliu over 6 years ago

#1071 Fix the inconsistency logic in method updateRenewalThreshold()
#1088 Concurrent register of custom healthcheck handler in DiscoveryClient

eureka - 1.9.2

Published by qiangdavidliu over 6 years ago

#1080 one more change to relax parsing compatibility due to overiddenstatus casing change

eureka - 1.9.1

Published by qiangdavidliu over 6 years ago

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

eureka - 1.9.0

Published by qiangdavidliu over 6 years ago

#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

eureka - 1.8.8

Published by qiangdavidliu over 6 years ago

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

eureka - 1.7.2

Published by qiangdavidliu over 6 years ago

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)

eureka - 1.8.7

Published by qiangdavidliu over 6 years ago

#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

eureka - 1.8.6

Published by qiangdavidliu almost 7 years ago

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

eureka - 1.8.5

Published by qiangdavidliu almost 7 years ago

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

eureka - 1.8.4

Published by qiangdavidliu about 7 years ago

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

eureka - 1.8.3

Published by qiangdavidliu about 7 years ago

#994 Fix a race condition in the server remoteRegionRegistry

eureka - 1.8.2

Published by qiangdavidliu about 7 years ago

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

eureka - 1.7.1

Published by qiangdavidliu about 7 years ago

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

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