What's Changed
✨ Enhancements
- feat(queue): add CustomQueueSpecification with user-defined queue type by @Gsantomaggio in #104
- feat(queue): support quorum queue delayed retry (RabbitMQ 4.3+) by @Gsantomaggio in #105
- chore: update GitHub Actions to latest major versions by @Gsantomaggio in #112
- Correct MD5 usage in generateName. by @MirahImage in #115
🐛 Bug Fixes
- fix: guard against short annotation key panic by @MirahImage in #113
- fix: Check type assertions for AMQP connection properties. by @MirahImage in #114
- Validate message before accepting. by @MirahImage in #116
📚 Documentation
- feat(example): add quorum queue delayed retry with per-message delivery time override by @Gsantomaggio in #107
- ci: add GitHub Actions workflow to publish docs to pkg.go.dev by @Gsantomaggio in #111
- Add doc.go by @Gsantomaggio in #117
- Doc/update code documentation by @Gsantomaggio in #118
🔧 Other Changes
- update azure to 1.7.0 by @Gsantomaggio in #109
New Contributors
- @MirahImage made their first contribution in #113
Full Changelog: v1.1.0...v1.2.0