Skip to content

Releases: ibm-messaging/kafka-connect-mq-source

Release v2.6.0

13 Aug 07:52
ef7f9bb

Choose a tag to compare

Full Changelog: v2.5.0...v2.6.0

What's Changed

  • feat: Adds support for Kafka 4
  • fix: Enhance JMS Header Handling for Null Values with proper Kafka Header Mapping by @Joel-hanson in #154
  • feat: readme update for xml record builder by @Joel-hanson in #152
  • docs: Update the maintainers by @Adil9645 in #158
  • fix: Add missing subsequent config details by @Joel-hanson in #161
  • docs: Updating documentation to reflect Kafka compatibility of kafka-connect-mq-source by @Adil9645 in #163
  • fix: Replace deprecated commitRecord method to support Kafka 4.0 by @Adil9645 in #159
  • feat: mq.receive.max.poll.time.ms, to limit the maximum time spent polling messages in a Kafka Connect task cycle by @Joel-hanson in #153
  • docs: remove kafka 4 incompatible message from readme by @Joel-hanson in #165

New Contributors

Full Changelog: v2.5.0...v2.6.0

Release v2.5.0

27 Jun 09:44
b423935

Choose a tag to compare

What's Changed

  • feat: support of errors.tolerance and dead letter queue by @Joel-hanson in #143

Full Changelog: v2.4.0...v2.5.0

Release v2.4.0

08 May 07:04
4ba2e41

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

Release v2.3.0

13 Dec 04:15
16b8500

Choose a tag to compare

What's Changed

  • New config for JMS receive timeout
  • New config for JMS reconnect minimum delay
  • New config for JMS reconnect maximum delay

Signed-off-by: Joel Hanson [email protected]

Full Changelog: v2.2.0...v2.3.0

Release v2.2.0

27 Sep 10:12
fb50376

Choose a tag to compare

chore: prepare new release (#139)

This commit includes three changes, in preparation for a new
release of the connector:

- increment version number, representing the new config option for
  client reconnect options (according to semver)

- update dependencies in pom.xml to the latest versions

- introduce a new version of the jar that includes all of the
  dependencies except for the MQ client jar, to allow for
  deployment using different MQ client jar versions

Signed-off-by: Dale Lane <[email protected]>

Release v2.1.0

07 Aug 12:08
bbb1102

Choose a tag to compare

What's Changed

MQ V2 OSS release by @priyankaku in #136

Version 2.1.0 of the MQ Source Connector introduces exactly-once message delivery, ensuring that each MQ message is delivered to Kafka exactly once with no duplicates. This improvement uses an additional MQ queue to track message delivery states, enhancing reliability and eliminating duplicates even in failure scenarios. Upgrade to this version for more consistent and accurate message delivery.

New Contributors

Full Changelog: v1.3.5...v2.1.0

Release v1.3.5

24 Jun 14:10
99fc0ff

Choose a tag to compare

fix: handle empty MQ messages (#135)

With this commit, the Connector will create tombstone (null value)
Kafka records to represent empty MQ messages.

Contributes to: #134

Signed-off-by: Dale Lane <[email protected]>

Release v1.3.4

05 Oct 12:15
d93b499

Choose a tag to compare

Merge pull request #121 from Joel-hanson/version-updates

feat: Update IBM mq allclient and kafka binary version

Release v1.3.3

26 May 14:06
724eabc

Choose a tag to compare

Merge pull request #114 from jhughes24816/fix-multiple-jms-connections

Fix multiple jms connections

v1.3.2

11 Jan 19:52
41c8cde

Choose a tag to compare

v1.3.2 adds minor fixes to improve handling of error conditions