Skip to content

Releases: spring-projects/spring-kafka

v2.4.11.RELEASE

11 Nov 15:50
Compare
Choose a tag to compare

Change log:

d020704 API Compatibility Back Ports
c558d2b GH-1613: Fix Race in Producer Factory

v2.5.7.RELEASE

28 Oct 18:59
Compare
Choose a tag to compare

Change log:

f5c3b79 Upgrade Reactor Version
5f6ec92 Fix Transitive Scala Library Version
c225c0d Fix Transitive Scala Library Version
d1a1228 Upgrade Versions; Prepare for Release
18f9615 GH-1597: Fix NPE
7caa703 GH-1591: Apply BackOff in DARP with Batch Listener
86ac3e0 Expose @KafkaListener BPP method handler factory
31ea5c4 Fix doc typo

v2.4.10.RELEASE

28 Oct 18:47
Compare
Choose a tag to compare

Change log:

eb17826 Upgrade Reactor Version
a456473 Upgrade Versions; Prepare for Release
bfccd6e GH-1591: Apply BackOff in DARP with Batch Listener

v2.3.12.RELEASE

28 Oct 18:30
Compare
Choose a tag to compare

Change log:

22f488f Upgrade Reactor Version
08b1772 Upgrade Versions; Prepare for Release
a8d8497 GH-1591: Apply BackOff in DARP with Batch Listener

v2.6.2

14 Oct 17:06
Compare
Choose a tag to compare

Change log:

88eaff6 Upgrade Dependency Versions; Prepare for Release
99ea105 Doc Polishing
c805221 GH-810: Resolve Sonar issue
2580664 GH-810: Add StreamsBuilderFB.setCleanupConfig()
43742ab GH-1597: Fix NPE
abe720b More Sonar Fixes
b275384 Sonar fixes
0c5867e GH-1591: Apply BackOff in DARP with Batch Listener
0106acf Expose @KafkaListener BPP method handler factory
7acf1b9 @KafkaListener Javadoc Polishing
a1e6024 Upgrade to gradle 6.6.1
932b609 Reformat test class
321b18f Add RecordMetadata to ProducerListener.onError
be0cc7c Add ListenerContainerNoLongerIdleEvent

v2.6.1

16 Sep 16:20
Compare
Choose a tag to compare

Change log:

f105564 Upgrade versions; prepare for release
bd911ad GH-1587: Don't Correct TX Offsets After Seek(s)
cee9bed GH-1587: Option to Correct Transactional Offsets
cb8183e Fix Default EOSMode in Properties Table
11d27a1 Fix typo
03e8c72 Json Converters Javadoc Polishing
7b0d196 Doc Polishing

v2.5.6.RELEASE

16 Sep 16:04
Compare
Choose a tag to compare

Change log:

8e94fe4 Upgrade versions; prepare for release
5bc2ac6 GH-1587: Remove Java 11 Test Elements
ad24675 GH-1587: Don't Correct TX Offsets After Seek(s)
80aa8fd GH-1587: Option to Correct Transactional Offsets
a0e2b25 Doc Polishing
db001d4 GH-1582: Add GenericErrorHandler.setAckAfterHandle
fb975dd GH-1184: Add Exactly Once Test Case
cef32ed Remove duplicate test
3ba42d5 Fix Shutdown Race Causing Test Delays
18edc93 Fix Request/Reply with ConsumerRecord
72fddc1 GH-1569: Add Message Listener Advice Chain
24b9e96 GH-1565: ErrorHandlingDeserializer Extensions
fa983fd Fix idleBetweenPolls max value calculation
90c87c0 Add ConversionException in classifier to skip
a52f2fe GH-1563: Fix JUnit5 @EmbeddedKafka.partitions()

v2.4.9.RELEASE

16 Sep 15:44
Compare
Choose a tag to compare

Change log:

62fc6f9 Upgrade versions; prepare for release
2010e94 Remove duplicate test
fbd9cfc Fix Shutdown Race Causing Test Delays
d60df68 Fix Request/Reply with ConsumerRecord
fd41e50 GH-1565: ErrorHandlingDeserializer Extensions
7303413 Fix idleBetweenPolls max value calculation
cca897b GH-1563: Fix JUnit5 @EmbeddedKafka.partitions()
045b1d0 GH-1550: Polish test
af0ad5b GH-1550: DefaultKafkaHeaderMapper - trust arrays
7a53401 Fix javadocs in back-port
3d1cd0a ReplyingKTemplate Handle DeserializationException
ad7cad4 Fix Map Iteration
343df6d FIX: KafkaMessageListenerContainer#processTimestampSeeks offsetsForTimes method can return map with null values

v2.3.11.RELEASE

16 Sep 15:33
Compare
Choose a tag to compare

Change log:

3202a9a Upgrade Micrometer version
5267b47 Upgrade versions; prepare for release
9a33485 Remove duplicate test
feac8d2 Fix Shutdown Race Causing Test Delays
2f048be Fix Request/Reply with ConsumerRecord
bc086de GH-1565: ErrorHandlingDeserializer Extensions
d2bfca9 Fix idleBetweenPolls max value calculation
313852a GH-1563: Fix JUnit5 @EmbeddedKafka.partitions()
ab63fec GH-1550: Polish test
84d3ade GH-1550: DefaultKafkaHeaderMapper - trust arrays
a19b29d Fix javadocs in back-port
8323d63 ReplyingKTemplate Handle DeserializationException
5b2fd49 Fix Map Iteration
f1f687b FIX: KafkaMessageListenerContainer#processTimestampSeeks offsetsForTimes method can return map with null values

v2.6.0

08 Sep 17:28
Compare
Choose a tag to compare

Change log:

dc6d0d0 Transaction Doc Polishing
0e411db GH-1582: Add GenericErrorHandler.setAckAfterHandle
625bee2 GH-1184: Add Exactly Once Test Case