Skip to content

Releases: mongodb-js/bson-ext

v4.0.3

15 Sep 12:51
Compare
Choose a tag to compare

The MongoDB Node.js team is pleased to announce version 4.0.3 of the bson-ext package!

What's Changed

  • fix(NODE-4532): Ensure that double values round trip correctly.

Full Changelog: v4.0.2...v4.0.3

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

v4.0.2

05 Oct 17:15
a9004f8
Compare
Choose a tag to compare

The MongoDB Node.js team is pleased to announce version 4.0.2 of the bson-ext package!

What's Changed

Full Changelog: v4.0.1...v4.0.2

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

v2.0.6

05 Oct 17:19
f24116e
Compare
Choose a tag to compare

The MongoDB Node.js team is pleased to announce version 2.0.6 of the bson-ext package!

Fixes & Additions

Full Changelog: v2.0.5...v2.0.6

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

v4.0.1

14 Sep 17:33
b078600
Compare
Choose a tag to compare

The MongoDB Node.js team is pleased to announce version 4.0.1 of the bson-ext package!

Performance Improvement

v4.0.0

25 May 17:51
4cde30a
Compare
Choose a tag to compare

The MongoDB Node.js team is pleased to announce version 4.0.0 of the bson-ext package!

Release Highlights

This major version brings bson-ext in sync with js-bson v4. As before the bson-ext library uses the javascript types from js-bson to initialize the values deserialized from BSON so a breaking change is necessary in this library to make them compatible. We decided to sync the major version numbers to reflect as such. bson@4 works with bson-ext@4 (and soon mongodb@4, check out our beta here)

The most significant change is the way you import the library:

const BSON = require('bson-ext')
// or ...
const { serialize, deserialize } = require('bson-ext')

Users no longer need to initialize the bson-ext library with a list of BSON types, this is done internally to the library.

⚠BREAKING CHANGES

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

v2.0.5

31 Jul 21:47
Compare
Choose a tag to compare
chore(release): 2.0.5

v2.0.4

31 Jul 19:55
Compare
Choose a tag to compare
chore(release): 2.0.4

v2.0.3

28 Jul 02:38
Compare
Choose a tag to compare
2.0.3