Releases: furdarius/rabbitroutine
Releases · furdarius/rabbitroutine
v0.8.2
What's Changed
- Update dependencies: Go=>1.20, amqp091-go=>v1.9.0 in #23
- Migrate to Compose V2 for the "examples" directory in #23
- Update the Usage and Contribution sections in README.md in #23
Full Changelog: v0.8.1...v0.8.2
v0.8.1
Update dependencies:
- go=>v1.18
- amqp091-go=>v1.8.1
v0.8.0
- Replace streadway/amqp with rabbitmq/amqp091-go #18
v0.7.0
- Add description of the reconnection behavior #16
- Upgrade dependencies #14
v0.6.0
Changes:
- Start using Go modules for dependency management
- Replace
gometalinter
with golanglint-ci
for CI process
- Upgrade dependencies 0fbe793