All Versions
12
Latest Version
Avg Release Cycle
59 days
Latest Release
1543 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.1.1 Changes
July 22, 2020๐ฑ ๐ Bug fixes
- ๐คก #125 Fix Metrics recorded by MockQueue (fixed by @RedMu)
- โช #133 Clear transaction after rollback (fixed by @KayWu)
- ๐คก #137 Fix Topic exchange mathing algorithm (reported by @mdiasribeiro)
- โฌ๏ธ #139 Upgrade Alpakka integration test that was randomly failling
โฌ๏ธ ๐จ Dependency upgrades
- โ
integration-test
- micrometer-core to 1.5.2
- spring-rabbit to 2.2.8.RELEASE
- โ
test
- mockito-core to 3.4.4
-
v1.1.0 Changes
May 23, 2020๐ฑ โญ๏ธ Features
- โ Add access to messages in mock queues (#87)
- โ Add FOSSA check
๐ฑ ๐ Bug fixes
- ๐ Fix
MetricsCollector#consumedMessage
invocation order (#117) - ๐คก Requeue unacked messages delivered to a consumer when it is cancelled (#96)
โฌ๏ธ ๐จ Dependency upgrades
- โ
integration-test
- micrometer-core to 1.5.1
- spring-rabbit to 2.2.7.RELEASE
- โ
test
- mockito-core to 3.3.3
- junit-jupiter to 5.6.2
- assertj-core to 3.16.1
- maven
- pitest-maven to 1.5.2
- maven-javadoc-plugin to 3.2.0
-
v1.0.14 Changes
February 09, 2020๐ฑ โญ๏ธ Features
- โ Add IT for Spring-Boot 2.2.2 (#76)
- Support reply-to (#82 thanks to @yfunikov)
- โ Add Maven wrapper (#85 thanks to @asomov)
- ๐ Use the implicit local Maven repository for maven-invoker-plugin (#89 thanks to @asomov)
- Support
RpcClient
using mandatory flag (#93 thanks to @janssk1)
๐ฑ ๐ Bug fixes
- ๐คก Make
queue.delete
andexchange.delete
methods idempotent (#74)
โฌ๏ธ ๐จ Dependency upgrades
- โ
integration-test
- spring-rabbit to 2.2.3.RELEASE
- micrometer-core to 1.3.3
- โ
test
- junit-jupiter to 5.6.0
- mockito-core to 3.2.4
- assertj-core to 3.15.0
- maven
- pitest-maven to 1.4.11
- pitest-junit-plugin to 0.11
- maven-source-plugin to 3.2.1
-
v1.0.13 Changes
December 11, 2019๐ฑ โญ๏ธ Features
- ๐ Enabled dependabot to update dependencies as soon as they are released
- ๐ Display IT logs after failure in Travis log
- โ Add a Gitpod button in README for one-shot contributions
๐ฑ ๐ Bug fixes
- ๐ Fix transactional channel to support multiple commits after a single select
โฌ๏ธ ๐จ Dependency upgrades
- โ
integration-test
- micrometer-core to 1.3.2
- spring-rabbit to 2.2.2.RELEASE
- โ
test
- assertj-core to 3.14.0
- mockito-core to 3.2.0
- maven
- pitest-junit-plugin to 0.10
- jacoco-maven-plugin to 0.8.5
- maven-source-plugin to 3.2.0
- maven-gpg-plugin to 1.6
-
v1.0.12 Changes
October 11, 2019๐ฑ โญ๏ธ Features
- โ Add Contribution guidelines (at last !)
๐ฑ ๐ Bug fixes
- Add x-death header to dead-lettered messages (thanks to @gr423)
- Redelivered messages are now marked as such (thanks to @pawelebe)
- Fix consumer cancelation when another connection is closed (was needed by akka-stream-alpakka-amqp , thanks for @mdiasribeiro for providing a test case covering the issue)
โฌ๏ธ ๐จ Dependency upgrades
- โฌ๏ธ Upgrade to amqp-client 5.7.3
- ๐ Replace Cobertura (deprecated) by JaCoCo (preparing Java9+ compatibility)
-
v1.0.11
May 14, 2019 -
v1.0.10 Changes
March 12, 2019๐ฑ โญ๏ธ Features
- โ add the ability to register other type of exchanges (thanks to @jnbis)
๐ฑ ๐ Bug fixes
- ๐ make exchange.declare idempotent
โฌ๏ธ ๐จ Dependency upgrades
- โฌ๏ธ upgrade to amqp-client 5.6.0
-
v1.0.9 Changes
January 15, 2019๐ฑ โญ๏ธ Features
- โ add debug information in logs (using slf4j)
๐ฑ ๐ Bug fixes
- ๐ fix dead-lettering for queue without consumer
โฌ๏ธ ๐จ Dependency upgrades
- โฌ๏ธ Upgrade to amqp-client 5.5.2
-
v1.0.8 Changes
November 19, 2018๐ฑ ๐ Bug fixes
- ๐ fix race condition when sending and consuming messages in the same time on the same queue, causing message loss when (#23 thanks to @thorin)
โฌ๏ธ ๐จ Dependency upgrades
- โฌ๏ธ Upgrade to amqp-client 5.5.0
- โฌ๏ธ Upgrade for integration tests:
- micrometer 1.1.0
- spring-amqp 2.1.0.RELEASE
- spring-boot 2.1.0.RELEASE
- โฌ๏ธ Various upgrade of build tools (JUnit, etc.)
-
v1.0.7 Changes
October 19, 2018- ๐ Fix infinite loop that kept delivering messages to consumer after
Connection
closing, thanks to @madmuffin1 - Cancel consumers on
Connection
close - Support for amqp-client 5.4.3
- ๐ Fix infinite loop that kept delivering messages to consumer after