@@ -10,8 +10,16 @@ What's New
10
10
:depth: 1
11
11
:class: singlecol
12
12
13
+ .. facet::
14
+ :name: genre
15
+ :values: reference
16
+
17
+ .. meta::
18
+ :keywords: bug fix, features
19
+
13
20
Learn what's new by version:
14
21
22
+ * :ref:`Version 1.11.1 <kafka-connector-whats-new-1.11.1>`
15
23
* :ref:`Version 1.11 <kafka-connector-whats-new-1.11>`
16
24
* :ref:`Version 1.10.1 <kafka-connector-whats-new-1.10.1>`
17
25
* :ref:`Version 1.10 <kafka-connector-whats-new-1.10>`
@@ -29,6 +37,20 @@ Learn what's new by version:
29
37
* :ref:`Version 1.1 <kafka-connector-whats-new-1.1>`
30
38
* :ref:`Version 1.0 <kafka-connector-whats-new-1.0>`
31
39
40
+ .. _kafka-connector-whats-new-1.11.1:
41
+
42
+ What's New in 1.11.1
43
+ --------------------
44
+
45
+ - Fixed wildcard matching on partial field names in documents. To learn more
46
+ about this fix, see the `KAFKA-391 <https://jira.mongodb.org/browse/KAFKA-391>`__
47
+ JIRA issue.
48
+
49
+ - Fixed an issue in which a null pointer exception is thrown when the
50
+ connector attempts to log null values on configuration settings. To learn
51
+ more about this fix, see the `KAFKA-390 <https://jira.mongodb.org/browse/KAFKA-390>`__
52
+ JIRA issue.
53
+
32
54
.. _kafka-connector-whats-new-1.11:
33
55
34
56
What's New in 1.11
@@ -52,7 +74,7 @@ What's New in 1.11
52
74
connector adds keys of the deleted documents to the tombstone events.
53
75
When set to ``false``, the connector uses the resume token as the source key
54
76
for the tombstone events.
55
-
77
+
56
78
Because this property is set to ``true`` by
57
79
default, this might be a breaking change for some users. To learn more,
58
80
see the list of :ref:`Change Stream Properties <source-configuration-change-stream-list>`.
@@ -65,13 +87,13 @@ What's New in 1.10.1
65
87
--------------------
66
88
67
89
.. important:: Upgrade to Version 1.10.1
68
-
69
- Version 1.9 introduced a bug related to ``MongoSourceTask.start`` that can cause a resource leak on
70
- both the connector side and the server side .
90
+
91
+ Version 1.9 introduced a bug related to ``MongoSourceTask.start`` that can cause a resource leak on
92
+ both the connector side and the server side.
71
93
72
94
Upgrade to version 1.10.1 if you are using version 1.9 or 1.10 of the connector.
73
95
74
- - Fixed a resource leak related to ``MongoSourceTask.start`` that was introduced in version 1.9.
96
+ - Fixed a resource leak related to ``MongoSourceTask.start`` that was introduced in version 1.9.
75
97
76
98
.. _kafka-connector-whats-new-1.10:
77
99
@@ -80,7 +102,7 @@ What's New in 1.10
80
102
81
103
- Added the connector name to JMX monitoring metrics.
82
104
- Added support for SSL by creating the following configuration options:
83
-
105
+
84
106
- ``connection.ssl.truststore``
85
107
- ``connection.ssl.truststorePassword``
86
108
- ``connection.ssl.keystore``
@@ -105,7 +127,7 @@ What's New in 1.9
105
127
start a Change Stream at a specific timestamp by setting the new
106
128
``startup.mode.timestamp.start.at.operation.time`` property.
107
129
- Deprecated the ``copy.existing`` property and all ``copy.existing.*``
108
- properties. You should use ``startup.mode=copy_existing`` and
130
+ properties. Use the ``startup.mode=copy_existing`` and the
109
131
``startup.mode.copy.existing.*`` properties to configure the copy existing
110
132
feature.
111
133
- Introduced the ``change.stream.full.document.before.change`` setting that
@@ -136,7 +158,7 @@ What's New in 1.8
136
158
- Added several logger events and details in source and sink connectors
137
159
to help with debugging. For a complete list
138
160
of updates, see the
139
- `KAFKA-302 <https://jira.mongodb.org/browse/KAFKA-302>`__ issue in JIRA.
161
+ `KAFKA-302 <https://jira.mongodb.org/browse/KAFKA-302>`__ issue in JIRA.
140
162
- Added JMX monitoring support for the source and sink connectors.
141
163
To learn more about monitoring connectors, see the
142
164
:ref:`<kafka-monitoring>` page.
@@ -158,7 +180,7 @@ What's New in 1.7
158
180
Sink Connector
159
181
~~~~~~~~~~~~~~
160
182
161
- - Added dead letter queue error reports in the event
183
+ - Added dead letter queue error reports if
162
184
:ref:`the connector experiences bulk write errors <sink-configuration-error-handling-dlq-errors>`
163
185
- Added support for unordered bulk writes with the ``bulk.write.ordered`` :ref:`configuration property <sink-configuration-message-processing>`
164
186
- Added warning when attempting to use a Change Data Capture (CDC)
@@ -183,7 +205,7 @@ Sink Connector
183
205
184
206
To learn more about connection URI options, see the
185
207
`Connection Options <{+connector_driver_url_base+}fundamentals/connection/connection-options/>`__
186
- guide in the MongoDB Java driver documentation.
208
+ guide in the MongoDB Java driver documentation.
187
209
188
210
Source Connector
189
211
~~~~~~~~~~~~~~~~
@@ -427,8 +449,8 @@ Source Connector
427
449
Bug Fixes
428
450
~~~~~~~~~
429
451
430
- - Removed failures with the ``MongoCopyDataManager`` when the source database
431
- does not exist
452
+ - Removed exceptions reported by the ``MongoCopyDataManager`` when the source
453
+ database does not exist
432
454
- Fixed the copying the existing resumability error in the Source Connector
433
455
434
456
.. _kafka-connector-whats-new-1.1:
0 commit comments