Skip to content

Releases: spring-projects/spring-amqp

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

v2.2.6.RELEASE

28 Apr 19:49
Compare
Choose a tag to compare

Change log:

49b8e31 Upgrade dependencies; prepare for release
15f1ed5 GH-1181: Fix memory leak with user correlation
ed41369 Upgrade versions

v2.1.14.RELEASE

28 Apr 18:22
Compare
Choose a tag to compare

Change log:

10fd86f Upgrade dependencies; prepare for release
ef00f2d GH-1148: Revert Log4j Appender Change
028550c GH-1148: Log4jAppender - fix initialization cycle

v2.2.5.RELEASE

26 Feb 15:45
Compare
Choose a tag to compare

Channge log:

c470590 Upgrade Jackson, Micrometer versions
2be77e8 Upgrade reactor, spring-data versions
7f6b457 Fix duplicated literals
8622db9 GH-1162: Reinstate GH-1148 Log4j Appender Change
e4c523b Add @RabbitListener replyPostProcessor
abec859 Always default to TLSv1.2
6d2809d GH-1166: Fix NPE in RepublishMessageRecoverer

v2.2.4.RELEASE

12 Feb 16:24
Compare
Choose a tag to compare

Change log:

9fbc3da Upgrade versions for release
7af0f90 Revert "GH-1148: Revert Log4j Appender Change"
fdda7a9 Move Batch Listener check to start()
667a738 Add isConsumerBatchEnabled() to listener container
5e9ec03 GH-1156: Fix default error handler in javadoc
7941596 GH-1152: Fix Sonar issue
bb83aa7 GH-1148: Revert Log4j Appender Change
0344524 GH-1152: Use contentEncoding in Message.toString()
9e4ba4f GH-1148: Log4jAppender - fix initialization cycle
fb32210 [#1145] Fix generic parameter type detection for batch listeners … (#1146)
abc96cf Use of PluginBuilderFactory on AmqpAppender (Log4j2) (#1144)

v2.2.3.RELEASE

15 Jan 15:57
Compare
Choose a tag to compare

Change log:

30570a2 GH-1140: RabbitTemplate and CGLIB Proxies
2557338 GH-1138: Support @repeatable user annotations
d0483b9 GH-1136: Fix Sonar Issue (complexity)
3793fc1 GH-1136: Support Meta Annotations with AliasFor
1b173a4 Fix Sonar issue.
0695d05 Remove super()
e779d5c GH-1133: Sonar issue
bb965f7 GH-1133: Check for null reply before applying MPPs
79d27bc GH-1133: Add called bean/method to reply msg props
2874cd2 Mockito Answers: Capture any exceptions
e37e9aa Fix new Sonar smells in RepublishMessageRecoverer
67bba39 GH-1130: Repub Recoverer include ex. message size

v2.1.13.RELEASE

15 Jan 15:34
Compare
Choose a tag to compare

Change log:

828e6b1 Apply aRPPs for replies with a listener container
5cadcc3 GH-1130: Repub Recoverer include ex. message size
ce677bf Ignore AlreadyClosedException in SimpleConnection
ecbc388 GH-1116: LQCF Doc Polishing