-
Notifications
You must be signed in to change notification settings - Fork 52
v6.15 release #1036
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v6.15 release #1036
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
- MongoDB 4.0 | ||
- MongoDB 3.6 | ||
|
||
* - 6.10 to 6.14 | ||
* - 6.10 to 6.15 | ||
- ✓ | ||
- ✓ | ||
- ✓ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ What's New | |
|
||
Learn what's new in: | ||
|
||
* :ref:`Version 6.15 <version-6.15>` | ||
* :ref:`Version 6.14 <version-6.14>` | ||
* :ref:`Version 6.13 <version-6.13>` | ||
* :ref:`Version 6.12 <version-6.12>` | ||
|
@@ -35,6 +36,26 @@ Learn what's new in: | |
* :ref:`Version 6.1 <version-6.1>` | ||
* :ref:`Version 6.0 <version-6.0>` | ||
|
||
.. _version-6.15: | ||
|
||
What's New in 6.15 | ||
------------------ | ||
|
||
The {+driver-short+} v6.15 release includes the following features: | ||
|
||
- Adds support for supplying custom AWS credentials when configuring :ref:`authentication | ||
<node-authentication-mechanisms>` or :ref:`In-Use Encryption <node-fle>`. You | ||
must supply the custom function signature in the form of ``() => Promise<AWS.Credentials>``. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. S: consider extracting this into a |
||
You can also specify provider chains from the AWS SDK, allowing you to | ||
customize your options. To view examples of how to provide custom | ||
credentials, see the :github:`v6.15.0 Release Notes | ||
<mongodb/node-mongodb-native/releases/tag/v6.15.0>` on GitHub. | ||
- Fixes bugs that caused unhandled internal testing rejections. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. S: Can you make it more clear how this might affect the end user? It looks likethere might have been errors being returned to the user according to the release notes. You might want to change this language from suggesting the change is internal only |
||
|
||
To learn more about this release, see the | ||
:github:`v6.15.0 Release Notes <mongodb/node-mongodb-native/releases/tag/v6.15.0>` on | ||
GitHub. | ||
|
||
.. _version-6.14: | ||
|
||
What's New in 6.14 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
S; maybe we can remove some of these now that they are off domain in the legacy docs dropdown? Perhaps consult with DOP
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll consult with DOP and we can do this in a separate ticket if necessary