@@ -21,16 +21,22 @@ Patch Releases
21
21
.. _1.8.1-c2c-release-notes:
22
22
23
23
1.8.1 Release
24
- -------------
24
+ ~~~~~~~~~~~~~
25
25
26
26
**October 10, 2024**
27
27
28
- mongosync Authentication with Atlas Workload Identity Federation
29
- ----------------------------------------------------------------
28
+ New Features:
30
29
31
- .. include:: /includes/mongosync-and-oidc.rst
30
+ - Support added for OpenID Connect (OIDC) authentication with
31
+ the workload (machine) flow. For more information, see
32
+ :ref:`c2c-rn-atlas-workload-identity`.
32
33
33
- For details, see :ref:`c2c-authentication`.
34
+ Issues Fixed:
35
+
36
+ - Fixed bug introduced in ``mongosync`` 1.8.0 to accommodate a
37
+ server issue where replica sets that fail to set the
38
+ :rsconf:`~settings.replicaSetId` configuration can cause
39
+ ``mongosync`` to crash.
34
40
35
41
.. _1.8.0-c2c-release-notes:
36
42
@@ -39,6 +45,7 @@ For details, see :ref:`c2c-authentication`.
39
45
40
46
**August 6, 2024**
41
47
48
+
42
49
Updates to ``mongosync`` ``/progress`` API endpoint
43
50
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
44
51
@@ -87,6 +94,14 @@ Issues Fixed:
87
94
``/progress`` endpoint to potentially return incorrect
88
95
``totalBytes`` for sharded clusters.
89
96
97
+ .. _c2c-rn-atlas-workload-identity:
98
+
99
+ mongosync Authentication with Atlas Workload Identity Federation
100
+ ----------------------------------------------------------------
101
+
102
+ .. include:: /includes/mongosync-and-oidc.rst
103
+
104
+ For details, see :ref:`c2c-authentication`.
90
105
91
106
{+c2c-full-beta-program+}
92
107
------------------------------------
0 commit comments