Skip to content

v6 release updates #753

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 2 commits into from
Aug 29, 2023
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",
"v6.0",
"v5.8",
"v5.7",
"v5.6",
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 v4.16 v4.17 v5.0 v5.1 v5.2 v5.3 v5.4 v5.5 v5.6 v5.7 v5.8 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 v4.16 v4.17 v5.0 v5.1 v5.2 v5.3 v5.4 v5.5 v5.6 v5.7 v5.8 v6.0 master

symlink: current -> master

Expand Down
4 changes: 2 additions & 2 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ toc_landing_pages = [
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"

[constants]
version = "5.8"
version = "6.0"
api = "https://mongodb.github.io/node-mongodb-native/{+version+}"
driver-long = "MongoDB Node.js driver"
driver-short = "Node.js driver"
mdb-server = "MongoDB Server"
min-node-version = "v12"
min-node-version = "v16"
stable-api = "Stable API"
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

* - 6.0
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
-
-
-
-

* - 5.8
- ✓
- ✓
Expand Down
3 changes: 3 additions & 0 deletions source/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ Version 6.x Breaking Changes
perform any operations in the session.
- The ``includeResultMetadata`` option for compound operation methods is
``false`` by default.
- Raised the optional ``kerberos`` dependency minimum version to 2.0.1 and
removed support for version 1.x.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue:

Looks like the zstd optional dependency was also raised per https://github.com/mongodb/node-mongodb-native/releases/tag/v6.0.0

Suggestion:
Unless this is already represented in another ticket, I think it would be helpful to mention.

- Raised the optional ``zstd`` dependency minimum version to 1.1.0.

.. _node-breaking-changes-v5.x:

Expand Down
11 changes: 11 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ What's New in 6.0
is ``false`` by default. See the :ref:`Built-in
Methods <node-compound-operations-builtin>` section of the Compound
Operations guide for more information.

- Raised the optional ``kerberos`` dependency minimum version to 2.0.1 and
removed support for version 1.x.

- Raised the optional ``zstd`` dependency minimum version to 1.1.0.

To learn more about the breaking changes included in this release, see the
`v6.0.0 Release Highlights <https://github.com/mongodb/node-mongodb-native/releases/tag/v6.0.0>`__.

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

Expand Down Expand Up @@ -153,6 +161,9 @@ The {+driver-short+} v6.0 release includes the following features:
document. To learn more, see the :ref:`Command Options
<node-command-options>` section of the Run a Command guide.

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

.. _version-5.8:

What's New in 5.8
Expand Down