Releases: avast/rabbitmq-scala-client
Releases · avast/rabbitmq-scala-client
Yet another release test
Pull Requests
- GHA badge (#61) @sideeffffect
Another test release from GHA
8.3.2 Merge pull request #60 from avast/fix-releasing
Release from GitHub Actions
Pull Requests
- Migrate to GitHub Actions from Travis (#59) @sideeffffect
Dependencies update
pureconfig 0.14
PR: #56
extras-protobuf and extras-scalapb added
8.2.0 extras-protobuf and extras-scalapb (#53)
Updated dependencies
Merge pull request #52 from avast/chore/dependency-updates chore: Update all dependencies
Support for federation x-original-routing-key header
Merge pull request #50 from avast/SupportFederationPluginHeader Support Federation plugin original routing key header
Final 8.0.0
This is final 8.0 release, for Scala 2.12 and 2.13.
Sorry for waiting and BCs during the development.
It brings many changes where the most important ones are listed in a migration guide.
The client is now built on top of current dependencies - e.g. amqp-client
5.8
, cats
/cats-effect
2.1
, circe
0.13
, fs2
2.2
etc. Monix dependency was completely removed (except for tests).
Fix: declare/bind arguments were not loading correctly from HOCON
Merge pull request #46 from avast/ArgumentsFix Fix: declare/bind arguments were not loading correctly from HOCON
Streaming consumer improvements
- Timeouts
- Poisoned message handler