Skip to content

Releases: avast/rabbitmq-scala-client

v9.1.2

08 Aug 13:47
b88bfe4
Compare
Choose a tag to compare

Pull Requests

  • Adding timestamp to messages moved to the dead queue (#188) @jendakol

v9.1.1

08 Aug 07:34
a8efc9f
Compare
Choose a tag to compare

Pull Requests

v9.1.0

15 Jul 10:33
ae566e0
Compare
Choose a tag to compare

Pull Requests

v9.0.1

13 Jun 15:27
23c3699
Compare
Choose a tag to compare

Pull Requests

Final 9.0.0

18 Mar 14:50
f3cedfb
Compare
Choose a tag to compare

Some changes:

  • Reworked PoisonedMessageHandler.
  • Splitting tests into multiple.
  • Readmes update
  • Composition over inheritance: ConsumerBase is now a helper class, instead of a trait
  • F-logging, declarations in F, implicit propagation of CorrelationId
  • Removed extras-cactus
  • Remove old migration guides
  • Extract Channel-related stuff from ConsumerBase to ConsumerChannelOps

Please see the migration guide.

Pull Requests

  • Version 9 - reassembling the tractor (#152) @jendakol
  • chore(deps): update dependency ch.qos.logback:logback-classic to v1.2.11 (#171) @renovate
  • chore(deps): update dependency gradle to v7.4 (#167) @renovate
  • chore(deps): update dependency com.typesafe:config to v1.4.2 (#166) @renovate
  • chore(deps): update dependency com.avast.gradle:gradle-docker-compose-plugin to v0.14.13 (#159) @renovate
  • chore(deps): update dependency ch.qos.logback:logback-classic to v1.2.10 (#157) @renovate
  • chore(deps): update dependency gradle to v7.3.3 (#160) @renovate
  • chore(deps): update dependency gradle to v7.3.2 (#158) @renovate

v9.0.0-beta3

14 Dec 22:32
Compare
Choose a tag to compare
v9.0.0-beta3 Pre-release
Pre-release

This is a beta release of new version 9. While the API didn't change much, the whole library was refactored inside so it requires intensive testing before we can pronounce it to be of production quality.

Check out the migration guide for more information about what's new.

v9.0.0-beta2

13 Dec 19:26
Compare
Choose a tag to compare
v9.0.0-beta2 Pre-release
Pre-release

This is a beta release of new version 9. While the API didn't change much, the whole library was refactored inside so it requires intensive testing before we can pronounce it to be of production quality.

Check out the migration guide for more information about what's new.

9.0.0-beta

10 Dec 13:11
Compare
Choose a tag to compare
9.0.0-beta Pre-release
Pre-release

This is a beta release of new version 9. While the API didn't change much, the whole library was refactored inside so it requires intensive testing before we can pronounce it to be of production quality.

Check out the migration guide for more information about what's new.

8.6.8

18 Oct 11:50
d72132a
Compare
Choose a tag to compare

Pull Requests

8.6.7

29 Sep 20:15
1cace4e
Compare
Choose a tag to compare

Pull Requests

  • Poisoned message handler: fix merging of headers (#144) @jendakol
  • DeliveryResult extends Product with Serializable (#143) @sideeffffect
  • Resilient stream: improve readme and add an extension method (#142) @jendakol