Skip to content

Releases: spring-projects/spring-amqp

v2.2.11.RELEASE

16 Sep 14:13
Compare
Choose a tag to compare

Change log:

61c0446 Catch exception when EventSender stopped (#1248)
2a8bb4a Upgrade versions; prepare for release
6bc9f79 GH-1246: SMLC: Fix addQueueNames
647a7fa Fix race in test

v2.1.17.RELEASE

16 Sep 13:48
Compare
Choose a tag to compare

Change log:

e56c883 Upgrade Spring Version
9a84951 GH-1246: SMLC: Fix addQueueNames
3a8e95f GH-1236: Handle non-String contentType
a9a23ca GH-1237: RCFB Close key/trust store input streams
3be802f GH-1225: Fix Log4j2 Appender Termination

v2.3.0-M2

12 Aug 16:20
Compare
Choose a tag to compare
v2.3.0-M2 Pre-release
Pre-release

Change log:

5ec66b7 Upgrade versions; prepare for milestone release
8c7e4f9 GH-1236: Handle non-String contentType
165b838 GH-1237: RCFB Close key/trust store input streams
5b8b3dc Fix Sonar Issues
dc457b8 Add CorrelationData spring-messaging header
36e31be ReturnsListener whats-new.adoc
35a8ddc Fix tests for renamed returnsCallback property
94f59ab Fix call to deprecated return callback
985cf3c Simplify ReturnCallback for Lambdas
51e2ac8 Sonar Fix - reduce method complexity
30b10e1 GH-1230: Fix return/confirm delivery order
c413fdd Fix Sonar Issue
f04aa83 GH-1225: Fix Log4j2 Appender Termination
e6ae6cc Resolve Sonar Issues
73fdff5 Consistent Use of BDDMockito
c40b2b5 GH-1226: Fix Test Harness
9d6ce0d GH-1220: Fix Sonar Issue
7367bd7 Always Remove Test Exchanges in ERIT
e0ca772 GH-1220: Add replyContentType to @RabbitListener
91bd658 Configurable ResourceLoader for RabbitCFactoryBean
0674a3b Fix test for previous commit
4063b77 Enhance mocking in TestRabbitTemplateTests
cf221da GH-1219: Fix header mapping for replies (@sendto)

v2.2.10.RELEASE

12 Aug 14:30
Compare
Choose a tag to compare

Change log:

75c3a29 GH-1236: Handle non-String contentType
6b01c9a GH-1237: RCFB Close key/trust store input streams
88d98df GH-1230: Fix return/confirm delivery order
78d2eac GH-1225: Fix Log4j2 Appender Termination

v2.2.9.RELEASE

22 Jul 15:08
Compare
Choose a tag to compare

Change log:

fb91dc6 Upgrade versions; prepare for release
e34783d GH-1226: Fix Test Harness
3b5d225 GH-1219: Fix header mapping for replies (@sendto)
0d544f1 GH-1218: Backport Schema Fixes

v2.1.16.RELEASE

22 Jul 14:44
Compare
Choose a tag to compare

Change log:

d304541 Upgrade versions; preparation for release
db576ce Fix Checkstyle violations
a141ede GH-1226: Fix Test Harness
144bf81 GH-1219: Fix header mapping for replies (@sendto)

v2.3.0-M1

28 Jun 01:33
Compare
Choose a tag to compare
v2.3.0-M1 Pre-release
Pre-release

Change log:

a6b77e0 Upgrade versions; Prepare for Release
c7897ed GH-891 Introduced MultiRabbit to handle multiple brokers (#1111)
4529429 GH-1215: Fix Sonar Issue
06af403 GH-1215: Allow Abstract Class Deserialization
715f39f GH-1214: Fix NPE When no Container id or Bean name
ee52539 Use allowed list for trusted deserialization
8b0a351 GH-1207: Fix NPE
63dc04d GH-1211: Add OAUTH2 Support to RabbitCFactoryBean
033c3e2 Upgrade to Gradle 6.5
6aacdff GH-1208: Allow SpEL in all @RabbitListener Props
0fa0a95 Remove use of deprecated TxSynchronizationAdapter
6c13453 Doc: Fix link in appendix
4ac89e4 Fix BrokerRunning for skipping tests
fd61adc Change version from .BUILD-SNAPSHOT to -SNAPSHOT
7cc3f0a Use Awaitility in tests
095b2df GH-1201: Fix for ChannelAwareBatchMessageListener
751326e GH-1201: Native BatchMessageListener Support
e1580d2 GH-1198: Support AddressResolver
da413d6 Upgrade amqp-client
d3af209 GH-1157: Defer spy stubs to original bean
29f3d0d Doc Polishing
42f8bd5 GH-1194: Address new Sonar issues
33f166f GH-1194: Fix cache limit with Pub Confirms channel
97ba480 Fix Checkstyle to rely on the absolute path
4180b92 Remove unused import
cc7270c GH-1190: Remove reference to Junit4 Assume
1572ea8 Fix docsZip gradle task and doc links
07414b0 AMQP-608: Add new connection factories
05472a5 Upgrade Micrometer, Spring Data, Reactor versions
28fdef9 Upgrade to latest Asciidoctor versions
8a7ceea Upgrade spring-doc-resources
ca34db1 GH-1181: Fix memory leak with user correlation
838b88a Fix typo in amqp.adoc
cfdd083 Fix typo in What's New?
773c5a9 Fix PDF generation
16d5602 Fix table layout; upgrade to docResources 0.2.0
ae7e62d Remove unnecessary leading space in tables
40b012f Sort container attributes table alphabetically
68cba3b Upgrade to Gradle 6.3
e976ba7 Upgrade versions
ce6f997 Rename schema; remove duplicates from zip
f85a384 GH-1175: Add @SpringRabbitTest
e826428 Upgrade Jackson version
ddccc08 Remove deprecations; fix corresponding schema
3fccb5a Resolve Sonar issue
eda4215 Fix jacoco sonar config
48e816d Master to 2.3, Gradle to 6.1.1

v2.2.8.RELEASE

26 Jun 15:41
Compare
Choose a tag to compare

Change log:

20b23b7 Upgrade versions; Prepare for Release
fe05179 GH-1215: Allow Abstract Class Deserialization
709a34b GH-1214: Fix NPE When no Container id or Bean name
519a2c9 GH-1207: Fix NPE
48edfb9 GH-1208: Allow SpEL in all @RabbitListener Props
5923d67 Remove unused import for Assume
73e2b20 Fix BrokerRunning for skipping tests

v2.2.7.RELEASE

20 May 19:45
Compare
Choose a tag to compare

Change log:

a2119b3 GH-1201: Fix for ChannelAwareBatchMessageListener
6abdd27 GH-1201: Native BatchMessageListener Support
664f470 GH-1198: Support AddressResolver
bb3b8c8 GH-1157: Defer spy stubs to original bean
a0cc7b4 GH-1194: Address new Sonar issues
ab7f08f GH-1194: Fix cache limit with Pub Confirms channel
568854b GH-1190: Remove reference to Junit4 Assume

v2.1.15.RELEASE

20 May 19:23
Compare
Choose a tag to compare

Change log:

445bd27 Fix addressResolver afte merge conflict
8d72e57 Make test method public for JUnit 4
127281b Fix typo in the test
1c4fc55 Fix test for JUnit 4
8e615d0 GH-1198: Support AddressResolver
2496b53 GH-1157: Defer spy stubs to original bean
fefb1f2 GH-1194: Address new Sonar issues
4a3c427 Fix test to use setPublisherConfirms(true)
404d53b GH-1194: Fix cache limit with Pub Confirms channel