Skip to content

Releases: spring-projects/spring-kafka

v2.4.6.RELEASE

28 Apr 19:14
Compare
Choose a tag to compare

Change log:

b61e9d6 Upgrade dependency versions
9c029f7 Close thread bound producers after reset
0372214 Prevent EmbeddedKafkaBroker exiting the JVM
cae667e Fix KafkaStreamBrancher doc typos
90c4c24 Fix commits on partition revocation
3c334f2 Update appendix to Kafka 2.4.1
2ca7e63 Fix assigned partitions with cooperative rebalance
9d03ef2 GH-1446: Support Static Group Membership
56e9669 GH-1441: Remove unused code
20c679f GH-1441: Close producer after fatal send error
b40c2f7 GH-1437: Check for immediate failure on send

v2.3.8.RELEASE

28 Apr 18:09
Compare
Choose a tag to compare

Change log:

bf22a8e Upgrade dependency versions
cef665e Close thread bound producers after reset
ffce143 Prevent EmbeddedKafkaBroker exiting the JVM
444f928 Fix KafkaStreamBrancher doc typos
1d1a6a7 Fix test for previous back ported fix
2b6400d Fix commits on partition revocation
978868e GH-1446: Support Static Group Membership
2bbcc8f GH-1441: Remove unused code
ced67f1 GH-1441: Close producer after fatal send error
5441fb2 GH-1437: Check for immediate failure on send

v2.2.13.RELEASE

28 Apr 16:57
Compare
Choose a tag to compare

Change log:

18e4240 Upgrade versions for release
c43c2dc Fix logger parameters order
9e56111 Prevent EmbeddedKafkaBroker exiting the JVM
650b448 Fix KafkaStreamBrancher doc typos
678d9d5 Fix test for previous back ported fix
5fa11d3 Fix commits on partition revocation
514f1f2 GH-1441: Close producer after fatal send error
a28fea8 GH-1437: Fix test logging
a408b83 GH-1437: Check for immediate failure on send
f520bb1 Fix manual acks with transactions
e00eb23 GH-1414: ConcurrentMLC Fix ConcurrentModification

v1.3.11.RELEASE

28 Apr 14:50
Compare
Choose a tag to compare

Change log:

3d76427 Ugrade Gradle, Spring, Retry versions
c9443ee Prevent KafkaEmbedded exiting the JVM
7b492f5 GH-1441: Close producer after fatal send error
8599625 GH-1437: Check for immediate failure on send
3d04b59 Upgrade to Kafka 0.11.0.3
72f89a2 Fix manual acks with transactions
badcb8a GH-1414: ConcurrentMLC Fix ConcurrentModification
7f1268d Fix local variable name
902e9b3 GH-1283: Unique client.id for each producer
54d83f3 Polishing for previous commit
678a21b GH-1196: Use close(Duration) instead of close()

v2.4.5.RELEASE

01 Apr 16:53
Compare
Choose a tag to compare

Change log:

d5299cf Upgrade Micrometer to 1.3.7
55524bd Upgrade dependencies
3fd8de3 GH-1424: Abort delivery on ProducerFencedException
021a29d Fix manual acks with transactions
3aad45a Upgrade kafka-clients to 2.4.1

v2.3.7.RELEASE

25 Mar 19:18
Compare
Choose a tag to compare

Change log:

7b5f385 Upgrade dependencies
a521a78 GH-1424: Abort delivery on ProducerFencedException
bb1c279 Fix manual acks with transactions
fc949fe GH-1414: ConcurrentMLC Fix ConcurrentModification
f9a7e4f GH-1382: RetryingBatchErrorHandler
e148db5 GH-1400: Expose topology from StreamsBuilder

v2.4.4.RELEASE

11 Mar 18:08
Compare
Choose a tag to compare

Change log:

05f2320 GH-1414: ConcurrentMLC Fix ConcurrentModification
f07925e GH-1382: RetryingBatchErrorHandler
c0dbc6e Remove unnecessary directives (conventions plugin)
7ccf9d9 GH-1397: Channel doc polishing
76dc266 Use Spring Gradle Enterprise Conventions Plugin
d5a8a4b GH-1400: Expose topology from StreamsBuilder

v2.4.3.RELEASE

26 Feb 19:16
Compare
Choose a tag to compare

Change log:

33045d3 Upgrade versions ready for release
b28200a GH-1397: Docs for S-I-K Channels
f536406 GH-1388: DeadLetterPR: Don't start a Tx if allowed
1372405 GitHub instead ofJIRA in the contribution guidelines
3c62cc3 GH-1353: More javadoc polishing
74a51d4 GH-1353: Clarify AckMode with transactions
e3868dc GH-1385: JsonDeserializer - trim trusted packages
e292987 GH-1386: Fix StreamsBuilder customization
a7be6ac GH-1388: Support non-Tx with a Tx Template
31d08b4 Fix BatchToRecordAdapter

v2.3.6.RELEASE

26 Feb 18:55
Compare
Choose a tag to compare

Change log:

ccb4008 Upgrade versions ready for release
5f2aa33 More @SInCE fixes
21659ec Fix @SInCE in previous commit
abf2bfe Make ZK client timeouts configurable (#1380)
0001d20 GH-1369: Fix Fenced Consumer-based Producers
0d179e7 GH-1376: Fix ContainerCustomizer
959d344 GH-1354: Fix default BackOff with deprecated CTOR
e16b433 GH-1370: Opt. commit current offsets on assignment
705930c GH-1353: Fix sleep with BatchListener nack

v2.4.2.RELEASE

12 Feb 17:01
Compare
Choose a tag to compare

Change log:

efc7233 Upgrade versions for release
2776d0e Remove user test that was accidentally added
1e62d80 Doc typo fix
bc45df9 Fix inconsistent sync on fields in embedded broker
db1ca60 Make ZK client timeouts configurable (#1380)
f44193e GH-1369: Fix Fenced Consumer-based Producers
ba78721 GH-1376: Fix ContainerCustomizer
5e16cf0 Fix typo in reference adoc
a559724 GH-1354: Fix default BackOff with deprecated CTOR
0db2321 Fix Sonar issue
e138fc0 GH-1370: Opt. commit current offsets on assignment
909af16 GH-1356: Add BatchToRecordAdapter
5716bf0 GH-1362: Add custom HandlerMethodArgumentResolvers
a3de533 Document (de)serialization config properties
cd6c2aa GH-1353: Fix sleep with BatchListener nack
a26576e GH-681: Fix docs/deprecations for ProducerListener
2d1a1d2 GH-1358: KTU.getRecords() - add minRecords option