Skip to content

Commit 8c87552

Browse files
authored
DOCSP-32495: v5.8 release (#746)
1 parent e36546d commit 8c87552

File tree

5 files changed

+41
-2
lines changed

5 files changed

+41
-2
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/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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ What's New
1212

1313
Learn what's new in:
1414

15+
* :ref:`Version 5.8 <version-5.8>`
1516
* :ref:`Version 5.7 <version-5.7>`
1617
* :ref:`Version 5.6 <version-5.6>`
1718
* :ref:`Version 5.5 <version-5.5>`
@@ -41,6 +42,30 @@ Learn what's new in:
4142
* :ref:`Version 3.7 <version-3.7>`
4243
* :ref:`Version 3.6 <version-3.6>`
4344

45+
.. _version-5.8:
46+
47+
What's New in 5.8
48+
-----------------
49+
50+
The {+driver-short+} v5.8 release includes the following features:
51+
52+
.. important:: Deprecation Notice
53+
54+
The ``AutoEncrypter`` interface is deprecated.
55+
56+
- Support for Kerberos versions 1.x and 2.x.
57+
58+
- Deprecation errors are not emitted for the
59+
``tlsCertificateFile`` property when you set the
60+
``tlsCertificateKeyFile`` property.
61+
62+
- Removes credential availability in the
63+
``ConnectionPoolCreatedEvent`` type. You can still access credentials
64+
through the ``credentials`` property of a ``MongoOptions`` instance.
65+
66+
- Lowers the ``@aws-sdk/credential-providers`` version to 3.188.0
67+
and ``zstd`` to ^1.0.0.
68+
4469
.. _version-5.7:
4570

4671
What's New in 5.7

0 commit comments

Comments
 (0)