@@ -19,6 +19,7 @@ What's New
1919
2020Learn what's new by version:
2121
22+ * :ref:`Version 1.13 <kafka-connector-whats-new-1.13>`
2223* :ref:`Version 1.12 <kafka-connector-whats-new-1.12>`
2324* :ref:`Version 1.11.2 <kafka-connector-whats-new-1.11.2>`
2425* :ref:`Version 1.11.1 <kafka-connector-whats-new-1.11.1>`
@@ -39,6 +40,22 @@ Learn what's new by version:
3940* :ref:`Version 1.1 <kafka-connector-whats-new-1.1>`
4041* :ref:`Version 1.0 <kafka-connector-whats-new-1.0>`
4142
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+
4259.. _kafka-connector-whats-new-1.12:
4360
4461What's New in 1.12
@@ -240,7 +257,7 @@ Source Connector
240257- Added support for the
241258 :manual:`allow disk use </reference/command/aggregate/#std-label-aggregate-cmd-allowDiskUse>`
242259 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
244261- Added support for `Avro schema namespaces <https://avro.apache.org/docs/current/spec.html#names>`__
245262 in the ``output.schema.value`` and ``output.schema.key``
246263 :ref:`configuration properties <source-configuration-output-format>`
0 commit comments