v4.5.4
The MongoDB Node.js team is pleased to announce version 4.5.4 of the bson package!
Release Highlights
This release notably includes a fix to the ObjectId
constructor ensuring correct handling of invalid input.
Bug Fixes
- NODE-3640: Fix Int32 constructor to coerce its argument to int32 (#466) (d388f1e)
- NODE-3662: error checking to make sure that ObjectId results in object with correct properties (#467) (5f99b1b)
Documentation
- API: https://github.com/mongodb/js-bson#readme
- Changelog: https://github.com/mongodb/js-bson/blob/master/HISTORY.md#change-log
We invite you to try the bson library immediately, and report any issues to the NODE project.