Releases: andrewmolyuk/mongo-leader
Releases · andrewmolyuk/mongo-leader
Release v1.2.152
What's new in v1.2.152
- Update npm version with updated package version.
Release v1.2.151
What's new in v1.2.151
- Update npm dependencies to latest versions.
- Bump paambaati/codeclimate-action from 8.0.0 to 9.0.0
Release v1.2.150
What's new in v1.2.150
- Move version bump to release target in the Makefile.
- Update npm dependencies to latest versions.
- Improve error handling for setParameter command.
Release v1.2.149
What's new in v1.2.149
- Updated dependencies to latest versions to fix security vulnerabilities.
- Added new target for release versions and publish workflow changed to use the new target.
- Dependabot settings updated.
Release 1.1.148
What's Changed
- Add lazy start in the
isLeader()
method - Implement tests covered correct event emit in the
elect()
andrenew()
methods
Release 1.1.144
Breaking changes
All asynchronous operations have been shifted from the constructor to a new method named start()
, which needs to be called separately like in the example above.