@@ -19,6 +19,7 @@ What's New
1919
2020Learn what's new in:
2121
22+ * :ref:`Version 6.15 <version-6.15>`
2223* :ref:`Version 6.14 <version-6.14>`
2324* :ref:`Version 6.13 <version-6.13>`
2425* :ref:`Version 6.12 <version-6.12>`
@@ -35,6 +36,37 @@ Learn what's new in:
3536* :ref:`Version 6.1 <version-6.1>`
3637* :ref:`Version 6.0 <version-6.0>`
3738
39+ .. _version-6.15:
40+
41+ What's New in 6.15
42+ ------------------
43+
44+ The {+driver-short+} v6.15 release includes the following features:
45+
46+ - Adds support for supplying custom AWS credentials when configuring :ref:`authentication
47+ <node-authentication-mechanisms>` or :ref:`In-Use Encryption <node-fle>`. You
48+ must supply the custom function signature in the following form:
49+
50+ .. code-block:: javascript
51+
52+ () => Promise<AWS.Credentials>
53+
54+ You can also specify provider chains from the AWS SDK, allowing you to
55+ customize your options. To view examples of how to provide custom
56+ credentials, see the :github:`v6.15.0 Release Notes
57+ <mongodb/node-mongodb-native/releases/tag/v6.15.0>` on GitHub.
58+ - Fixes a bug that caused a ``MongoClient`` configured for ``OIDC`` with an
59+ ``AbortSignal`` to abort on the cursor when the client reauthenticates.
60+ - Fixes a bug that caused an unhandled rejection to throw when a ``timeoutms``
61+ expires before an operation reaches the server selection process.
62+ - Fixes a bug caused by closing a change stream while processing a change event.
63+ This bug caused a potential error to reject an internal promise representing
64+ the "next" change.
65+
66+ To learn more about this release, see the
67+ :github:`v6.15.0 Release Notes <mongodb/node-mongodb-native/releases/tag/v6.15.0>` on
68+ GitHub.
69+
3870.. _version-6.14:
3971
4072What's New in 6.14
0 commit comments