Skip to content

Releases: avast/rabbitmq-scala-client

8.0.0-RC12: Merge pull request #43 from avast/RepublishReworked

12 Feb 13:45
01d407e
Compare
Choose a tag to compare
  • Support for streaming (FS2)
  • Configurable address resolver
  • Improved/reworked republishing
  • Bugfixes

See all commits.

8.0.0-RC11

22 Jan 16:48
Compare
Choose a tag to compare

ConfigRabbitMQConnection - bugfix in loading nested configs.

Check out RC8 if you didn't yet - contains several (even BC) major changes.

RabbitMQ client 5.8.0 and few minor dependencies

20 Dec 12:04
4142646
Compare
Choose a tag to compare
8.0.0-RC10

deps: RabbitMQ client 5.8.0 and few minor dependencies (#39)

8.0.0-RC9

25 Nov 11:50
Compare
Choose a tag to compare

Only small bugfixes and improvements.

Check out RC8 if you didn't yet - contains several (even BC) major changes.

8.0.0-RC8: Strict configuration checking and readme update (#35)

21 Nov 15:45
521b53f
Compare
Choose a tag to compare

Some major changes:

  • Removed Monix - was used internally in few places, is replaced by Cats-Effect utilities now.
  • BC: Java API was removed.
  • BC: Configuration from HOCON was moved to pureconfig module. It's source-compatible with previous version.
  • BC: Consumers, producers and additional declarations must be in an enclosing blocks in the HOCON.
  • BC: Content of Config is now checked, all unknown keys cause configuration failure.
  • BC: Configuration of SSL was removed. SSLContext is now passed explicitly to factory method.
  • Default values for configuration are now in config case classes, not in reference.conf (which doesn't exist anymore).

See all commits for viewing all changes.

See migration guides for easier migrations from older versions.

Dependencies update

07 Aug 09:21
Compare
Choose a tag to compare

Waiting with final 8.0.0 for final Monix 3.0.0.

Handling UserId header while republishing.

29 May 15:11
Compare
Choose a tag to compare

This release follows the 7.0.0-RC5. The version was bumped up to prevent a huge pain in the dependencies and to provide support for people using pre-MonixRC2 versions.

Final release for 7.0.0

29 May 15:08
Compare
Choose a tag to compare

This version has changed API, but still uses Monix 3.0.0-RC1 and cats-effect <1.0.
See migration guide from 6.1.

Resource-based API

07 May 08:54
ab64251
Compare
Choose a tag to compare

Fully migrated to cats-effect 1+ (1.3.0), using cats.effect.Resource in API (breaking change!!!)

Upgrade to Monix 3.0.0-RC2

10 Apr 15:42
fbf2bcc
Compare
Choose a tag to compare
Merge pull request #25 from avast/UpdateToMonix3xRC2

Upgrade to Monix 3.0.0-RC2