v2.4.0
- ☄️ NPM: v2.4.0
- 📦 Meteor: v2.6.0
Critical Changes:
opts.minRevolvingDelay
by default128
ms, was 32;opts.maxRevolvingDelay
by default768
ms, was 256;- Default
{ writeConcern }
options removed from write/update operations, pass recommendedreadConcern
,writeConcern
, andreadPreference
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.