Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Releases: spring-attic/spring-integration-kafka

3.1.4.RELEASE

14 Jun 18:48
Compare
Choose a tag to compare

Change log:

83f37b6 Upgrade dependencies
90eb5d1 SIGH-2958: Add source record to common SI Header

v3.2.0.M2

13 May 17:58
Compare
Choose a tag to compare
v3.2.0.M2 Pre-release
Pre-release

Change log:

6264e41 (SI-5.2.0.M2) Upgrade to SI-5.2 M2, Gradle 5.4.1
c521984 Upgrade spring-kafka to 2.3.0.M2
f9a5287 Allow fetching multiple records
7e216ad GH-265: Ensure assignTimeout is used when no partitions are assigned

v3.1.3.RELEASE

13 May 17:03
Compare
Choose a tag to compare

Change log:

ebe25d2 Upgrade to SI-5.1.5, AssertK-0.14
e871591 Upgrade some dependencies
4ec6459 GH-265: Ensure assignTimeout is used when no partitions are assigned

v3.2.0.M1

15 Apr 20:02
Compare
Choose a tag to compare

Change log:

116818b Upgrade to SK-2.3 M1, SI-5.2 M1; Gradle-5.3.1
fbdb28d Change MessageSource.payloadType to Class<?>
777681f (GH-195) GH-195: Add XML Schema support for new components
c946ed3 Fix race in KafkaProducerMessageHandlerTests.
4051be8 Fix javadoFix javadoc
d23d921 Remove Lifecyle since it's the super of Pausable
0954784 Polishing - PR comments.
5995c95 GH-259: Add pause/resume to KafkaMessageSource
a4fc88b GH-260: Fix outbound tx synchronization
0a1a484 (origin/master, origin/HEAD) Fix XSD for the current version
972c515 (polish-urls-apache-license-master) URL Cleanup
f3613ad GH-235: KPMH: Flush the template in stop()
e679e03 Fix url for GH PullRequest help page
1c07b64 URL Cleanup
c567e24 Fix SIK link in README
63980bd (polish-urls-xml-master) URL Cleanup
1a02118 URL Cleanup
56ed622 Changes for compatibility with Spring Kafka 2.3
b240867 Master to 3.2

v3.1.2.RELEASE

02 Apr 21:09
Compare
Choose a tag to compare

Change log:

a9d133f (3.1.x) Upgrade to SI-5.1.4
17f8d1c Upgrade to SK-2.2.5
5a7c5dd GH-259: Add pause/resume to KafkaMessageSource
6af87e6 Fix KafkaProducerMessageHandlerTests
317f793 Upgrade to SK-2.2.5.BUILD-SNAPSHOT
e0cd996 GH-260: Fix outbound tx synchronization
0ad38e7 (polish-urls-remaining-3.1.x) URL Cleanup
bc7b208 (polish-urls-xml-3.1.x) URL Cleanup
08f66bc URL Cleanup
2e86efb GH-235: KPMH: Flush the template in stop()
36e9930 URL Cleanup

v3.1.1.RELEASE

14 Feb 22:31
Compare
Choose a tag to compare

Change log:

db2ea1b (HEAD -> master) Upgrade to SI-5.1.3
d27b66b Upgrade dependencies and fix issues
394c16e Remove unnecessary throws Exception clause
6f16196 Upgrade to SK-2.2.3 and SI-5.1.2
d4eed5b Upgrade to SK-2.2.2
d26a2e9 Upgrade to SK-2.2.1 and Jackson-2.9.7
9c04222 GH-211: MessageSource acks; fix concurrency
d41eb63 Nullable fixes

v3.1.0.RELEASE

29 Oct 17:07
Compare
Choose a tag to compare

Change log:

9c0a4b3 Upgrade to SK-2.2 GA & SI 5.1 GA
33dfbae Fix TODOs in outbound channel adapter

Also see change logs for previous Milestones in this version:

3.1.0.RC1
3.1.0.M1

v3.1.0.RC1

21 Sep 18:00
Compare
Choose a tag to compare
v3.1.0.RC1 Pre-release
Pre-release

c413878 Upgrade to the latest dependencies and Gradle
29bb8c2 GH-212: Add ConsumerSeekAware impl to Inbounds (#213)
d9c404c Upgrade spring-kafka to 2.2.0.M2
ce7ce9f GH-209: Upgrade to kafka-clients 2.0.0
4b89b6d Upgrade kotlin version

v3.1.0.M1

29 Oct 17:26
Compare
Choose a tag to compare
v3.1.0.M1 Pre-release
Pre-release

Change log:

3708de4 Upgrade to SI-5.1 M1, SK-2.2 M1
c65f6c7 (origin/master, origin/HEAD) Update README.adoc for the actual sample
b767767 GH-204: DSL Register container as bean if needed
047d88f Kotlin compatibility: hide recursive generics
9f08a1b Upgradle Gradle to 4.7
cc77e82 Fix imports
33b69a6 Fix typo in warning log.
106bb1f Start version 3.1 for compatibility with SK-2.2
777d0cd Upgrade to SK-2.1.5, SI-5.0.4

3.0.2.RELEASE

22 Feb 21:49
Compare
Choose a tag to compare

Change Log:

b25f9d0 Upgrade to SK-2.1.3 and some other dependencies
edf8499 Support transaction initiation in ob endpoints
8b67a40 GH-161: Implement Gateways
aebf919 Polish synchronization in KafkaMessageSource