Skip to content

Commit 6184da4

Browse files
authored
DOCSP-28911: Releasing Kafka 1.10 (#103)
* DOCSP-28911: Releasing Kafka 1.10 * Update to 1.10 what's new * Converted the options to a list * Indentation fix.
1 parent a9f38a0 commit 6184da4

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
define: prefix docs/kafka-connector
22
define: base https://www.mongodb.com/${prefix}
33

4-
define: versions v1.0 v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 master
4+
define: versions v1.0 v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 master
55

66
symlink: current -> master
77

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ avro = "Avro"
1414
avro-converter="Kafka Connect Avro Converter (Avro Converter)"
1515
protobuf-converter="Kafka Connect Protobuf Converter"
1616
json-schema-converter="Kafka Connect JSON Schema Converter"
17-
connector_version="1.9"
18-
connector_patch_version="1"
17+
connector_version="1.10"
18+
connector_patch_version="0"
1919
connector_driver_version="4.7"
2020
connector_version_github_tag="master"
2121
connector_kafka_version_major="2"

source/whats-new.txt

Lines changed: 14 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 <kafka-connector-whats-new-1.10>`
1516
* :ref:`Version 1.9.1 <kafka-connector-whats-new-1.9.1>`
1617
* :ref:`Version 1.9 <kafka-connector-whats-new-1.9>`
1718
* :ref:`Version 1.8.1 <kafka-connector-whats-new-1.8.1>`
@@ -26,6 +27,19 @@ Learn what's new by version:
2627
* :ref:`Version 1.1 <kafka-connector-whats-new-1.1>`
2728
* :ref:`Version 1.0 <kafka-connector-whats-new-1.0>`
2829

30+
.. _kafka-connector-whats-new-1.10:
31+
32+
What's New in 1.10
33+
-------------------
34+
35+
- Added the connector name to JMX monitoring metrics.
36+
- Added support for SSL by creating the following configuration options:
37+
38+
- ``connection.ssl.truststore``
39+
- ``connection.ssl.truststorePassword``
40+
- ``connection.ssl.keystore``
41+
- ``connection.ssl.keystorePassword``
42+
2943
.. _kafka-connector-whats-new-1.9.1:
3044

3145
What's New in 1.9.1

0 commit comments

Comments
 (0)