All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
2.1.0 / 2022-02-15
- Update all dependencies.
2.0.0 / 2021-01-03
- Publish as both ES and CommonJS module.
- (Breaking) Use Conditional Exports to provide ES or CommonJS module. Cannot import or require internal paths.
- (Breaking) Drop support for Node.js versions before 12.13.0.
- (Breaking) The
default
export.
1.5.1 / 2020-11-17
- Update all dependencies and test on Node Fermium.
- License to MIT.
1.5.0 / 2020-06-16
- Update dependencies.
1.4.0 / 2020-02-28
- Update dependencies.
1.3.0 / 2019-04-11
- Open source under the Apache License, Version 2.0!
1.2.0 / 2019-03-28
- Update from rxjs v5 to v6.
1.1.5 / 2018-12-17
- Update to makenew-node-lib v5.3.0.
1.1.4 / 2018-09-26
- Update to makenew-node-lib v5.1.0.
- Replace default Bunyan logger with mlabs-logger.
1.1.3 / 2018-03-01
- Race condition where all checks would report as cached.
1.1.2 / 2018-02-28
- The timeout did not work with cache.
1.1.1 / 2018-02-28
- The
timeout
option ignored by health monitor.
1.1.0 / 2018-02-28
- New option
timeout
.- Health checks will error after the timeout in milliseconds.
- The default value is set at one minute.
- Health checks which never resolve cause unexpected behavior, so this is being released as a non-breaking change.
- Initial release.