v1.2.6
- ☄️ NPM: v1.2.6
- 📦 Meteor: v2.3.6
This is maintenance update
Notable Changes:
- Default
{ writeConcern }
options removed from write/update operations, passreadConcern
,writeConcern
, andreadPreference
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 tov2.4.0
;