From eaeb7a537d8b7868936a879d3076e53bb9710c33 Mon Sep 17 00:00:00 2001 From: "Kenneth P. J. Dyer" <93145796+kennethdyer@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:22:52 -0500 Subject: [PATCH] DOCSP-43827 1.8.1 RN (#430) * DOCSP-43827 1.8.1 RN --- source/release-notes/1.8.txt | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/source/release-notes/1.8.txt b/source/release-notes/1.8.txt index 37691e46d..ffa9604ea 100644 --- a/source/release-notes/1.8.txt +++ b/source/release-notes/1.8.txt @@ -21,16 +21,22 @@ Patch Releases .. _1.8.1-c2c-release-notes: 1.8.1 Release -------------- +~~~~~~~~~~~~~ **October 10, 2024** -mongosync Authentication with Atlas Workload Identity Federation ----------------------------------------------------------------- +New Features: -.. include:: /includes/mongosync-and-oidc.rst +- Support added for OpenID Connect (OIDC) authentication with + the workload (machine) flow. For more information, see + :ref:`c2c-rn-atlas-workload-identity`. -For details, see :ref:`c2c-authentication`. +Issues Fixed: + +- Fixed bug introduced in ``mongosync`` 1.8.0 to accommodate a + server issue where replica sets that fail to set the + :rsconf:`~settings.replicaSetId` configuration can cause + ``mongosync`` to crash. .. _1.8.0-c2c-release-notes: @@ -39,6 +45,7 @@ For details, see :ref:`c2c-authentication`. **August 6, 2024** + Updates to ``mongosync`` ``/progress`` API endpoint ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -87,6 +94,14 @@ Issues Fixed: ``/progress`` endpoint to potentially return incorrect ``totalBytes`` for sharded clusters. +.. _c2c-rn-atlas-workload-identity: + +mongosync Authentication with Atlas Workload Identity Federation +---------------------------------------------------------------- + +.. include:: /includes/mongosync-and-oidc.rst + +For details, see :ref:`c2c-authentication`. {+c2c-full-beta-program+} ------------------------------------