Skip to content

Releases: spring-projects/spring-amqp

v3.0.4

17 Apr 16:05

Choose a tag to compare

⭐ New Features

🐞 Bug Fixes

  • Spring amqp doesnt support more than 1 server-named/anonymous queues #2439
  • Missing @RabbitHandler method triggers an infinite retry loop #2437
  • AMLC.redeclareElementsIfNecessary does not take into account Declarables #2432

📔 Documentation

  • Document CorrelationData.getReturned() #2447
  • Consider to add Rabbit Stream auto-creation hook #2445
  • Document "send and receive" methods return value after a timeout #1410

🔨 Dependency Upgrades

  • Upgrade Spring Framework, Data, Micrometer, Reactor, JUnit Versions #2450

❤️ Contributors

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

@EldarErel

External Links

v2.4.12

17 Apr 16:04

Choose a tag to compare

⭐ New Features

🐞 Bug Fixes

  • Missing @RabbitHandler method triggers an infinite retry loop #2444
  • Spring amqp doesnt support more than 1 server-named/anonymous queues #2442
  • AMLC.redeclareElementsIfNecessary does not take into account Declarables #2435

🔨 Dependency Upgrades

  • Upgrade Spring Framework, Reactor, CommonsHttp #2449

❤️ Contributors

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

@EldarErel

External Links

v3.0.3

21 Mar 15:58

Choose a tag to compare

🐞 Bug Fixes

  • NPE in AbstractConnectionFactory that causes connection listeners to be skipped #2425

🔨 Dependency Upgrades

  • Upgrade Micrometer, Reactor, Spring Versions #2433

External Links

v2.4.11

21 Mar 14:30

Choose a tag to compare

🐞 Bug Fixes

  • NPE in AbstractConnectionFactory that causes connection listeners to be skipped #2427

🔨 Dependency Upgrades

  • Upgrade Spring Framework to 5.3.26 #2431

External Links

v3.0.2

21 Feb 17:15

Choose a tag to compare

🐞 Bug Fixes

  • Run callback for shutdown also when container is already shut down #1562

📔 Documentation

  • Fix typos in documentation #1558

🔨 Dependency Upgrades

  • Upgrade Jackson, Micrometer, Reactor, Spring Data, Spring Framework Versions #2422

🔨 Tasks

  • Irrelevant values in CachingConnectionFactory#toString #1560

❤️ Contributors

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

@gonmmarques and @timbq

External Links

v2.4.10

21 Feb 17:11

Choose a tag to compare

🐞 Bug Fixes

  • GH-1561: SimpleMessageListenerContainer: Delayed shutdown because callback is not run #1563

🔨 Dependency Upgrades

  • Upgrade Reactor to 2020.0.28 #2421

❤️ Contributors

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

@timbq

External Links

v3.0.1

17 Jan 14:52

Choose a tag to compare

🐞 Bug Fixes

📔 Documentation

  • Fix typo in amqp.adoc #1547
  • Fix Documentation For Containers with Zero Queues #1541
  • Missing Javadocs for MessageProperties.expiration #1539

🔨 Dependency Upgrades

  • Upgrade Spring, Micrometer, Reactor Versions #1556

🔨 Tasks

  • Fix Testcontainer Tests With No Docker Running #1552
  • AMQP-52:Remove Obsolete MessageProperties Comments #1546

❤️ Contributors

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

@gonmmarques

External Links

v2.4.9

17 Jan 14:51

Choose a tag to compare

🐞 Bug Fixes

📔 Documentation

  • Fix Documentation For Containers with Zero Queues #1542
  • Missing Javadocs for MessageProperties.expiration #1540

🔨 Dependency Upgrades

  • Upgrade Spring, Micrometer, Reactor Versions #1555

External Links

v3.0.0

21 Nov 16:14

Choose a tag to compare

⭐ New Features

  • Add ability to set consumer priority with AmqpTemplate #1533
  • Fix type pollution RabbitListenerAnnotationBeanPostProcessor #1528
  • add support for the configuration of multiple ContainerCustomizer at a time #1517
  • Flooding of 'Failed to check/redeclare auto-delete queue(s)' error messages #1477
  • Set replyPostProcessor default value from the message container factory #1425
  • Improve Extensibility of RepublishMessageRecoverer #1382

🐞 Bug Fixes

  • Transactional channel is always closed after commit when using ThreadChannelConnectionFactory as publisher #1524

📔 Documentation

  • Fix typo in amqp.adoc #1532

🔨 Dependency Upgrades

  • Spring Data 2022.0.0, Framework 6.0.0, Retry 2.0.0 #1538
  • Hibernate Validation 8.0.0-final, Micrometer 1.10.1, Mockito 4.8.1, Reactor 2022.0.0, TestContainers 1.17.6 #1537

❤️ Contributors

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

@gonmmarques

v2.4.8

21 Nov 16:13

Choose a tag to compare

Change log:

34d9da7 Upgrade Versions; Prepare for Release
11d4282 GH-1533: Template Receive with Consumer Args
0ff3eb9 Fix typo in amqp.adoc
64e9f13 GH-1382: Sonar Issues
ddc32a3 GH-1382: Republish Recoverer Improvements
06ba396 GH-1528: Fix Possible Type Pollution
8dea23b GH-1524: Fix ThreadChannelCF with Transactional
9242967 GH-1477: Reduce Log Noise While Broker Down
399eff9 GH-1517: Fix Javadoc, CheckStyle
76a4b87 GH-1517: Add Since Tag
b63cd5b GH-1517: Docs and Polishing for Composite Cust.
b3bab6b GH-1517: Add CompositeContainerCustomizer
3c957f9 Sonar Fix
93ad8dd GH-1419: Increase New Code Test Coverage
fc984e0 GH-1419: Fix Local Node Name in Tests
c2c534d GH-1419: Sonar Fixes
1713452 GH-1419: Fix Early Exit in NodeLocator
6e3e246 GH-1419: Remove RabbitMQ http-client Usage