- Test release
- Fix queue purge bug - thanks asleire
- Make it possible to take over queue creation by providing a queue factory - thanks asleire
- Update Microsoft.Azure.Storage.Queue dependency to 11.1.1 (which is a breaking change...) - thanks asleire
- Add ability to skip queue creation - thanks asleire
- Update to Rebus 6 - thanks asleire
- Update Microsoft.Azure.Storage.Queue dependency to 11.2.2
- Remove unnecessary explicit dependencies on Microsoft.Azure.Storage.Common and Microsoft.Azure.KeyVault.Core
- Only target .NET Standard 2.0
- Add ability to automatically renew peek locks - thanks hdrachmann
- Switch to Azure.Storage.Queues
- Fix ability to use native defer without relying on own input queue (and thus fix the error that made one-way clients unable to use native defer)
- Update to Rebus 8
- Add configuration overloads to enable passing a
TokenCredential
and aUri
instead of a connection string, thus enabling the use of managed identities etc. - thanks mirandaasm - Update Azure.Storage.Queues to 12.17.1