Skip to content

Commit 66c3e11

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 64e6304 commit 66c3e11

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

source/whats-new.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,27 @@ The {+driver-short+} v6.1 release includes the following features:
3434
``Decimal128.fromStringWithRounding()`` method. To learn more, see the
3535
`v6.1.0 bson release notes <https://github.com/mongodb/js-bson/releases/tag/v6.1.0>`__.
3636

37+
<<<<<<< HEAD
3738
- Detects environment variables for region settings when
3839
authenticating by using the ``MONGODB-AWS`` authentication mechanism.
3940
To instruct the driver to use your region options, you must set both
4041
of the following environment variables:
4142

43+
=======
44+
- Detects environment variables for region settings when you
45+
authenticate by using the `IAM AssumeRoleWithWebIdentity action
46+
<https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html>`__
47+
with ``MONGODB-AWS`` authentication. To instruct the driver to use your region options,
48+
you must set both of the following environment variables:
49+
50+
>>>>>>> b56f50c (DOCSP-33135 What's New AWS Region Settings Link (#985))
4251
- ``AWS_STS_REGIONAL_ENDPOINTS``
4352
- ``AWS_REGION``
4453

54+
To learn how to set region settings when using the ``MONGODB-AWS``
55+
authentication mechanism, see the :guilabel:`Web Identity Token` tab in the
56+
:ref:`MONGODB-AWS <mongodb-aws>` section of the Authentication Mechanisms guide.
57+
4558
- Fixes a memory leak issue caused by recursive calls to the ``next()``
4659
method of the ``ChangeStream`` type.
4760

0 commit comments

Comments
 (0)