Releases: spring-projects/spring-amqp
Releases · spring-projects/spring-amqp
v2.4.17
v3.1.0-M1
v3.0.9
🔨 Dependency Upgrades
- Upgrade Spring, Data, Retry, Reactor, Micrometer, Jackson Versions #2525
🔨 Tasks
- Output of
asciidoctorPdf
can be pulled from cache when run on machines with different checkout directories #2520
❤️ Contributors
Thank you to all the contributors who worked on this release:
External Links
v2.4.16
v3.0.8
⭐ New Features
- Clear Deferred Channel Close Executor #2508
- Add maxInboundMessageSize to RabbitConnectionFactoryBean #2497
- Add forceStop to Container Factories #2492
🐞 Bug Fixes
- Regression: ApplicationContext.stop() Hangs for 30s When Inactive Container(s) Present #2513
- Redeclaration of manually declared objects fail if objects with different types have the same name #2501
🔨 Dependency Upgrades
- Upgrade Reactor Version to 2020.0.35 #2514
External Links
v2.4.15
⭐ New Features
- Clear Deferred Channel Close Executor #2508
- Add maxInboundMessageSize to RabbitConnectionFactoryBean #2497
- Add forceStop to Container Factories #2492
🐞 Bug Fixes
- Regression: ApplicationContext.stop() Hangs for 30s When Inactive Container(s) Present #2513
- Redeclaration of manually declared objects fail if objects with different types have the same name #2501
🔨 Dependency Upgrades
- Upgrade Reactor Version to 2020.0.35 #2514
External Links
v3.0.7
v3.0.6
v2.4.14
🐞 Bug Fixes
- Ensure Strict Ordering with Single Active and Exclusive Consumers #2484
🔨 Dependency Upgrades
External Links
v3.0.5
⭐ New Features
- Add Observation to Stream Components #2467
- Invoke RabbitListenerErrorHandler with Async Return Types #2461
- Add Kotlin Coroutine support #1210
🐞 Bug Fixes
- AmqpException when testing
@RabbitListener
with@RabbitHandler
#2456 - setRedeclareManualDeclarations not honoured if no queue beans declared #2452
- If there is no regular AMQP activity in the application, the
RabbitAdmin
does not declare Rabbit entities #2451
📔 Documentation
- Improve Docs for Choosing a Connection Factory #2473
- Adding SSL configuration through RabbitConnectionFactoryBean approach into the documentation #2472
- Fix typo in stream.adoc #2466
- Aligned client connection order reference. #2459
🔨 Dependency Upgrades
- Upgrade Spring Framework, Data, Retry, Micrometer, Reactor Versions #2477
❤️ Contributors
Thank you to all the contributors who worked on this release:
@dlehammer and @making