7.8.0-beta.2 (2022-04-07)
Acknowledgments
Thank you to our developer community members who helped to make the Service Bus client library better with their contributions to this release:
- Daniel Marbach (GitHub)
Features Added
- Added
ServiceBusTransportMetrics
that can be used to get transport metric information.
Bugs Fixed
- Relaxed
ServiceBusMessage
validation to allow theSessionId
property to be changed after thePartitionKey
property is already set.
Other Changes
- Removed allocations and boxing from
EventSource
logging. (A community contribution, courtesy of danielmarbach)