-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dns errors now get passed * Filtering UP instances by default. Added tests. * Adding unit tests for startHeartbeats and startRegistryFetches * improved error reporting * added changelog message * added event support * improved the logic regarding waiting for registries * added better exception handling for malformed configuration files * adding tests for DNS error cases and fixing an uncaught exception
- Loading branch information
Showing
6 changed files
with
315 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## 3.0.0 | ||
- Added better exception handling around malformed YAML configuration files. | ||
- Added support for the following events: `started`, `registered`, `deregistered`, `heartbeat`, and `registryUpdated`. | ||
- Improved the stability of the client when it encounters downstream DNS errors, as a side-effect the callback for `fetchRegistries()` now returns errors when they are encountered. | ||
- Populate registry cache with instances that have a status of `UP`, `filterUpInstances` can be set to `false` to disable. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.