Skip to content

1.14.0

Latest

Choose a tag to compare

@MrSmoke MrSmoke released this 16 Mar 04:01
Immutable release. Only release title and notes can be modified.

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

Full Changelog: 1.13.0...1.14.0