Skip to content

Commit 66da6dc

Browse files
committed
DOCSP-33135 What's New AWS Region Settings Link (#985)
* DOCSP-33135 What's New AWS Region Settings Link * add ref link * add aws webidentity link * edit copy * edit * style edit * rea review comments (cherry picked from commit b56f50c)
1 parent 18b8756 commit 66da6dc

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

source/whats-new.txt

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,19 @@ The {+driver-short+} v6.1 release includes the following features:
6969
``Decimal128.fromStringWithRounding()`` method. To learn more, see the
7070
`v6.1.0 bson release notes <https://github.com/mongodb/js-bson/releases/tag/v6.1.0>`__.
7171

72-
- Detects environment variables for region settings when
73-
authenticating by using the ``MONGODB-AWS`` authentication mechanism.
74-
To instruct the driver to use your region options, you must set both
75-
of the following environment variables:
76-
72+
- Detects environment variables for region settings when you
73+
authenticate by using the `IAM AssumeRoleWithWebIdentity action
74+
<https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html>`__
75+
with ``MONGODB-AWS`` authentication. To instruct the driver to use your region options,
76+
you must set both of the following environment variables:
77+
7778
- ``AWS_STS_REGIONAL_ENDPOINTS``
7879
- ``AWS_REGION``
7980

81+
To learn how to set region settings when using the ``MONGODB-AWS``
82+
authentication mechanism, see the :guilabel:`Web Identity Token` tab in the
83+
:ref:`MONGODB-AWS <mongodb-aws>` section of the Authentication Mechanisms guide.
84+
8085
- Fixes a memory leak issue caused by recursive calls to the ``next()``
8186
method of the ``ChangeStream`` type.
8287

0 commit comments

Comments
 (0)