diff --git a/source/whats-new.txt b/source/whats-new.txt index 5f289c2a3..e54d4a884 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -191,14 +191,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 `__. -- 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 + `__ + 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 ` section of the Authentication Mechanisms guide. + - Fixes a memory leak issue caused by recursive calls to the ``next()`` method of the ``ChangeStream`` type.