Skip to content

v4.1.0-M3

Pre-release
Pre-release

Choose a tag to compare

@github-actionsgithub-actions released this 16 Mar 19:14
· 93 commits to main since this release

⭐ New Features

  • Add @AmqpListener annotation support #3357
  • feat: add classic queue type option to QueueBuilder #3356

🐞 Bug Fixes

  • DirectMessageListenerContainer is not restartable after stop(Runnable) -- taskScheduler nulled but initialized flag prevents re-creation #3381
  • DirectMessageListenerContainer discards listener when TimeoutException occurs #3366
  • AmqpListener Circular Reference #3365

📔 Documentation

  • Document @AmqpListener #3364

🔨 Dependency Upgrades

  • Bump kotlinVersion from 2.3.10 to 2.3.20 #3380
  • Bump io.projectreactor:reactor-bom from 2025.0.3 to 2025.0.4 #3378
  • Bump org.springframework:spring-framework-bom from 7.0.5 to 7.0.6 #3377
  • Bump org.springframework:spring-framework-bom from 7.0.4 to 7.0.5 #3355

❤️ Contributors

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

@phonty29