Skip to content

DOCSP-29676 v5.4 update #675

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .backportrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// the branches available to backport to
"targetBranchChoices": [
"master",
"v5.4",
"v5.3",
"v5.2",
"v5.1",
Expand Down
2 changes: 1 addition & 1 deletion config/redirects
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define: prefix docs/drivers/node
define: base https://www.mongodb.com/${prefix}
define: versions v3.6 v3.7 v4.0 v4.1 v4.2 v4.3 v4.4 v4.5 v4.6 v4.7 v4.8 v4.9 v4.10 v4.11 v4.12 v4.13 v4.14 v4.15 v5.0 v5.1 v5.2 v5.3 master
define: versions v3.6 v3.7 v4.0 v4.1 v4.2 v4.3 v4.4 v4.5 v4.6 v4.7 v4.8 v4.9 v4.10 v4.11 v4.12 v4.13 v4.14 v4.15 v5.0 v5.1 v5.2 v5.3 v5.4 master

symlink: current -> master

Expand Down
2 changes: 1 addition & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ toc_landing_pages = [
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"

[constants]
version = "5.3"
version = "5.4"
package-name-org = "mongodb-org"
api = "https://mongodb.github.io/node-mongodb-native/{+version+}"
min-node-version = "v12"
Expand Down
13 changes: 13 additions & 0 deletions source/includes/mongodb-compatibility-table-node.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@
- MongoDB 3.0
- MongoDB 2.6

* - 5.4
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
-
-
-
-

* - 5.3
- ✓
- ✓
Expand Down
21 changes: 21 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ What's New

Learn what's new in:

* :ref:`Version 5.4 <version-5.4>`
* :ref:`Version 5.3 <version-5.3>`
* :ref:`Version 5.2 <version-5.2>`
* :ref:`Version 5.1 <version-5.1>`
Expand All @@ -35,6 +36,26 @@ Learn what's new in:
* :ref:`Version 3.7 <version-3.7>`
* :ref:`Version 3.6 <version-3.6>`

.. _version-5.4:

What's New in 5.4
-----------------

New features of the 5.4 {+driver-short+} release include:

.. important:: Deprecation Notice

- The ``collStats`` helper command is deprecated. Use the :manual:`$collStats
</reference/operator/aggregation/collStats>` aggregation operator instead.
- The TypeScript interface passed to the ``db.command()`` method incorrectly
includes certain options. These options have been deprecated.

- The ``ChangeStream.tryNext`` method now uses the schema-specific
``TChange`` generic type instead of the ``Document`` interface.

To learn more, see the `v5.4.0 Release Highlights
<https://github.com/mongodb/node-mongodb-native/releases/tag/v5.4.0>`__.

.. _version-5.3:

What's New in 5.3
Expand Down