Skip to content

Commit 48862a9

Browse files
author
RolefH
committed
kafka base = 3.2.2, version bump to 3.3.1
1 parent bd0b685 commit 48862a9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

com.ibm.streamsx.messagehub/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changes
22
==========
33

4-
## develop/latest
4+
## v3.3.1
5+
* [IBMStreams/streamsx.kafka/#228](https://github.com/IBMStreams/streamsx.kafka/issues/228)KafkaConsumer: support submission time parameter for multiple topics
56

67
## v3.3.0
78
* [#116](https://github.com/IBMStreams/streamsx.messagehub/issues/116) Makefiles of sample application prepared for CP4D Streams build service, supports build with [VS Code](https://marketplace.visualstudio.com/items?itemName=IBM.ibm-streams)

com.ibm.streamsx.messagehub/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repositories {
3939

4040
/* Defs */
4141
def STREAMS_INSTALL = System.getenv("STREAMS_INSTALL")
42-
def KAFKA_BASE_TAG = 'v3.2.0' // Update this tag when changing the underlying Kafka version
42+
def KAFKA_BASE_TAG = 'v3.2.2' // Update this tag when changing the underlying Kafka version
4343

4444

4545
dependencies {

com.ibm.streamsx.messagehub/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ which simplifies the setup for connecting to the cloud service.
1212

1313
# Additional information
1414

15-
For changes in this toolkit release, see [https://github.com/IBMStreams/streamsx.messagehub/blob/v3.3.0/com.ibm.streamsx.messagehub/CHANGELOG.md|the change log in public Github]
15+
For changes in this toolkit release, see [https://github.com/IBMStreams/streamsx.messagehub/blob/v3.3.1/com.ibm.streamsx.messagehub/CHANGELOG.md|the change log in public Github]
1616

1717
</info:description>
18-
<info:version>3.3.0</info:version>
18+
<info:version>3.3.1</info:version>
1919
<info:requiredProductVersion>4.3.0.0</info:requiredProductVersion>
2020
</info:identity>
2121
<info:dependencies/>

0 commit comments

Comments
 (0)