Skip to content

Commit 07ca6d9

Browse files
authored
Merge pull request #57 from rustagir/DOCSP-26533-1.8.1-update
DOCSP-26533: 1.8.1 updates
2 parents c20b1ec + 8950462 commit 07ca6d9

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ avro = "Apache Avro"
1212
avro-short = "Avro"
1313
kafka-connect = "Confluent Kafka Connect"
1414
connector_version="1.8"
15-
connector_patch_version="0"
15+
connector_patch_version="1"
1616
connector_driver_version="4.5"
1717
connector_version_github_tag="master"
1818
connector_kafka_version_major="2"

source/introduction/install.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ filename. Consult the following table for a description of each suffix:
122122
- Contains the source code that corresponds to the compiled connector
123123
classes
124124

125-
For example, ``mongo-kafka-connect-{+connector_version+}-all.jar`` is the uber JAR for the
126-
version {+connector_version+} connector.
125+
For example,
126+
``mongo-kafka-connect-{+connector_version+}.{+connector_patch_version+}-all.jar``
127+
is the uber JAR for the version {+connector_version+}.{+connector_patch_version+} connector.
127128

source/whats-new.txt

Lines changed: 9 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.8.1 <kafka-connector-whats-new-1.8.1>`
1516
* :ref:`Version 1.8 <kafka-connector-whats-new-1.8>`
1617
* :ref:`Version 1.7 <kafka-connector-whats-new-1.7>`
1718
* :ref:`Version 1.6.1 <kafka-connector-whats-new-1.6.1>`
@@ -23,6 +24,14 @@ Learn what's new by version:
2324
* :ref:`Version 1.1 <kafka-connector-whats-new-1.1>`
2425
* :ref:`Version 1.0 <kafka-connector-whats-new-1.0>`
2526

27+
.. _kafka-connector-whats-new-1.8.1:
28+
29+
What's New in 1.8.1
30+
-------------------
31+
32+
- Corrected the type returned by ``getAttribute()`` and
33+
``getAttributes()`` method calls in JMX MBeans to ``Attribute``.
34+
2635
.. _kafka-connector-whats-new-1.8:
2736

2837
What's New in 1.8

0 commit comments

Comments
 (0)