Skip to content

Releases: 0x4b53/amqp-rpc

v4.0.0

20 May 11:23
Compare
Choose a tag to compare

What's Changed

  • Update golangci-lint and fix issues by @bombsimon in #110
  • Add support to simpler restart server by using a restart channel by @bombsimon in #109
  • Add OnErrFunc which is more generic in how ack failures are handled by @bombsimon in #108

Full Changelog: v3.2.0...v4.0.0

v3.2.0

26 Jul 07:37
57892bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

v3.1.0

15 Jan 21:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.1.0

v3.0.1

23 May 13:29
2849ced
Compare
Choose a tag to compare

What's Changed

  • Fix: Don't overwrite Client#dialconfig when using WithDialTimeout by @akarl in #101

Full Changelog: v3.0.0...v3.0.1

v3.0.0

29 Mar 16:27
733ca94
Compare
Choose a tag to compare
Merge pull request #100 from 0x4b53/bump

v3

v2.0.0

18 Nov 14:48
7f5a4a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v2.0.0

v1.0.1

10 Sep 17:14
Compare
Choose a tag to compare
  • Remove client error log on server reject. #95

v1.0.0

01 Sep 08:50
9869e02
Compare
Choose a tag to compare

Release v1!

v0.13.0

28 Aug 13:08
cbae93e
Compare
Choose a tag to compare
  • Server: HandlerFunc ctx is .Done() when server is stopped.

v0.12.0

29 Nov 14:34
da6d5d5
Compare
Choose a tag to compare
  • Add WithQoSPrefetchCount for server
  • Ensure loggins utils can log stuff.
  • Ensure we handle returns and confirmations in the correct order even when no reply is wanted.