All Versions
12
Latest Version
Avg Release Cycle
59 days
Latest Release
1788 days ago

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 and exchange.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