Skip to content

Releases: spring-projects/spring-kafka

2.2.3.RELEASE

11 Jan 13:51
Compare
Choose a tag to compare

Change log:

81be787 Upgrade to Spring Data Kay SR4
1997c76 Better generci types in JsonSerde/JsonDeserializer
5fa31c3 GH-926: Fix error handler detection
f4a0a23 Fix test
2ef2ed5 Upgrade Spring Framework to 5.1.4
14c2a30 GH-926: Always Detect ErrorHandlingDeserializer2
132934d Upgrade Jackson version
6d05a03 Doc: Add anchor for annotation properties
7cd9f10 Increase EKIT test timeouts
88869e6 JsonDeserializer Header Removal Polishing
43fd291 GH-916: Fix RemainingRecordsErrorHandler
cf6a785 GH-915: Fix JSON default object mapper config
7c512c9 More Sonar polishing
1be02a2 Sonar polishing for previous commit
e7c8be3 NonTrustedHeaderType header propagation
e398d34 SI Outbound result channel docs
95ebeb6 GH-908: Fix test
2f4630b GH-908: Don't cache dedicated consumer producers
9fef537 GH-906: @KafkaListener Javadoc Improvements
b279945 Process errorHandler in class level KafkaListener
a2255b8 Doc polishing
d62e307 Sonar fix
4089c6a GH-900: checkstyle
ddb2c43 GH-900: Sonar polishing
8f26bfb GH-900: Use correct txId for initial commit
c077b1d GH-894: Use context CL in the JsonSerializer
e22527f Add a missing closing pointy bracket in doc
b462551 Polish Replying Template config with Boot
dcb6ead Upgrade kafka-clients to 2.0.1
56b0e93 GH-892: Reinstate MimeTypeJsonDeserializer

2.1.12.RELEASE

11 Jan 13:50
Compare
Choose a tag to compare

Change log:

c928287 Upgrade to Spring Data Kay SR13
f722079 Upgrade Spring Framework to 5.0.12
40713e6 Upgrade Jackson version
b946162 Fix missed cherry-pick change from previous commit
a1eb851 GH-916: Fix RemainingRecordsErrorHandler
4831560 GH-908: Fix test
4330536 GH-908: Don't cache dedicated consumer producers
ad35cb8 Fix Test
4e5b233 Process errorHandler in class level KafkaListener
8820b46 GH-900: Use correct txId for initial commit

2.0.8.RELEASE

11 Jan 13:48
Compare
Choose a tag to compare

Change log:

777d6b1 Upgrade Spring Framework to 5.0.12
0dcd338 Upgrade Jackson version
e58e68e GH-908: Fix test
669e48f GH-908: Don't cache dedicated consumer producers
e36d458 Fix Test
8fe9406 Process errorHandler in class level KafkaListener
87ec582 GH-900: Use correct txId for initial commit

1.3.9.RELEASE

11 Jan 13:47
Compare
Choose a tag to compare

Change log:

209222b Upgrade Spring Framework to 4.3.22
1555ea4 Upgrade Jackson version
0a140eb GH-908: Don't cache dedicated consumer producers
9e3bd8c Process errorHandler in class level KafkaListener
d9248b6 GH-900: Use correct txId for initial commit

v2.2.2.RELEASE

28 Nov 18:28
Compare
Choose a tag to compare

Change log

84eec92 InvocationResult: Fix checking for null

v2.2.1.RELEASE

27 Nov 20:22
Compare
Choose a tag to compare

Change log

