Breaking Changes
BaseQueueHostedService now required a IQueueClient in the constructor, and therefore no longer creates its own IQueueClient on startup. Please ensure IQueueClient is registered in DI.
What's Changed
- Bump StackExchange.Redis from 2.9.32 to 2.10.1 by @dependabot[bot] in #386
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #398
- Update BaseQueueHostedService to not create a IQueueClient by @MrSmoke in #401
- Add IServiceCollection extensions for RabbitMqClient by @MrSmoke in #400
- Update editorconfig by @MrSmoke in #402
- Add OnStartAsync to BaseQueueHostedService and improve RabbitMq DI extensions by @MrSmoke in #403
- Add ClickView.Goodstuff.Repositories.Snowflake by @kevinwell in #75
- Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #399
New Contributors
- @kevinwell made their first contribution in #75
Full Changelog: 1.13.0...1.14.0