7.13.0 (2023-03-08)
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
ActivitySource
activities that are used when using the experimental OpenTelemetry support will include theaz.schema_url
tag indicating the OpenTelemetry schema version. They will also include the messaging attribute specified here.
Bugs Fixed
- Fixed deserialization of the lock token to take into account endianness. (A community contribution, courtesy of danielmarbach)
Other Changes
-
Some checks for cancellation that were occurring after a service operation had been completed have been removed. Because the service operation was already complete, cancellation was not actually performed and the results of the operation should be returned.
-
Exceptions related to the cancellation token being signaled on a receive operation will now be logged as Verbose rather than Error.