3.4.0
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