Releases: jquatier/eureka-js-client
Releases · jquatier/eureka-js-client
EUREKA_ENV setting
Release 4.4.2
Use Delta not able to handle OUT_OF_SERVICE status when the instances are disabled #147
Release 4.4.1
- Upgrading request module to latest stable for security updates
Release 4.4.0
- 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
- Adds
registerWithEureka
flag to optionally disable registration. #86
Release 4.2.0
- Adds a
preferIpAddress
option to allow registration using the IP address (public or private) as the hostname.
Release 4.1.4
- Fixes an issue where registry fails to update if VIP address isn't present. (#101)
Release 4.1.3
- Adds support for comma delimited vips stored in Eureka. (#100)
Release 4.1.2
- 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
- Fixes #91, where the
started
event was emitted regardless of start success or failure.