Skip to content

Commit

Permalink
bson updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mongoKart committed May 9, 2024
1 parent eb697bb commit 1ca4d2f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ What's New in 6.6

The {+driver-short+} v6.6 release includes the following features:

- Upgrades to using BSON 6.7.0. For details about the new BSON features, see the
release notes for `BSON 6.5.0
<https://github.com/mongodb/js-bson/releases/tag/v6.5.0>`__,
`BSON 6.6.0 <https://github.com/mongodb/js-bson/releases/tag/v6.6.0>`__, and
`BSON 6.7.0 <https://github.com/mongodb/js-bson/releases/tag/v6.7.0>`__.

- Adds the ``addStage()`` method to the fluid aggregation API. You can use this method to
add aggregation pipeline stages individually, as shown in the following
example:
Expand Down Expand Up @@ -131,6 +137,11 @@ The {+driver-short+} v6.6 release includes the following features:
- The ``ClusterTime`` interface no longer defines the ``signature`` field as required in
TypeScript.

To learn more about this release, see the
`v6.6.0 Release Highlights
<https://github.com/mongodb/node-mongodb-native/releases/tag/v6.5.0>`__ on
GitHub.

.. _version-6.5:

What's New in 6.5
Expand Down

0 comments on commit 1ca4d2f

Please sign in to comment.