Skip to content

v2.4.0

Compare
Choose a tag to compare
@dr-dimitru dr-dimitru released this 07 Feb 20:45
· 112 commits to master since this release
28a469b
  • ☄️ NPM: v2.4.0
  • 📦 Meteor: v2.6.0

Critical Changes:

  • opts.minRevolvingDelay by default 128 ms, was 32;
  • opts.maxRevolvingDelay by default 768 ms, was 256;
  • Default { writeConcern } options removed from write/update operations, pass recommended readConcern, writeConcern, and readPreference as mongodb connections settings;
  • Implement "Collection Locking" via special collection ending with .lock prefix;
  • In total this package will add two new MongoDB collections per each new JoSk({ prefix }) to a database it's connected.

Changes:

  • 🤝 Compatibility with mongodb@3.6.4 (node native driver);
  • 🤝 Compatibility with meteor@2.*;
  • 👨‍💻 Refactor logic and reduce read/write operations;
  • 👷 Stable distictive runs avoiding simultaneous execution across complex multi-server infrastructure;
  • 📋 Documentation update.