v4.5.2
The MongoDB Node.js team is pleased to announce version 4.5.2 of the bson package!
Release Highlights
Some APIs were marked internal that should've been public. We've also add toString methods to our Int32
and Double
classes that wrap Javascript's Number.toString()
method.
Additionally a bug in Decimal128 was corrected where the representation string was wrongly used to find the significant digits. This impacted negative numbers of pattern -0.00XX
.
Bug Fixes
- NODE-3021: fix numbers of pattern
-0.00XX
(#458) (824939a)- Thanks to @tzhuan for contributing this!
- NODE-3582: fix internal marked APIs, add toString methods to Int32 and Double (#457) (b46ab5f)
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.