Skip to content

Releases: Clarilab/clarimq

v2.2.0

19 Dec 10:35
53413b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.0.0

19 Jun 10:45
98161b8
Compare
Choose a tag to compare

V2 Release

BREAKING CHANGE:

Consumers now have to be started separately after their declaration

Why?: when used in services/applications, the main setup might has not yet fully finished initializing, but the consumers already consume messages from the broker, which can lead to panics, and even the app not starting at all.

Note: consumers can be switched back to the previous behaviour by using the
WithConsumerOptionConsumeAfterCreation() option while declaring the
consumer.

What's Changed

Full Changelog: v1.5.0...v2.0.0

v1.5.0

07 Jun 08:51
1114ffa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

07 Jun 08:51
7e11c18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.4.0

v1.3.0

22 Jan 13:57
39d4b26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

11 Jan 14:53
d6ca9ec
Compare
Choose a tag to compare

What's Changed

  • feat: add getting connection name and accept logger interface by @nicoandrewss in #11

Full Changelog: v1.1.1...v1.2.0

v1.1.1

27 Nov 11:48
9dfac9b
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/rabbitmq/amqp091-go from 1.8.1 to 1.9.0 by @dependabot in #7

Full Changelog: v1.1.0...v1.1.1

v1.1.0

07 Nov 13:59
f683be4
Compare
Choose a tag to compare

What's Changed

v1.0.1

18 Sep 15:39
89b2b5a
Compare
Choose a tag to compare
Merge pull request #6 from Clarilab/fix-go-version

fix: go version in go.mod

v0.3.1

11 Sep 13:27
89b2b5a
Compare
Choose a tag to compare
Merge pull request #6 from Clarilab/fix-go-version

fix: go version in go.mod