Skip to content

3.4.0

Compare
Choose a tag to compare
@entvex entvex released this 25 Oct 07:44
· 14 commits to master since this release
bc893d3

Added

  • Multiple messages can now be acknowledged with Acknowledge(IEnumerable<MessageId> messageIds, CancellationToken cancellationToken)
  • ProcessingOptions has a new ShutdownGracePeriod property for doing a graceful shutdown by allowing active tasks to finish

Changed

  • Updated the Microsoft.Extensions.ObjectPool dependency from version 8.0.7 to 8.0.10

  • 'SslPolicyErrors' are added to the 'Data' property of the exception thrown when failing to connect

  • Fixed

  • When disposing producers, consumers, or readers 'DisposeAsync' would sometimes hang