Skip to content

Releases: sparetimecoders/goamqp

v0.3.1

23 Aug 08:43
v0.3.1
7c15efa
Compare
Choose a tag to compare

What's Changed

Other Changes

  • build(commitlint): update commitlint config to use .mjs format by @argoyle in #44
  • feat: handle recoverable errors in message processing by @argoyle in #47

Full Changelog: v0.3.0...v0.3.1

v0.3.0

16 Jan 18:49
v0.3.0
69f3bdc
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.2.1...v0.3.0

v0.2.1

18 Dec 08:33
v0.2.1
9e2bfd9
Compare
Choose a tag to compare

What's Changed

Other Changes

  • feat: add option for ignoring missing mapped types by @argoyle in #34

Full Changelog: v0.2.0...v0.2.1

v0.2.0

04 Oct 09:51
v0.2.0
f1ce764
Compare
Choose a tag to compare

What's Changed

Other Changes

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

03 Jul 11:18
v0.1.5
b8b0cb3
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.1.4...v0.1.5

v0.1.4

10 May 17:00
e53998f
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

14 Nov 19:50
df1ed8c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

25 Oct 07:04
0c3625f
Compare
Choose a tag to compare

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

Full Changelog: v0.1.1...v0.1.2

v0.1.0

01 Jul 17:53
v0.1.0
c522e32
Compare
Choose a tag to compare

This is the first release after migration to Github.