@@ -19,6 +19,7 @@ What's New
19
19
20
20
Learn what's new by version:
21
21
22
+ * :ref:`Version 1.13 <kafka-connector-whats-new-1.13>`
22
23
* :ref:`Version 1.12 <kafka-connector-whats-new-1.12>`
23
24
* :ref:`Version 1.11.2 <kafka-connector-whats-new-1.11.2>`
24
25
* :ref:`Version 1.11.1 <kafka-connector-whats-new-1.11.1>`
@@ -39,6 +40,22 @@ Learn what's new by version:
39
40
* :ref:`Version 1.1 <kafka-connector-whats-new-1.1>`
40
41
* :ref:`Version 1.0 <kafka-connector-whats-new-1.0>`
41
42
43
+ .. _kafka-connector-whats-new-1.13:
44
+
45
+ What's New in 1.13
46
+ ------------------
47
+
48
+ - Added a custom authentication provider interface for Source and Sink
49
+ Connectors. This feature enables you to write and use a custom implementation
50
+ class in your connector.
51
+
52
+ .. TODO add link To learn more, see the :ref:`` guide.
53
+
54
+ - Fixed an issue that occurred when validating configuration for Source
55
+ and Sink Connectors if the configuration contained secrets and used
56
+ the ``Provider`` framework. To learn more about this fix, see the
57
+ `KAFKA-414 <https://jira.mongodb.org/browse/KAFKA-414>`__ JIRA issue.
58
+
42
59
.. _kafka-connector-whats-new-1.12:
43
60
44
61
What's New in 1.12
@@ -240,7 +257,7 @@ Source Connector
240
257
- Added support for the
241
258
:manual:`allow disk use </reference/command/aggregate/#std-label-aggregate-cmd-allowDiskUse>`
242
259
field of the {+query-api+} in the copy existing aggregation with the
243
- ``copy.existing.allow.disk.use`` :ref:` configuration property <source-configuration-copy-existing>`
260
+ ``copy.existing.allow.disk.use`` configuration property
244
261
- Added support for `Avro schema namespaces <https://avro.apache.org/docs/current/spec.html#names>`__
245
262
in the ``output.schema.value`` and ``output.schema.key``
246
263
:ref:`configuration properties <source-configuration-output-format>`
0 commit comments