Skip to content

Releases: spring-projects/spring-kafka

v2.7.3

24 Jun 14:12
Compare
Choose a tag to compare

Change log:

924b8a8 Restore STCEH Behavior After Previous Commit
bb3d3df Fix Sonar issues for previous commit
a657371 Data in handle method is @nullable (#1837)
e624891 fix missing bean name in documentation (#1836)
796a419 GH-1745: Fix New Sonar Issues
0ee2d49 GH-1827: Fix New Sonar Issues
2d43d6b GH-1804: Add ExponentialBackOffWithMaxRetries
eef4389 GH-1827: Add ContainerGroupSequencer
cf954d7 GH-1828: Use consumer record's partition for @RetryableTopic (#1829)
4285424 Link document formats

v2.7.2

09 Jun 16:16
Compare
Choose a tag to compare

Change log:

b070cc1 Bump Spring Framework Version
e38687b Fix new Sonar issue
629a07e GH-1825: Fix Missing Nullable Annotation
98c1640 Fix Flaky Reactor Template Test
3203058 GH-1745 - Improve RetryTopicConfigurer flexibility (#1821)
d1e0450 GH-1745 - Let users provide a RetryTopicConfigurer bean
e1d2c7b GH-1817: Fix new Sonar issue
9aab9f6 GH-1817: Fix typo; revert unintended sample changes
ad1ae60 GH-1817: Allow Annotation Attribute Modification
cb4ad95 Remove incorrect @nullable on ConversionException
8178a67 Fix previous commit
c4d5f78 More ConversionException Improvements
d9870e9 ConversionException Improvements
137b8a1 Fix typo in lambda parameter
ea78e75 Streams HeaderEnricher Doc Polishing
fef1a11 More test diagnostics
5ce1154 GH-1811: MessageConverter Nullable - Kotlin Compat.
056d9fd GH-1806: Fix Autowiring Broker in JUnit 5
9df9b93 Increase Diagnostic Log Level on Flaky Test
c01a1bd GH-1808: Fix Container Properties Crosstalk

v2.6.9

09 Jun 15:29
Compare
Choose a tag to compare

Change log:

eecee17 GH-1806: Fix Autowiring Broker in JUnit 5
6484a2f GH-1808: Fix Container Properties Crosstalk

v2.5.14.RELEASE

09 Jun 15:05
Compare
Choose a tag to compare

Change log:

c98861b GH-1806: Fix Autowiring Broker in JUnit 5
cc0bdef GH-1808: Fix Container Properties Crosstalk

v2.7.1

17 May 18:22
Compare
Choose a tag to compare

Change log:

decf67e Escape build name in the release GH action
9492638 GH-1789: Reduce Method Complexity
2aa4230 GH-1789: Refactoring
d360b19 Javadoc Polishing
426b943 Upgrade Reactor Version
2faa4f0 Add sample-04: Topic Delayed Non-Blocking Retry
74ad9a6 GH-1789: Content Type Conversion (Outbound)
515c6e3 GH-1789: Fix Unused Import
505b66e GH-1789: Content Negotiation for Conversion (#1791)
eeaf3c0 GH-1787: Only Validate Once
2afc4fe Fix Signing Key Secret Name
66e4cf9 GH-1785: Fix ListenerUtils.stoppableSleep()
015ef39 GH-1772 Add RetryTopicNamesProvider (#1773)
5826949 GH-748: Handle Kotlin/Lombok Message Listeners
ac23f46 Checkstyle Fix
9e0936f Fix Issues Reported by Sonar
bbc5003 GH-1778: Properly Apply Client Post Processors
06483a0 GH-1776: Fix transactional Template with Overrides
dc9a58e Javadoc Polishing
d7dc466 GH-1774: kafka-clients 2.8.0 Compatibility
98e9535 GH-1770: Fix ClientId for @KafkaListener
1c79866 More Doc Polishing
fd0d81e Fix Link to Configuring Topics in What's New
8ecd876 Fix Typo in What's New
1a3c742 Add s01 URL to close and release workflows
894bd80 Add Maven Publish Workflows

v2.6.8

17 May 16:56
Compare
Choose a tag to compare

Change log:

73c7251 Upgrade dependencies prepare for release
ffa7e80 GH-1681: Add "after" methods to RecordInterceptor
a6c86cf GH-1787: Only Validate Once
4dc6d49 Revert deprecation message, which is since 2.7
51ea8e3 GH-748: Handle Kotlin/Lombok Message Listeners
da2eab6 Upgrade Apache Kafka Version to 2.6.2
ee82876 GH-1778: Properly Apply Client Post Processors
813e104 GH-1776: Fix transactional Template with Overrides
ffa6f78 GH-1770: Fix ClientId for @KafkaListener
9ab0e6b Doc polishing
2d95538 Don't Log Converted Message With Projection

v2.5.13.RELEASE

17 May 15:54
Compare
Choose a tag to compare

Change log:

90c64b7 (2.5.x) Upgrade dependencies prepare for release
a38f824 GH-1787: Only Validate Once
43dd7e3 Add mavenCentral() to repos
8a6260e Revert deprecation message, which is since 2.7
0a0cd35 GH-748: Handle Kotlin/Lombok Message Listeners
d47d178 GH-1778: Properly Apply Client Post Processors
a0b88dc GH-1776: Fix transactional Template with Overrides
f5d09db Don't Log Converted Message With Projection

v2.7.0

14 Apr 17:07
Compare
Choose a tag to compare

Change log:

9705891 Fix a typo in the documentation (adatper -> adapter)
723a97a Add "What's New" For Retry Topics
4597dbc Upgrade versions; prepare for release
07efad9 GH-1765 - Fix using same factory for retry & main (#1768)
45be8f0 GH-1766 - Use next topic's delay in retry topic (#1767)
99ff5cf GH-1762: Extract KafkaConsumerBackoffManager
d0471e5 GH-1764: JsonDeserializer: Remove Java9 Construct
b8e92d5 Use the current main branch in docs (#1759)

v2.7.0-RC2

14 Apr 18:01
Compare
Choose a tag to compare
v2.7.0-RC2 Pre-release
Pre-release

Change log:

20397d9 GH-1757: Option for Raw ConsumerRecord Header
290d11a GH-1744: Improve KafkaConsumerBackoffManager dependency management
294c220 Fix Sonar Issue
0fd1a38 More project name corrections
7d99b3b Doc polishing
a2d0a69 GH-1753: Fix Project Name in Docs
9545893 Fix Project Name in README
bd49070 GH-1751: JsonDeser. Trust Mapped Class Packages
df6e4b1 GH-1749: Fix DLPR Send Timeout
7badf42 GH-1747: Add ConsumerAwareRecordInterceptor
5d40c80 Fix Kotlin Doc Snippet Syntax
47b8494 GH-1741: Fix New Sonar Issue
524f585 GH-1741: Add Message sendAndReceive(Message)
24d1601 Checkstyle Fixes
258fde7 Remove Invalid Reactive Test
132f20d More Reactive Test Diagnostics
60f2cc1 Diagnostics for Flaky Reactor Test
93d5db0 Don't Log Converted Message With Projection
3286f5f GH-1725: KafkaAdmin Improvements
ca2cb94 Docs for new default CleanupConfig
eff2054 Don't wipe out local state stores by default (#1739)

v2.7.0-RC1

17 Mar 16:10
Compare
Choose a tag to compare
v2.7.0-RC1 Pre-release
Pre-release

Change log:

9e47566 Upgrade versions; prepare for release
b08b1a8 Fix New Sonar Issues
9f58014 Gh 1716 - Refactoring and Test Coverage (#1734)
c24ce2c Enable Verbose Test Logging from Gradle
0b61b5d GH-1736: Depr. StreamsBuilderFactoryBeanCustomizer
73d853b Capture Test Results in PR Builds (#1735)
1b9a945 GH-1728: ReplyingKT Hook for User Errors
da3e8a4 GH-920: Fix More Sonar Issues
ab64d4d GH-920: Suppress ERROR Log for Expected Exception
e5e64e0 GH-1714: @RetryableTopic Support SpEL and PPH
d1753de GH-920: Fix Class Tangle
b399f29 Polish Samples
1cafb9f Migrate test classes to AssertJ (#1724)
5dffa83 GH-1727: Close Producer if initTransactions Fails
e6c3183 Fix Broken Link in Doc
944c263 Fix checkstyle for AssertJ
946a3e9 Fix Sonar Issue
26ed05c Fix Sonar Issues
d005a2a GH-1715,GH-1717: GH-920 Polishing
120ca48 Checkstyle fix
93a2fa1 GH-920: Improvements in ack / DLPR. Updated docs.
f0af60d MessagingTransformer Javadocs
997cc55 NonNullApi in adapter package
4412da7 Remove JDK-8074381 work-around in tests
f633c44 Fix typo
691b1e2 Fix typo
ad6e2a1 NonNullApi for listener package
efaab85 Fix null checks in config package
d094c39 GH-1708: Fix New Package Tangles