eureka

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

APACHE-2.0 License

Stars
12.4K
Committers
136

Bot releases are visible (Hide)

eureka - 1.4.11

Published by qiangdavidliu about 8 years ago

#817 Rewrite status override logic in registry using a rule framework
#819 Check the sub-string index value before trying to sub-string on it.
#822 Moving experimental replication fix to default
#824 Fix typo in EurekaInstanceConfig

eureka - 1.4.11-rc.1

Published by drtechniko over 8 years ago

#817 Rewrite status override logic in registry using a rule framework
#819 Check the sub-string index value before trying to sub-string on it.
#822 Moving experimental replication fix to default

eureka - 1.4.10

Published by qiangdavidliu over 8 years ago

#813 Propagate systemSSL config for client all the way through

eureka - 1.4.10-rc.1

Published by qiangdavidliu over 8 years ago

#813 Propagate systemSSL config for client all the way through

eureka - 1.4.9

Published by qiangdavidliu over 8 years ago

#800 Handle on demand update within InstanceInfoReplicator initial delay
#801 remove deprecated code from examples
#805 Fix erroneous connectionIdleTimeout value
#806 Fix (harmless) NPE at server startup due to init order on a metrics counter
#808 Prefer javax.inject Provider over guice Provider for #807
#811 Fixing a potential registration race condition as described in issue #802
#811 Removing some experimental check on new eviction behaviour as these features are now standard

eureka - 1.4.9-rc.1

Published by qiangdavidliu over 8 years ago

#800 Handle on demand update within InstanceInfoReplicator initial delay
#801 remove deprecated code from examples
#805 Fix erroneous connectionIdleTimeout value
#806 Fix (harmless) NPE at server startup due to init order on a metrics counter
#808 Prefer javax.inject Provider over guice Provider for #807
#811 Fixing a potential registration race condition as described in issue #802
#811 Removing some experimental check on new eviction behaviour as these features are now standard

eureka - 1.4.8

Published by qiangdavidliu over 8 years ago

#787 Added ENI aws binder
#795 Using beta Travis trusty vm for builds
#797 Add fail fast option to AmazonInfo init

eureka - 1.4.7

Published by qiangdavidliu over 8 years ago

#771 move eureka-server-karyon3 to eureka-server-governator
#773 1.x EIPManager: if instance is not associated with one EIP, do not try to unbind
#774 Check if transport is null in DiscoveryClient#unregister
#776 #786 Adding Util methods
#779 update server build default props for example
#789 Travis conversion
#790 #791 Fixing an edge case if dataCenterInfo is null or DataCenterInfo.Name is null
#792 update gradle version and netflixoss version to be compatible with travisCI
#793 ignore javadoc errors (for now) (so that Travis CI is happy)
#794 minor test fix

eureka - 1.4.7-rc.3

Published by qiangdavidliu over 8 years ago

eureka - 1.4.7-rc.2

Published by qiangdavidliu over 8 years ago

eureka - 1.4.6

Published by qiangdavidliu over 8 years ago

#769 back rev servo to 0.10.1 to be java7 compatible

eureka - 1.4.5

Published by tbak over 8 years ago

#756 restore HTTP authentication support

eureka - 1.4.4

Published by qiangdavidliu over 8 years ago

#763 change deprecated governator-annotations to replacement (governator-api)

eureka - 1.4.3

Published by qiangdavidliu over 8 years ago

#754 (server) Sleep during syncUp only if necessary
#757 (client) set instance status using applicationInfoManager instead of directly
#759 (client) Adding an on-demand instanceInfo update trigger when new HealthCheckHandlers are registered with the client

eureka - 1.4.2

Published by tbak over 8 years ago

  • #702 handle charset provided in Content-Type header
  • #749 Expose EurekaClient events via a new EurekaEventListener API.
eureka - 1.4.1

Published by qiangdavidliu over 8 years ago

#745 Add composite strategy bootstrap resolver
#746 Move back to java7 compatibility
#747 Updating AmazonInfo's refresh policy to be more lenient

eureka - 1.4.0

Published by qiangdavidliu over 8 years ago

#741 Removing old client transport in favour of the (no longer) experimental transport
#742 Fix async resolver to use daemon threads

eureka - 1.3.8

Published by qiangdavidliu over 8 years ago

#730 1.x Refactor Jackson serializer, so it does not depend on internal Jackson code.
#733 Fix build error (for <java8)
#734 Remove blitz4j appender
#736 Update to archaius2 2.0.0-rc.36

eureka - 1.3.7

Published by qiangdavidliu almost 9 years ago

#729 Revert #724 due to compatibility issues with Jackson 2.6.x

eureka - 1.3.6

Published by qiangdavidliu almost 9 years ago

Note: this release is not compatible with jackson 2.6.+. Release 1.3.7 reverts #724 which allows compatibility.

#723 Fix AWS meta data refresh
#724 In DiscoveryJerseyProvider change default codec to the latest one.
#727 Handle registration with bad data in DataCenterInfo
#728 add additional sanity check in shouldRefresh AmazonInfo