Skip to content

Releases: jquatier/eureka-js-client

EUREKA_ENV setting

31 May 17:59
Compare
Choose a tag to compare
  • Allows developers to select whatever Eureka config file they need without having to rely on NODE_ENV

Release 4.4.2

30 Oct 15:36
Compare
Choose a tag to compare

Use Delta not able to handle OUT_OF_SERVICE status when the instances are disabled #147

Release 4.4.1

07 Mar 03:28
Compare
Choose a tag to compare
  • Upgrading request module to latest stable for security updates

Release 4.4.0

04 Jan 23:46
99849b2
Compare
Choose a tag to compare
  • Adds a shouldUseDelta option flag that will enable an experimental mode to use eureka deltas instead of a full registry refresh when it polls the eureka server.

Release 4.3.0

03 Feb 07:44
Compare
Choose a tag to compare
  • Adds registerWithEureka flag to optionally disable registration. #86

Release 4.2.0

20 Jan 03:03
Compare
Choose a tag to compare
  • Adds a preferIpAddress option to allow registration using the IP address (public or private) as the hostname.

Release 4.1.4

13 Jan 03:46
Compare
Choose a tag to compare
  • Fixes an issue where registry fails to update if VIP address isn't present. (#101)

Release 4.1.3

15 Dec 22:18
Compare
Choose a tag to compare
  • Adds support for comma delimited vips stored in Eureka. (#100)

Release 4.1.2

08 Nov 04:37
Compare
Choose a tag to compare
  • Fixes a bug where applications that have multiple instances registered under different VIP addresses would not always be available when calling getInstancesByVipAddress, depending on the order they came back in the registry. This would be an issue when working with Stacks in Asgard, which allows you to have an instance register under a different VIP for testing or other use cases.

Release 4.1.1

19 Oct 01:34
Compare
Choose a tag to compare
  • Fixes #91, where the started event was emitted regardless of start success or failure.