File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ avro = "Apache Avro"
12
12
avro-short = " Avro"
13
13
kafka-connect = " Confluent Kafka Connect"
14
14
connector_version =" 1.8"
15
- connector_patch_version =" 0 "
15
+ connector_patch_version =" 1 "
16
16
connector_driver_version =" 4.5"
17
17
connector_version_github_tag =" master"
18
18
connector_kafka_version_major =" 2"
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ filename. Consult the following table for a description of each suffix:
122
122
- Contains the source code that corresponds to the compiled connector
123
123
classes
124
124
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.
127
128
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ What's New
12
12
13
13
Learn what's new by version:
14
14
15
+ * :ref:`Version 1.8.1 <kafka-connector-whats-new-1.8.1>`
15
16
* :ref:`Version 1.8 <kafka-connector-whats-new-1.8>`
16
17
* :ref:`Version 1.7 <kafka-connector-whats-new-1.7>`
17
18
* :ref:`Version 1.6.1 <kafka-connector-whats-new-1.6.1>`
@@ -23,6 +24,14 @@ Learn what's new by version:
23
24
* :ref:`Version 1.1 <kafka-connector-whats-new-1.1>`
24
25
* :ref:`Version 1.0 <kafka-connector-whats-new-1.0>`
25
26
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
+
26
35
.. _kafka-connector-whats-new-1.8:
27
36
28
37
What's New in 1.8
You can’t perform that action at this time.
0 commit comments