Skip to content

Releases: spring-projects/spring-amqp

v2.0.10.RELEASE

27 Nov 18:30

Choose a tag to compare

Change log

ed962a3 (HEAD -> 2.0.x) Upgrade dependencies to prepare for release
47ad785 DirectMessageListenerContainerMockTests: Fix race
c582e1a GH-849: Pub. Confirm/Return defensive code
1317215 GH-846: Fix send and receive with confirms

2.1.1.RELEASE

07 Nov 18:25

Choose a tag to compare

Change log

f7f20ee GH-841: Fix missing @deprecated
24783cb GH-841: Close executor in the PublisherConChannel (#843)
21277f3 GH-837: Fix DMLC Recovery with queue removal
9cc15f7 AMQP-839: Fix typos
0dca5bc GH-833: Add container configurer callback
969f095 AMQP-837: Log Exceptions thrown by ErrorHandlers
2c8b66e AMQP-838: Deprecate container.setMessageConverter

2.0.9.RELEASE

07 Nov 18:24

Choose a tag to compare

Change Log

af6cb5d GH-837: Fix DMLC Recovery with queue removal
5f3a3ac AMQP-837: Log Exceptions thrown by ErrorHandlers
fadd54d AMQP-838: Deprecate container.setMessageConverter

v2.1.0.RELEASE

15 Oct 16:47

Choose a tag to compare

Change log:

c71252f (HEAD -> master) Upgrade to SF-5.1.1
2480b17 AMQP-836: SMLC queuesChanged() via Queue
e09ca96 GH-794: add after-receive-post-processors for XML
4cf27c9 Fix PDF overflow in what's new
74354d4 GH-824: Fix Log4j2Appender with headers exchange

Also see change logs for previous Milestones in this version:

2.1.0.RC1
2.1.0.M3
2.1.0.M2
2.1.0.M1

2.0.8.RELEASE

15 Oct 21:03

Choose a tag to compare

Change log:

ce326b9 AMQP-836: Revert

v2.0.7.RELEASE

15 Oct 16:46

Choose a tag to compare

Change log:

9f0d325 (2.0.x) Upgrade to SF-5.0.10
a98e9da AbstractMLC: remove final from overrode methods
ce9c147 AMQP-836: SMLC queuesChanged() via Queue
ae7b72d GH-824: Fix Log4j2Appender with headers exchange
04c8e9c Close auto-recovering connection

v1.7.11.RELEASE

15 Oct 17:58

Choose a tag to compare

Change log:

1283edf Close auto-recovering connection

2.1.0.RC1

21 Sep 16:34

Choose a tag to compare

2.1.0.RC1 Pre-release
Pre-release

Change log:

d75777d AMQP-813: Requeue after retry exhausted option
88f57fa Upgrade to SF 5.1.0, Gradle 4.10.2
42c5435 AMQP-834: AnonymousQueue: Master Locator
ee75eaf Close auto-recovering connection
4165542 Unconditionally Disable RMQ AutoRecovery
17f7332 Set initialized in initialize()
7011b3f GH-777: declareCollections to false by default
f133585 Remove references to obsolete 'x-ha-policy'
090ac38 AMQP-11: Add descriptions to @ManagedOperations
90f8aa0 AMQP-833: DLQ and Expiry - Discard
91f79aa Fix Package Tangle

2.1.0.M3

21 Sep 16:33

Choose a tag to compare

2.1.0.M3 Pre-release
Pre-release

Change log:

a0dc601 Upgrade SF to 5.1.0.RC3
e9d553a AMQP-832: Async @RabbitListener Return Types
b19ab35 GH-804: DRTMLC - don't cancel in-use consumer
66847b6 Upgrade amqp-client to 5.4.1
444b74e AMQP-830 Enable Hostname Verification by default
8c4c1a7 AMQP-828: No Exception on normal close
18f70d5 AMQP-829: RabbitTemplate Req/Resp Fail Fast
1ed2b12 GH-796: RLEndpointRegistry - unregister
8d0d452 Polishing previous commit
2092fe6 Debug log for close of publisher callback channel
6b94b1f RabbitTemplateTests -> BDD

2.1.0.M2 (Milestone)

21 Aug 19:04

Choose a tag to compare

2.1.0.M2 (Milestone) Pre-release
Pre-release

Change log:

  • 8df8260 Upgrade to Spring Framework 5.1.0.RC2
  • d7e0b9d AMQP-828: Fix race, removing the shutdown listener
  • d5663f4 AMQP-828: AutoRecovery with template.receive()
  • dfcfda1 AMQP-825: Add Reply RetryTemplate
  • d4c8377 SF to 5.0.1.B-S and Fix @eventlistener tests
  • bdc75e4 AMQP-827: Fix @rl reply Message<?> conversion
  • 9ddf6d6 Add @NonNullApi where appropriate
  • 3c1466b Fix broken links in doc
  • 9e548df Upgrade/Fix config for asciidoctor plugin
  • f259473 Suppress JSR305 Compile Warnings
  • 0a943f6 @sendto: Add property-placeholders support
  • 7e77ae3 Add returned message to correlation data
  • 4afefc4 Add Future<?> to CorrelationData