Skip to content

v3.2.0-M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 21:24
· 222 commits to main since this release

⭐ New Features

  • Provide a recovery callback for the execute method of RetryingDeserializer #3032
  • Remove AbstractMessageListenerContainer.isPaused #3016
  • Provide a way to support Consumer#enforceRebalance #3011
  • Implementation Deserializer.deserialize(String, Headers, ByteBuffer) #3009
  • Polish DestinationTopicPropertiesFactory #3004
  • Consider providing an API for Kafka Streams Interactive Queries #2942
  • Provide a way to customize a transactionIdSuffix #2852
  • Non-Blocking Retries: Consider Making it Easier to Route to Different DLTs by Exception Type #2800
  • Asynchronous server-side processing in a request/reply scenario #1189

📔 Documentation

  • Clarify retries in KSIQS docs #3033

🔨 Dependency Upgrades

  • Bump org.springframework:spring-framework-bom from 6.1.3 to 6.1.4 #3039
  • Bump com.fasterxml.jackson:jackson-bom from 2.15.3 to 2.15.4 #3038
  • Bump io.projectreactor:reactor-bom from 2023.0.2 to 2023.0.3 #3037
  • Bump org.junit:junit-bom from 5.10.1 to 5.10.2 #3029
  • Bump com.github.spotbugs from 6.0.6 to 6.0.7 #3006

❤️ Contributors

Thank you to all the contributors who worked on this release:

@Wzy19930507 and @sobychacko