@@ -13,7 +13,7 @@ What's New
1313Learn 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
115142What's New in 5.7
0 commit comments