All Versions
12
Latest Version
Avg Release Cycle
59 days
Latest Release
1346 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