Azure.Messaging.ServiceBus_7.1.0
7.1.0 (2021-02-09)
Acknowledgments
Thank you to our developer community members who helped to make the Service Bus client library better with their contributions to this release:
- Aaron Dandy (GitHub)
Added
- Added virtual keyword to all client properties to enable mocking scenarios.
- Added
ServiceBusModelFactory.ServiceBusMessageBatch
to allow mocking aServiceBusMessageBatch
.
Key Bug Fixes
- Fixed an issue with the
ServiceBusProcessor
where closing and disposing or disposing multiple times resulted in an exception. (A community contribution, courtesy of aarondandy) - Fixed issue with batch size calculation when using
ServiceBusMessageBatch
.