Skip to content

v4.0.0-M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Feb 19:02
· 75 commits to main since this release

⭐ New Features

  • Allow access to the errorHandler and messageAckListener values of an AbstractMessageListenerContainer #2978
  • Add convenient getter for stream name #2961
  • Migrate to JSpecify and apply NullAway #2953

🐞 Bug Fixes

  • Using retryCount results in UnsupportedOperationException #2949
  • Incorrect Recover commands during shutdown with spring-rabbit >= 3.0.11 #2941

📔 Documentation

  • Fix typo in CONTRIBUTING and README #2958
  • Cannot find the constants (QUEUE_NAME/QUEUE_MESSAGE_COUNT/QUEUE_CONSUMER_COUNT) in RabbitTemplate #2956
  • Fix README on publishing to local Maven #2952

🔨 Dependency Upgrades

  • Bump io.projectreactor:reactor-bom from 2024.0.2 to 2024.0.3 #2967

❤️ Contributors

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

@jkaving, @ngocnhan-tran1996, and @unbearables