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 - 2.0.2 Release Latest Release

Published by drobertduke 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Netflix/eureka/compare/v2.0.1...v2.0.2

eureka - 2.0.1 Release

Published by howardyuan over 1 year ago

Bug fixes

eureka - 2.0.0 Release

Published by howardyuan almost 2 years ago

Eureka 2.0.0 Release Notes

Eureka 2.0.0 has been released. This release is a new effort and is not related to a previous preview of code released in the 2.x-archive branch which was an experimental re-architecture of Eureka.

The Eureka Server HTTP API and wire data formats have not changed for the 2.0.0 release. Eureka servers and clients should be backwards and forwards compatible over the wire. This release was primarily driven for compatibility with Spring Framework 6.0 and Spring Boot 3.0 and the change to Jakarta EE 9.

What has changed?

The Eureka 2.0.0 Java client API is not backwards compatible with 1.x.
Eureka 1.x included support for Jersey 1 and optional Support for Jersey 2. In many cases, Jersey 1 was the default and was baked into the eureka-core and eureka-client modules. Having a default client has been removed. The new eureka-client-jersey3 and eureka-core-jersey3 should now be used if no other implementation is provided (such as Spring Cloud support for a RestTemplate implementation).
The DiscoveryClient constructors have been updated to have a new required TransportClientFactories parameter. The majority of the Eureka 2.0.0 Java client API has remained unchanged.
All references to javax.* classes have been changed to jakarta.* classes and the appropriate modules have been added.
The eureka-server-governator module was removed. There is no current support for the JakartaEE version of @Inject.
The eureka-server module currently does not build a functional WAR file. The recommended way of creating a Eureka 2.0.0 server is via Spring Cloud Netflix as a Spring Boot application.
The build now requires JDK 11 because of some tests that require Jetty and the version of Jetty that supports Jakarta EE 9 requires Java 11. The build still targets Java 8.

Feedback

Please try things out and provide any feedback or issues at https://github.com/Netflix/eureka/issues.

eureka - v1.10.18

Published by troshko111 almost 2 years ago

  • xstream 1.4.19 (fixes a CVE) #1472
eureka -

Published by howardyuan almost 2 years ago

Candidate release for Spring Cloud 3.0

eureka -

Published by howardyuan about 2 years ago

Candidate release for SpringBoot 3.0 Eureka OSS.

eureka - v1.10.17

Published by troshko111 about 3 years ago

  • Remove redundant metadata synchronization (#1424) (#1426)
  • Update xstream to 1.4.18 (#1421)
eureka - v1.10.16

Published by troshko111 about 3 years ago

  • Enable overriding the client in DiscoveryManager (#1417)
  • Refactor: use diamond operator (#1412)
  • Refactor: use diamond operator (#1405)
  • Allow null values for healthcheck (#1402)
eureka - v1.10.15

Published by troshko111 over 3 years ago

  • Do not log double the URL slash in AbstractJerseyEurekaHttpClient.java (#1401)
  • Upgrade xstream to 1.4.17 due to CVE-2021-29505 (#1397)
eureka - v1.10.14

Published by troshko111 over 3 years ago

  • Update Jackson to 2.10 branch (#1393)
  • Rotate publishing credentials
  • Update ResolverUtils::randomize (#1383)
  • Upgrade xstream to 1.4.16 for CVE-2021-213{41-51} (#1386)
  • Replace jcenter with maven central (#1381)
eureka - v1.10.13

Published by troshko111 over 3 years ago

  • Upgrade nebula.netflixoss to replace bintray publication and update TravisCI secrets (#1380)
  • Updates xstream to 1.4.15 (#1377)
eureka - v1.10.12

Published by fiibbb almost 4 years ago

Make eureka instance config namespace configurable

eureka - v1.10.11

Published by troshko111 almost 4 years ago

  • Fix #1367 (update xstream) (#1370)
  • Fix GzipEncodingEnforcingFilter getHeaders always with a const value #1363
eureka - v1.10.10

Published by jamesmulcahy almost 4 years ago

  • Revert log level of 'Saw local status' error
eureka - v1.10.9

Published by fiibbb almost 4 years ago

  • Fix DiscoveryManager for DI tests
  • Update the build instructions
eureka - v1.10.8

Published by fiibbb almost 4 years ago

  • Make instance config factory support custom amazon info provider
  • Update Build Status Location (#1359)
  • Update vulnerable deps #1357 #1351 (#1358)
eureka - v1.10.7

Published by fiibbb about 4 years ago

  • Bump default connection idle timeout
eureka - v1.10.6

Published by philrud about 4 years ago

  • Add IPv6 address to the datacenter metadata keys
eureka - v1.10.5

Published by jamesmulcahy about 4 years ago

  • Add a metric to report selfPreservationMode
  • Fix #1336 resource needs to be closed (#1350)
eureka - v1.10.4

Published by jamesmulcahy about 4 years ago

  • Re-release of v1.10.2, which only partially completed the build pipeline due to a transient error.