Skip to content

Commit a5295f7

Browse files
authored
Docsp 32495 v5.8 updates for master (#747)
* DOCSP-32495: v5.8 compatibility table updates * port changes from PR 746 * JS suggestion
1 parent 54956cd commit a5295f7

File tree

6 files changed

+45
-4
lines changed

6 files changed

+45
-4
lines changed

.backportrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// the branches available to backport to
66
"targetBranchChoices": [
77
"master",
8+
"v5.8",
89
"v5.7",
910
"v5.6",
1011
"v5.5",

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/drivers/node
22
define: base https://www.mongodb.com/${prefix}
3-
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 master
3+
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
44

55
symlink: current -> master
66

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ toc_landing_pages = [
1818
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1919

2020
[constants]
21-
version = "5.7"
21+
version = "5.8"
2222
api = "https://mongodb.github.io/node-mongodb-native/{+version+}"
2323
driver-long = "MongoDB Node.js driver"
2424
driver-short = "Node.js driver"

source/includes/language-compatibility-table-node.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
-
3232
-
3333

34-
* - 5.6.x to 5.7.x
34+
* - 5.6.x to 5.8.x
3535
- ✓
3636
- ✓
3737
- ✓

source/includes/mongodb-compatibility-table-node.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@
1616
- MongoDB 3.0
1717
- MongoDB 2.6
1818

19+
* - 5.8
20+
- ✓
21+
- ✓
22+
- ✓
23+
- ✓
24+
- ✓
25+
- ✓
26+
- ✓
27+
-
28+
-
29+
-
30+
-
31+
1932
* - 5.7
2033
- ✓
2134
- ✓

source/whats-new.txt

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ What's New
1313
Learn what's new in:
1414

1515
* :ref:`Version 6.0 <version-6.0>`
16-
* :ref:`Version 5.7 <version-5.7>`
16+
* :ref:`Version 5.8 <version-5.8>`
1717
* :ref:`Version 5.7 <version-5.7>`
1818
* :ref:`Version 5.6 <version-5.6>`
1919
* :ref:`Version 5.5 <version-5.5>`
@@ -110,6 +110,33 @@ The {+driver-short+} v6.0 release includes the following features:
110110
the ``MongoClient.connect()`` method, not when you create a
111111
``MongoClient`` instance.
112112

113+
.. _version-5.8:
114+
115+
What's New in 5.8
116+
-----------------
117+
118+
The {+driver-short+} v5.8 release includes the following features:
119+
120+
.. important:: Deprecation Notice
121+
122+
The ``AutoEncrypter`` interface is deprecated.
123+
124+
- Support for Kerberos versions 1.x and 2.x.
125+
126+
- Deprecation errors are not emitted for the
127+
``tlsCertificateFile`` property when you set the
128+
``tlsCertificateKeyFile`` property.
129+
130+
- Removes credential availability in the
131+
``ConnectionPoolCreatedEvent`` type. You can still access credentials
132+
through the ``credentials`` property of a ``MongoOptions`` instance.
133+
134+
- Lowers the ``@aws-sdk/credential-providers`` version to 3.188.0
135+
and ``zstd`` to ^1.0.0.
136+
137+
To learn more about this release, see the
138+
`v5.8.0 Release Highlights <https://github.com/mongodb/node-mongodb-native/releases/tag/v5.8.0>`__.
139+
113140
.. _version-5.7:
114141

115142
What's New in 5.7

0 commit comments

Comments
 (0)