What's Changed
- add methods Temporary and Recoverable to amqp.Error by @peczenyj in #265
- Small fixes and refactors by @peczenyj in #266
- chore: doc typo by @AndrewWinterman in #269
- Add test that demonstrates the issue by @lukebakken in #274
- Fixing simple errors by @korolev-d-l in #280
- Expose delivery not initialised error by @Zerpet in #293
- fix: unify receiver methods to avoid conflicts between value and pointer types by @Raisul191491 in #292
- Add warning about concurrency with Channels by @Zerpet in #294
- Return existing error instead of creating new for the same purpose by @pingvincible in #295
- Investigate GH-296 by @lukebakken in #297
- Fix linter error after migrating config to v2 by @Zerpet in #306
- feat: add MIME types constants for content types by @YlanzinhoY in #308
- Fix
parseHeaderFrameto consume entire frame payload by @lukebakken in #314 - fix: typos in comments and tests by @alexandear in #312
- docs: update link to RabbitMQ tutorials by @alexandear in #313
- fix: modernize lint issues by @alexandear in #315
- Use RabbitMQ 4 in Makefile by @Zerpet in #319
- Add support for unsigned type values by @Zerpet in #317
- Fix incomplete routing diagram in QueueBind doc comment by @Copilot in #320
- refactor: simplify with atomic types by @alexandear in #318
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #321
- Bump the github-actions group with 4 updates by @dependabot[bot] in #326
- Eliminate race condition in Connection.Close() and related methods by @Zerpet in #328
- fix: respect context cancellation on publishing with context operations by @NawafSwe in #330
New Contributors
- @peczenyj made their first contribution in #265
- @AndrewWinterman made their first contribution in #269
- @korolev-d-l made their first contribution in #280
- @Raisul191491 made their first contribution in #292
- @pingvincible made their first contribution in #295
- @YlanzinhoY made their first contribution in #308
- @alexandear made their first contribution in #312
- @Copilot made their first contribution in #320
- @NawafSwe made their first contribution in #330
Full Changelog: v1.10.0...v1.11.0