Releases: rabbitmq/rabbitmq-amqp-go-client
Releases · rabbitmq/rabbitmq-amqp-go-client
v0.1.1
What's Changed
- Add ErrMaxReconnectAttemptsReached by @Gsantomaggio in #49
- Change the reliable example
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Promote to 0.1.0
What's Changed
- Broadcast to tmq queues example by @Gsantomaggio in #43
- Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 by @dependabot in #44
- Set message durable as default by @Gsantomaggio in #46
- Bump golang.org/x/net from 0.33.0 to 0.38.0 by @dependabot in #47
Full Changelog: v0.1.0-beta.1...v0.1.0
v0.1.0-beta.1
What's Changed
- Implement Filters by @Gsantomaggio in #38
- Implement JWT (OAuth 2) by @Gsantomaggio in #39
- Validate Version and product. by @Gsantomaggio in #32
- Add custom exchange type and headers by @Gsantomaggio in #33
- Update go.mod by @Gsantomaggio in #35
- Add args to the exchanges by @Gsantomaggio in #34
- static check by @Gsantomaggio in #36
Full Changelog: v0.1.0-alpha.2...v0.1.0-beta.1
v0.1.0-alpha.2
What's Changed
- Refactor the API interfaces by @Gsantomaggio in #21
- Auto recovery connection publishers and consumers by @Gsantomaggio in #22
- add stream support by @Gsantomaggio in #24
- Add examples by @Gsantomaggio in #27
- Rename the package name by @Gsantomaggio in #29
- update documentation [skip ci] by @Gsantomaggio in #30
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
v0.1.0-alpha.1
First alpha version for AMQP 1.0 native support
What's Changed
- Implement connection and management by @Gsantomaggio in #1
- First implementation for Exchanges and bindings by @Gsantomaggio in #2
- Restore the Azure Client by @Gsantomaggio in #11
- API consistency with .NET client by @lukebakken in #12
- Add AmqpQueue.Purge() by @mkuratczyk in #14
- Add support for querying queue info by @mkuratczyk in #13
- remove builders by @Gsantomaggio in #15
- Implement publisher by @Gsantomaggio in #16
- Add multi uris support by @Gsantomaggio in #17
- Bump golang.org/x/net from 0.29.0 to 0.33.0 by @dependabot in #18
- First consumer version by @Gsantomaggio in #19
New Contributors
- @Gsantomaggio made their first contribution in #1
- @lukebakken made their first contribution in #12
- @mkuratczyk made their first contribution in #14
- @dependabot made their first contribution in #18
Full Changelog: https://github.com/rabbitmq/rabbitmq-amqp-go-client/commits/v0.1.0-alpha.1