File tree Expand file tree Collapse file tree 5 files changed +41
-2
lines changed Expand file tree Collapse file tree 5 files changed +41
-2
lines changed Original file line number Diff line number Diff line change 5
5
// the branches available to backport to
6
6
"targetBranchChoices" : [
7
7
" master" ,
8
+ " v5.8" ,
8
9
" v5.7" ,
9
10
" v5.6" ,
10
11
" v5.5" ,
Original file line number Diff line number Diff line change 1
1
define: prefix docs/drivers/node
2
2
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
4
4
5
5
symlink: current -> master
6
6
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ toc_landing_pages = [
18
18
sharedinclude_root = " https://raw.githubusercontent.com/10gen/docs-shared/main/"
19
19
20
20
[constants ]
21
- version = " 5.7 "
21
+ version = " 5.8 "
22
22
api = " https://mongodb.github.io/node-mongodb-native/{+version+}"
23
23
driver-long = " MongoDB Node.js driver"
24
24
driver-short = " Node.js driver"
Original file line number Diff line number Diff line change 16
16
- MongoDB 3.0
17
17
- MongoDB 2.6
18
18
19
+ * - 5.8
20
+ - ✓
21
+ - ✓
22
+ - ✓
23
+ - ✓
24
+ - ✓
25
+ - ✓
26
+ - ✓
27
+ -
28
+ -
29
+ -
30
+ -
31
+
19
32
* - 5.7
20
33
- ✓
21
34
- ✓
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ What's New
12
12
13
13
Learn what's new in:
14
14
15
+ * :ref:`Version 5.8 <version-5.8>`
15
16
* :ref:`Version 5.7 <version-5.7>`
16
17
* :ref:`Version 5.6 <version-5.6>`
17
18
* :ref:`Version 5.5 <version-5.5>`
@@ -41,6 +42,30 @@ Learn what's new in:
41
42
* :ref:`Version 3.7 <version-3.7>`
42
43
* :ref:`Version 3.6 <version-3.6>`
43
44
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
+
44
69
.. _version-5.7:
45
70
46
71
What's New in 5.7
You can’t perform that action at this time.
0 commit comments