Skip to content

Commit 20daca3

Browse files
authored
Merge pull request #116 from caitlindavey/DOCSP-30047-1.10.1Patch
DOCSP-30047 | Added patch version 1.10.1
2 parents 85ca8d9 + 2f226f4 commit 20daca3

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ avro-converter="Kafka Connect Avro Converter (Avro Converter)"
1515
protobuf-converter="Kafka Connect Protobuf Converter"
1616
json-schema-converter="Kafka Connect JSON Schema Converter"
1717
connector_version="1.10"
18-
connector_patch_version="0"
18+
connector_patch_version="1"
1919
connector_driver_version="4.7"
2020
connector_version_github_tag="master"
2121
connector_kafka_version_major="2"

source/whats-new.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ What's New
1212

1313
Learn what's new by version:
1414

15+
* :ref:`Version 1.10.1 <kafka-connector-whats-new-1.10.1>`
1516
* :ref:`Version 1.10 <kafka-connector-whats-new-1.10>`
1617
* :ref:`Version 1.9.1 <kafka-connector-whats-new-1.9.1>`
1718
* :ref:`Version 1.9 <kafka-connector-whats-new-1.9>`
@@ -27,6 +28,20 @@ Learn what's new by version:
2728
* :ref:`Version 1.1 <kafka-connector-whats-new-1.1>`
2829
* :ref:`Version 1.0 <kafka-connector-whats-new-1.0>`
2930

31+
.. _kafka-connector-whats-new-1.10.1:
32+
33+
What's New in 1.10.1
34+
--------------------
35+
36+
.. important:: Upgrade to Version 1.10.1
37+
38+
Version 1.9 introduced a bug related to ``MongoSourceTask.start`` that can cause a resource leak on
39+
both the connector side and the server side .
40+
41+
Upgrade to version 1.10.1 if you are using version 1.9 or 1.10 of the connector.
42+
43+
- Fixed a resource leak related to ``MongoSourceTask.start`` that was introduced in version 1.9.
44+
3045
.. _kafka-connector-whats-new-1.10:
3146

3247
What's New in 1.10

0 commit comments

Comments
 (0)