@@ -18,20 +18,44 @@ Release Notes
18
18
:depth: 1
19
19
:class: singlecol
20
20
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
+
21
33
MongoDB Connector for Spark 10.5
22
34
--------------------------------
23
35
24
36
The 10.5 connector release includes the following changes and new features:
25
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
+
43
+ For more information about batch configuration, see the :ref:`Batch Read
44
+ Configuration Options <spark-batch-read-conf>` page.
45
+
26
46
- Changes the default batch read partitioner configuration to be ``AutoBucketPartitioner``
27
47
48
+ .. _version-10.4:
49
+
28
50
MongoDB Connector for Spark 10.4
29
51
--------------------------------
30
52
31
53
The 10.4 connector release includes the following changes and new features:
32
54
33
55
- Updates the Java Sync Driver version to v5.1.x.
34
56
57
+ .. _version-10.3:
58
+
35
59
MongoDB Connector for Spark 10.3
36
60
--------------------------------
37
61
@@ -66,6 +90,8 @@ The 10.3 connector release includes the following new features:
66
90
To learn more about scanning multiple collections, see the :ref:`collection
67
91
configuration property <spark-streaming-input-conf>` description.
68
92
93
+ .. _version-10.2:
94
+
69
95
MongoDB Connector for Spark 10.2
70
96
--------------------------------
71
97
@@ -84,12 +110,16 @@ The 10.2 connector release includes the following new features:
84
110
how the connector processes change events when no offset is available.
85
111
- Support for adding a comment to operations.
86
112
113
+ .. _version-10.1.1:
114
+
87
115
MongoDB Connector for Spark 10.1.1
88
116
----------------------------------
89
117
90
118
- Corrected a bug in which aggregations including the ``$collStats`` pipeline stage
91
119
did not return a count field for Time Series collections.
92
120
121
+ .. _version-10.1.0:
122
+
93
123
MongoDB Connector for Spark 10.1.0
94
124
----------------------------------
95
125
@@ -105,6 +135,8 @@ MongoDB Connector for Spark 10.1.0
105
135
See `this post <https://www.mongodb.com/blog/post/introducing-mongodb-spark-connector-version-10-1>`__
106
136
on the MongoDB blog for more information.
107
137
138
+ .. _version-10.0.0:
139
+
108
140
MongoDB Connector for Spark 10.0.0
109
141
----------------------------------
110
142
0 commit comments