Skip to content

Releases: Netflix/eureka

eureka-1.1.136

08 Jul 17:55
Compare
Choose a tag to compare

New Features

  • #139 Eureka client identification when connecting to the server

Bug fixes

None

eureka-1.1.135

06 Jul 06:34
Compare
Choose a tag to compare

Milestone

  • Issue 138 Eureka Client not resilient to socket read timeouts not getting triggered.
  • Pull 140 add eureka.appinfo.initial.replicate.time property to allow faster registration
  • Issue 145 Healthcheck handler should support returning any InstanceInfo Status
  • Issue 147 Re-introduce read-only cache in ResponseCache

Artifacts: Maven Central

eureka-1.1.134

03 Jun 23:51
Compare
Choose a tag to compare

New Features

None

Bug fixes

  • #136 Removing range dependencies from the build.

eureka-1.1.133

03 Jun 20:34
Compare
Choose a tag to compare

New Features

  • #132 Provided a backdoor for only fetching one VIP address from the client instead of the full registry.

Bug fixes

  • #130 The instance count logged by eureka in the logs was ambiguous.
  • #129 Grammatical fix in the log messages.
  • #128 All scheduled executors in discovery are now daemons

eureka-1.1.132

08 May 23:30
Compare
Choose a tag to compare

New Features

None

Bug fixes

  • #126 Bug fix in discovery client governation.

eureka-1.1.131

08 May 05:51
Compare
Choose a tag to compare

New Features

None

Bug fixes

  • Minor code formatting changes,
  • #118 Missing cache invalidation for remote region requests
  • #120 Made Eureka-JerseyClient-Conn-Cleaner thread as a daemon
  • #121 Modified log levels of service url updater thread to only log at info when urls have changed.
  • #115 Modified build file to include latest version of netflix OSS dependencies within the same major version.

eureka-1.1.130

25 Apr 22:22
Compare
Choose a tag to compare

New Features

None

Bug fixes

  • Minor code formatting changes,
  • #108 fails fast for unknown datacenter type during payload de-serialization.
  • #107 Fixed an inconsistency in property name to meaning in terms of timeunit (milliseconds taken as seconds) Properties "eurekaServer.readTimeout", "eurekaServer.connectTimeout" should be defined in seconds. OTOH, "serviceUrlPollIntervalMs" should be milliseconds.
  • #113 DefaultEurekaClientConfigProvider was using the implementation instead of the interface for guice's provider.

eureka-1.1.129

22 Apr 21:47
Compare
Choose a tag to compare

New Features

  • "Governation" of eureka client, which is using Netflix's governator: a library build for Dependency Injection inside Netflix. This change is completely backward compatible and was done/discussed in the pull request #103

Bug fixes

None

eureka-1.1.128

16 Apr 18:08
Compare
Choose a tag to compare

New Features

  • Implemented issue #99 to add a new grouping criteria for applications called application group.

Bug Fix

  • #98 Provide a cleaner shutdown mechanism for eureka client. This fix will shutdown all background tasks on shutdown.
  • #97 Removed redundant calls to the metadata service.
  • #93 Updated apache-client-4 version to match ribbon.