Skip to content

Releases: andrewmolyuk/mongo-leader

Release v1.2.150

17 Aug 20:17
cf59578
Compare
Choose a tag to compare

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

10 May 18:07
03fc2e2
Compare
Choose a tag to compare

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

13 Apr 10:16
3b9ebdc
Compare
Choose a tag to compare

What's Changed

  • Add lazy start in the isLeader() method
  • Implement tests covered correct event emit in the elect() and renew() methods

Release 1.1.144

12 Apr 22:10
c9a8cd8
Compare
Choose a tag to compare

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.