Releases: sparetimecoders/goamqp
Releases · sparetimecoders/goamqp
v0.3.1
v0.3.0
What's Changed
Other Changes
- BREAKING CHANGE: change signature of errorlog by @peter-svensson in #35
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
What's Changed
Other Changes
- feat: support wildcards in routingkeys by @peter-svensson in #11
- Type mappings by @argoyle in #28
BREAKING CHANGE:
Mapping of type to routing key have been moved from the publisher to the connection itself. As a consequence, NewPublisher
no longer returns an error.
Use the new WithTypeMapping
setup-function to add the mappings.
Full Changelog: v0.1.5...v0.2.0
v0.1.5
What's Changed
Other Changes
- feat: support custom event exchange by @peter-svensson in #23
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
Other Changes
- feat: add error for missing routing key in Publish by @peter-svensson in #10
- chore: update to Go 1.20 by @argoyle in #18
- feat: log unparseable messages by @peter-svensson in #20
New Contributors
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- feat: expose URI for AMQP Connection. by @peter-svensson in #8
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- chore(deps): bump github.com/rabbitmq/amqp091-go from 1.3.4 to 1.4.0 by @dependabot in #1
- chore(deps): bump github.com/rabbitmq/amqp091-go from 1.4.0 to 1.5.0 by @dependabot in #2
- Context by @peter-svensson in #3
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #5
- chore(deps): bump codecov/codecov-action from 2 to 3 by @dependabot in #4
- chore: use Context with Publisher by @peter-svensson in #6
- chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #7
New Contributors
- @dependabot made their first contribution in #1
- @peter-svensson made their first contribution in #3
Full Changelog: v0.1.1...v0.1.2
v0.1.0
This is the first release after migration to Github.