Skip to content

v13.0.0

Compare
Choose a tag to compare
@eben-roux eben-roux released this 10 Sep 11:08
· 115 commits to master since this release
  • First release making use of Microsoft dependency injection along with the options pattern
  • Renamed ISubscriptionManager to ISubscriptionService
  • Refactored all configuration classes / sections to make use of options pattern
  • Added IQueue.IsStream
  • Added ServiceBusHostedService
  • Removed explicit logging
  • Removed ITransportMessageFactory; replace with TransportMessagePipeline
  • Removed Default prefix from implementation names
  • Many other minor improvements