@@ -18,13 +18,41 @@ Release Notes
1818 :depth: 1
1919 :class: singlecol
2020
21+ Learn what's new in:
22+
23+ * :ref:`Version 10.5 <version-10.5>`
24+ * :ref:`Version 10.5 <version-10.4>`
25+ * :ref:`Version 10.5 <version-10.3>`
26+ * :ref:`Version 10.5 <version-10.2>`
27+ * :ref:`Version 10.5 <version-10.1.1>`
28+ * :ref:`Version 10.5 <version-10.1.0>`
29+ * :ref:`Version 10.0.0 <version-10.0.0>`
30+
31+ .. _version-10.5:
32+
33+ MongoDB Connector for Spark 10.5
34+ --------------------------------
35+
36+ The 10.4 connector release includes the following changes and new features:
37+
38+ - Adds support for using :products:`Atlas Data Federation
39+ </platform/atlas-data-federation>` with the {+connector-short+} in the ``SamplePartitioner``,
40+ ``PaginateBySizePartitioner`` and ``AutoBucketPartitioner`` batch reading
41+ configurations.
42+ For more information about batch configuration, see the :ref:`Batch Read
43+ Configuration Options <spark-batch-read-conf>` page.
44+
45+ .. _version-10.4:
46+
2147MongoDB Connector for Spark 10.4
2248--------------------------------
2349
2450The 10.4 connector release includes the following changes and new features:
2551
2652- Updates the Java Sync Driver version to v5.1.x.
2753
54+ .. _version-10.3:
55+
2856MongoDB Connector for Spark 10.3
2957--------------------------------
3058
@@ -59,6 +87,8 @@ The 10.3 connector release includes the following new features:
5987 To learn more about scanning multiple collections, see the :ref:`collection
6088 configuration property <spark-streaming-input-conf>` description.
6189
90+ .. _version-10.2:
91+
6292MongoDB Connector for Spark 10.2
6393--------------------------------
6494
@@ -77,12 +107,16 @@ The 10.2 connector release includes the following new features:
77107 how the connector processes change events when no offset is available.
78108- Support for adding a comment to operations.
79109
110+ .. _version-10.1.1:
111+
80112MongoDB Connector for Spark 10.1.1
81113----------------------------------
82114
83115- Corrected a bug in which aggregations including the ``$collStats`` pipeline stage
84116 did not return a count field for Time Series collections.
85117
118+ .. _version-10.1.0:
119+
86120MongoDB Connector for Spark 10.1.0
87121----------------------------------
88122
@@ -98,6 +132,8 @@ MongoDB Connector for Spark 10.1.0
98132See `this post <https://www.mongodb.com/blog/post/introducing-mongodb-spark-connector-version-10-1>`__
99133on the MongoDB blog for more information.
100134
135+ .. _version-10.0.0:
136+
101137MongoDB Connector for Spark 10.0.0
102138----------------------------------
103139
0 commit comments