@@ -18,20 +18,44 @@ 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.4 <version-10.4>`
25+ * :ref:`Version 10.3 <version-10.3>`
26+ * :ref:`Version 10.2 <version-10.2>`
27+ * :ref:`Version 10.1.1 <version-10.1.1>`
28+ * :ref:`Version 10.1.0 <version-10.1.0>`
29+ * :ref:`Version 10.0 <version-10.0.0>`
30+
31+ .. _version-10.5:
32+
2133MongoDB Connector for Spark 10.5
2234--------------------------------
2335
2436The 10.5 connector release includes the following changes and new features:
2537
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+
43+ For more information about batch configuration, see the :ref:`Batch Read
44+ Configuration Options <spark-batch-read-conf>` page.
45+
2646- Changes the default batch read partitioner configuration to be ``AutoBucketPartitioner``
2747
48+ .. _version-10.4:
49+
2850MongoDB Connector for Spark 10.4
2951--------------------------------
3052
3153The 10.4 connector release includes the following changes and new features:
3254
3355- Updates the Java Sync Driver version to v5.1.x.
3456
57+ .. _version-10.3:
58+
3559MongoDB Connector for Spark 10.3
3660--------------------------------
3761
@@ -66,6 +90,8 @@ The 10.3 connector release includes the following new features:
6690 To learn more about scanning multiple collections, see the :ref:`collection
6791 configuration property <spark-streaming-input-conf>` description.
6892
93+ .. _version-10.2:
94+
6995MongoDB Connector for Spark 10.2
7096--------------------------------
7197
@@ -84,12 +110,16 @@ The 10.2 connector release includes the following new features:
84110 how the connector processes change events when no offset is available.
85111- Support for adding a comment to operations.
86112
113+ .. _version-10.1.1:
114+
87115MongoDB Connector for Spark 10.1.1
88116----------------------------------
89117
90118- Corrected a bug in which aggregations including the ``$collStats`` pipeline stage
91119 did not return a count field for Time Series collections.
92120
121+ .. _version-10.1.0:
122+
93123MongoDB Connector for Spark 10.1.0
94124----------------------------------
95125
@@ -105,6 +135,8 @@ MongoDB Connector for Spark 10.1.0
105135See `this post <https://www.mongodb.com/blog/post/introducing-mongodb-spark-connector-version-10-1>`__
106136on the MongoDB blog for more information.
107137
138+ .. _version-10.0.0:
139+
108140MongoDB Connector for Spark 10.0.0
109141----------------------------------
110142
0 commit comments