Skip to content

v4.5.0

Compare
Choose a tag to compare
@dariakp dariakp released this 19 Aug 19:19
5396ab3

The MongoDB Node.js team is pleased to announce version 4.5.0 of the bson module!

Release Highlights

The Timestamp constructor can now be called with a more convenient object parameter: new Timestamp({ t: number, i: number }); the existing new Timestamp(increment, timestamp) option has been deprecated.

Furthermore, this minor version significantly improves deserialization performance for buffer inputs and corrects an issue with our ESM bundles resulting from a reference to global which does not exist in web environments.

Features

Bug Fixes

Documentation

We invite you to try the bson library immediately, and report any issues to the NODE project.