v1.6.0
What's Changed
- Bump go.uber.org/goleak from 1.1.12 to 1.2.0 by @dependabot in #116
- Fix example client to avoid deadlock in Close by @Zerpet in #123
- Remove unnecessary instruction by @alraujo in #135
- Fix indentation and remove unnecessary instructions by @alraujo in #138
- Add constant for default exchange by @marlongerson in #139
- Fix inefficient use of buffers that reduces the potential throughput of basicPublish by @fadams in #142
- Add constants for Queue arguments by @Zerpet in #145
- Do not embed context in DeferredConfirmation by @tie in #140
- Ensure code is formatted by @lukebakken in #147
- Add example producer using DeferredConfirm by @Zerpet in #149
- Remove outdated information from README by @scriptcoded in #155
- Fix linter warnings by @Zerpet in #156
- Supply library-defined props with NewConnectionProperties by @slagiewka in #157
- Add automatic CHANGELOG.md generation by @lukebakken in #158
New Contributors
- @dependabot made their first contribution in #116
- @alraujo made their first contribution in #135
- @marlongerson made their first contribution in #139
- @fadams made their first contribution in #142
- @tie made their first contribution in #140
- @scriptcoded made their first contribution in #155
- @slagiewka made their first contribution in #157
Full Changelog: v1.5.0...v1.6.0