Releases: ibm-messaging/kafka-connect-mq-source
Releases · ibm-messaging/kafka-connect-mq-source
Release v2.6.0
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
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
What's Changed
- Create SECURITY.md by @TJ5303 in #148
- feat: Expose one config adjust the blocking behavior [QP-466] by @Joel-hanson in #149
- Update version from 2.3.0 to 2.4.0 by @Joel-hanson in #150
- fix: update version in bug report by @Joel-hanson in #151
New Contributors
Full Changelog: v2.3.0...v2.4.0
Release v2.3.0
What's Changed
- feat: new config to control constants in JMSWorker by @Joel-hanson in #141
- 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
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
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
- @priyankaku made their first contribution in #136
Full Changelog: v1.3.5...v2.1.0
Release v1.3.5
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
Merge pull request #121 from Joel-hanson/version-updates feat: Update IBM mq allclient and kafka binary version
Release v1.3.3
Merge pull request #114 from jhughes24816/fix-multiple-jms-connections Fix multiple jms connections