Skip to content

DOCSP-33135 What's New AWS Region Settings Link #985

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

Merged
merged 7 commits into from
Feb 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -596,14 +596,19 @@ The {+driver-short+} v6.1 release includes the following features:
``Decimal128.fromStringWithRounding()`` method. To learn more, see the
`v6.1.0 bson release notes <https://github.com/mongodb/js-bson/releases/tag/v6.1.0>`__.

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

- ``AWS_STS_REGIONAL_ENDPOINTS``
- ``AWS_REGION``

To learn how to set region settings when using the ``MONGODB-AWS``
authentication mechanism, see the :guilabel:`Web Identity Token` tab in the
:ref:`MONGODB-AWS <mongodb-aws>` section of the Authentication Mechanisms guide.

- Fixes a memory leak issue caused by recursive calls to the ``next()``
method of the ``ChangeStream`` type.

Expand Down
Loading