b69a453 (master) Upgrade dependencies & fix lambdas for method ref
4390405 Add appendix for 2.1.x kafka-clients jar
6c79d95 GH-878: Polishing - Fix new tangle
0a953b0 GH-885: Restore infinite retries STCEH
04e9e1a Sonar Fix possible NPE
810529a GH-854: Docs about Filtering Batch adapter
45b5d8b GH-878: Add parent container to container events
7859b39 GH-881: Null check in closeProducers()
fd0fbaa Add Docs for @SpringBootTest
8cc633e JsonDeserializer: Fix CTOR overridable method call
6166437 Resolve Sonar false positive
de6d1e4 GH-869: fixed NPE in case of array target types
8eaf682 Sonar: Resolve remaining code smells
39f2f54 Sonar: static field name format exemptions
58013ed Fix unused imports (Javadocs)
283aeee Fix Javadocs for the previous commit
ff5f4f2 Sonar: Fix classes with B,C maintainability
00928e2 Address several Sonar issues
c5f485d GH-867: Add ConsumerStoppingEvent
cf9daf5 Fix new Sonar reports
a4a0b86 Address various Sonar issues
bc929b8 Address Sonar reports for recent commits
3f17a9f Fix Checkstyle violations
4cdaa94 GH-842: Fix NPEs in KafkaListenerAnnotationBPP (#864)
f5c0a58 GH-850: Stop container on error
0bd4565 GH-855: Dead letter publisher and transactions
035a3b1 GH-859: Fix nested transactions
074e961 GH-853: Type Safe ErrorHandlingDeserializer
7bf2c64 GH-862: Fix docs for ErrorHandler
56f5bfb Add Samples
5ce42d2 Sonar: Improve test coverage for recent commits
f8ea5bc Sonar Polishing
87a1b99 Log TX Exceptions
d19189e GH-847: Support placeholders in @sendto
1dc1eef Polish InvocationResult.toString()
228d25b GH-843: Make ErrorHandlingDeserializer as generic one (#844)

v2.1.11.RELEASE

27 Nov 20:24
Compare
Choose a tag to compare

Change log

1f8f088 (2.1.x) Upgrade dependencies
e863807 Add import for @Nullable
13fe69f GH-881: Null check in closeProducers()
d0b2051 GH-869: fixed NPE in case of array target types
62ce1ca GH-842: Fix NPEs in KafkaListenerAnnotationBPP (#864)
3d2f1ed GH-859: Fix nested transactions
e895eb2 Fix the previous commit
20cbb8b Log TX Exceptions
e8cafc1 GH-847: Support placeholders in @sendto
f32a1b8 GH-840: Fix typos in documentation of Filtering Messages and Retrying Deliveries
a7c453b GH-834: Remove transactional producers
d415392 Update documentation on KafkaListener annotation
aa400fa Doc polishing, remove connectionFactory
16f3d8c GH-813: Re-pause a paused consumer after rebalance
98af3e6 GH-804: EmbedKafkaCtxCustom add hashCode & equals

v2.0.7.RELEASE

27 Nov 20:24
Compare
Choose a tag to compare

Change log

d02efbf (HEAD -> 2.0.x) Upgrade to SF-5.0.11.RELEASE
d6f2f4c GH-881: Null check in closeProducers()
66a7162 GH-842: Fix NPEs in KafkaListenerAnnotationBPP (#864)
6bd4694 GH-859: Fix nested transactions
addfaca GH-840: Fix typos in documentation of Filtering Messages and Retrying Deliveries
bbd2b99 GH-834: Remove transactional producers
4037ca5 GH-804: EmbedKafkaCtxCustom add hashCode & equals

1.3.8.RELEASE

21 Nov 21:57
Compare
Choose a tag to compare

Change log:

c9ffc7a Upgrade to SF-4.3.20
be0cb65 GH-881: Null check in closeProducers()
c2a125d GH-842: Fix NPEs in KafkaListenerAnnotationBPP (#864)
a50a2a9 GH-859: Fix nested transactions
9c9a200 GH-834: Remove transactional producers
7517916 GH-804: EmbedKafkaCtxCustom add hashCode & equals

v2.2.0.RELEASE

29 Oct 17:06
Compare
Choose a tag to compare

Change log:

ac2191c Doc fixes
bcf5a6a GH-840: Fix typos in documentation of Filtering Messages and Retrying Deliveries
a0342cc Upgrade to SF 5.1.2,RELEASE, SD 2.1.2.RELEASE
d6bc238 Upgrade SF to snapshot
a6c0a82 Clarify listener endpoint registry bean
8ce3aa2 Sonar fixes
93558fd Fix unused imports (Javadocs)
7b214f8 GH-834: Remove transactional producers
1783e8c GH-835: LCF: check error handler is the right type
5731d76 Sonar Fixes
55b16f1 Fix DEBUG error message about reply topics
e0e013e Update documentation on KafkaListener annotation
1b5b5b2 Fix Checkstyle in the MessageListenerContainer
adc9463 (ektopics) Embedded broker support different partition counts
2502a8f Doc polishing, remove connectionFactory
996f864 GH-811: Configurable Reply Headers
2143168 @KafkaListener Add BytesToStringConverter
265a4d3 GH-816: Simplify Validator configuration (#824)
012215c GH-813: Re-pause a paused consumer after rebalance
c5294f1 KafkaStreamsConfiguration Conversion
eaae2ff Fix InvocationResult.toString()
f68d2bd INT-4536: SIK Tombstones Docs
99a2522 GH-812: Support @AliasFor in @KafkaListener meta
afedef4 What's New Kafka-Clients Version

Also see change logs for previous Milestones in this version:

2.2.0.RC1
2.2.0.M3
2.2.0.M2
2.2.0.M1