Additional Releases
To save on precious postage here’s links to a number of other releases we’ve made today:
- mongodb@4.1.2
- mongodb@3.7.1
- bson@4.5.2
- bson-ext@4.0.1
- mongodb-client-encryption@1.2.7
- kerberos@1.1.7
MongoDB Node.js Driver 4.1.2
The MongoDB Node.js team is pleased to announce version 4.1.2 of the mongodb package!
Release Highlights
This release addresses a number of bug fixes, please peruse the list below for more information on each fix.
Bug Fixes
- NODE-3434: errInfo should be exposed on bulk write (#2977) (6b3c161)
- NODE-3467: allow object type for aggregate out helper (#2971) (cd603e8)
- NODE-3487: check for nullish aws mechanism property (#2951) (78ec0dd)
- NODE-3559: incorrect GridFS stream type (#2981) (3915ea8)
- NODE-3567: correct typing on aggregation out helper (#2967) (a299a0b)
- NODE-3574: reintroduce ObjectID export (#2965) (2291119)
- NODE-3585: MongoClientOptions#compressors has incorrect type (#2976) (f1b896d)
- NODE-3591: tlsCertificateKeyFile option does not default cert (#2979) (6d42267)
- NODE-3599: incorrect indexes return type (#2980) (122b9f3)
Documentation
- Reference: https://docs.mongodb.com/drivers/node
- API: mongodb
- Changelog: node-mongodb-native/HISTORY.md at 4.1 · mongodb/node-mongodb-native · GitHub
We invite you to try the mongodb library immediately, and report any issues to the NODE project.