Releases: spring-projects/spring-kafka
v2.3.5.RELEASE
Change log:
668dcd5 Upgrade Spring Data Moore
3fad193 GH-1347: Fix @embeddedkafka with count > 1
aec7807 GH-1340: Support returning a collection
2fd4ddb GH-990: DARP: Restore and deprecate old property
7a78cd1 Fix Javadoc typo
930e201 GH-1336: Introduce authExceptionRetryInterval
c1c2582 GH-1319: Agg. Replying Template improvement
8c8e56b Warn for non-String consumer property overrides
10127ec Javadoc Polishing
09e775f GH-1331: KMLC - treat auth. exceptions as fatal
ceb8a99 More docs for missingTopicsFatal: false by default
e12c285 Fix docs for missingTopicsFatal: false by default
45902a5 KTU.producerProps doc polishing
39bf605 Fix wrong method name
e326722 Deprecate KTU.senderProps()
16a12fe Fix KafkaListenerEndpointRegistry.stop(Runnable)
9bfc880 SendTo Doc Polishing
fde3b20 Fix Sonar issues
459b34c Fix exception message in HeaderEnricher
v2.2.12.RELEASE
v2.4.0.RELEASE
v2.4.0.RC1
v2.3.4.RELEASE
Change log:
67b7019 Upgrade Spring Data Commons
69e0447 Upgrade Spring, Micrometer versions
9992a6e GH-1321: Add intercept before Tx option
42f2680 GH-1323: Fix missing javadoc
e03de25 GH-1323: s-k-test remove hard AssertJ dependency
0a95ec9 GH-1323: Fix import
e5b9cf5 Quick Start Doc Polishing (version)
cda70d4 Add gradle to test version override appendix
ad7b856 Restore addGitMetadata; only publish failures
38d326f Upgrade to Gradle 6.0
29403eb missingTopicsFatal false by default
c91d491 GH-1309: Fix NPE when no syncCommitTimeout set
e4e59f9 Revert "Remove verbose mock logging"
ace9d8b Add ContainerCustomizer
ae79b69 Remove verbose mock logging
426b1ae Fix checkstyle for previous commit
76b5c99 Fix logger name in FailedRecordProcessor
98a6354 Upgrade AssertJ, Hamcrest
534780d ConsumerSeekAware Improvement
eccfb4c Don't delay batch offset commits
1cd3ebf Fix Sonar issues
b5dfbe9 GH-1299: Add AssertJ keyValue Condition
2643f5f GH-1293: Fix KafkaTestUtils.getSingleRecord()
2376699 GH-1291: Fix ApplicationEvent documentation
ab5f57b GH-1301: Make DefKafkaHMapper backward compatible
v2.3.3.RELEASE
v2.3.2.RELEASE
Change log:
9cd361a Upgrade Reactor BOM
665685d Upgrade Spring dependencies
4c2f920 Upgrade to gradle 5.6.4
feb4fa0 GH-1289: STCEH - Fix IndexOutOfBoundsException
30dca49 GH-1287: Detect mis-configured deserialization
78a0f15 Upgrade samples to Boot 2.2.0.RELEASE
9eadf5b Deprecate ZkClient in embedded broker
ec446d4 GH-1283: Unique client.id for each producer
ae0dec7 Upgrade Kafka clients to 2.3.1
2f734a7 GH-1278: Add filtered sub batch test
9a4e3f7 Remove implements TestRule from EmbeddedKafkaRule
4855751 GH-1278: Zombie Fencing with Batch Listener
5bd49b3 Suppress new Sonar smells
633f566 GH-1273: Fix offset commit after recovery
e671eea GH-1274: Fix STCEH Deprecated CTOR
f77dcfb Fix typo around NRCEvent properties
v2.2.11.RELEASE
Change log:
1bb0962 Upgrade Spring dependencies
8d0bb39 GH-1287: Detect mis-configured deserialization
169f118 GH-1283: Unique client.id for each producer
70c2258 Uptrade dependencies
59f91a7 Fix gradle updateCopyrights
d4fb7c4 GH-1271: Allow consumption of DLT published record
a1d4c96 Fix typo around NRCEvent properties
v2.1.14.RELEASE
Final 2.1.x version
Change log:
f5bcaca Fix trailing whitespaces after previous merge
adb2f9a GH-1287: Detect mis-configured deserialization
36fdb2d GH-1283: Unique client.id for each producer
8c22b78 GH-1247: Polishing
309d28e GH-1247: Only wake consumer while polling
a91ffcc Polishing for previous commit
5f57f4b GH-1196: Use close(Duration) instead of close()
v2.3.1.RELEASE
Change log:
2dd811f Add build scan to travis
6bf6008 Add opt-in integration with Gradle's build scans
b53c934 Fix Sonar issues
457e63a GH-1260: Add exception classification to DARP
37a1b5b Remove unused field from FailedRecordTracker
fe7f8c1 Fix duplicated link in Docs
0ae9dcc GH-1259: Failed recovery with no retry
9abc873 GH-1259: Handle Failed Record Recovery
0feba30 Upgrade samples