Skip to content

Releases: Netflix/eureka

1.2.2

02 Sep 22:07
Compare
Choose a tag to compare

#567 New Jackson JSON/XML serializer, with lower CPU/memory pressure and compact data support
#627 Additional metrics for client side heartbeat/registry staleness monitoring
#631 Update lease duration dynamically if changed

1.2.1

25 Aug 17:55
Compare
Choose a tag to compare

#614 New subproject for configuring Eureka using archaius2
#623 Add filter enforcing gzip reply encoding for all REST GET requests (plain text access deprecated)
#623 More metrics on client side to better track cache refresh/heartbeat requests
#623 Set Eureka specific HTTP User-Agent for easier access file logs analysis

1.2.0

31 Jul 05:37
Compare
Choose a tag to compare

Dependency updates:
#594 Updating dependencies to Guice 4.0, jersey 1.19 and governator 1.7.5 (transitive dependency updates to Guava also)

DI Refactoring:
#555 Refactor so other DI Systems can extend eureka
#596 Standardizing DiscoveryClient's optional configs

Other:
#595 fix an expensive method call on the critical path
#588 Add the ability to use additional Jersey ClientFilters in the DiscoveryClient

1.1.159

01 Jul 19:04
Compare
Choose a tag to compare

#542 Replication batching refactoring

1.1.158

26 Jun 23:40
Compare
Choose a tag to compare

#563 Adding configurable awsAsg cache expiry time
#557 fixed package name of serializer
#556 Avoid extra calls to AWS api in AwsAsgUtil

1.1.157

16 Jun 21:29
Compare
Choose a tag to compare

#551 Clean up of static usage of ApplicationInfoManager in DiscoveryClient
#549 Capture "CacheRefreshed" event
#544 Adding config to use (or not to use) the readonly cache in ResponseCache
#543 #527 Cross account describe ASGs + efficiency tweaks
#537 Various fixes (specifics in commit log)
#523 make constructor public so other DI systems can create instances

1.1.156

03 Jun 00:04
Compare
Choose a tag to compare

#530 Adding the ability to execute on-demand updates to the eureka server
#530 Catching exceptions from healthcheck.getStatus() and setting status to DOWN when healthcheck exceptions.

1.1.155

29 May 19:12
Compare
Choose a tag to compare

#528 Adding additional fields to deser for Jackson codec for full backwards compatibilty
#521 Destroying jersey cleaner thread on DiscoveryClient shutdown

1.1.154

19 May 01:49
Compare
Choose a tag to compare

#520 bug fix: re-adding @LazySingleton to EurekaInstanceInfoProvider to ensure InstanceInfo singleton for injection into DiscoveryClient and ApplicationInfoManager.

1.1.153

14 May 23:07
Compare
Choose a tag to compare

#514 Remove dependency to ribbon + bug fix in Jackson codec
#515 Adding EurekaModule for DI support + Example cleanup