Skip to content

v1.2.6

Compare
Choose a tag to compare
@dr-dimitru dr-dimitru released this 07 Feb 21:49
· 92 commits to master since this release
3021ac1
  • ☄️ NPM: v1.2.6
  • 📦 Meteor: v2.3.6

This is maintenance update

Notable Changes:

  • Default { writeConcern } options removed from write/update operations, pass readConcern, writeConcern, and readPreference as mongodb connections settings.

Changes:

  • 👷 Fix possible memory leak with forcefully closing cursors Cursor#close();
  • 🤝 Compatibility with [email protected] (the driver);
  • 🤝 Compatibility with [email protected];
  • 📦 josk upgaded to v2.4.0;