Releases: Netflix/eureka
Releases · Netflix/eureka
eureka-1.1.137
- Issue 135 DC services are not registered by default after an Eureka re-start.
- Pull 151 Removed Client IP from the server side client ID metrics.
Artifacts: Maven Central
eureka-1.1.136
eureka-1.1.135
- 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
eureka-1.1.133
eureka-1.1.132
eureka-1.1.131
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
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
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
New Features
- Implemented issue #99 to add a new grouping criteria for applications called application group.