1.37.0 (2024-01-11)
Bugs Fixed
- Fixed exponential retry behavior so that delay milliseconds greater than
Int32.MaxValue
do not trigger an exception. - Fixed
DelayStrategy
behavior to no longer shift the delay to be used over by one attempt. Previously, the first delay would be what should have been used for the second, and the second was what should have been used for the third, etc. Note, this would only be observed when usingDelayStrategy
outside of aRetryPolicy
orRetryOptions
. - Do not add the
error.type
attribute twice when tracing is enabled. - Do not suppress nested activities when they occur in the context of Consumer/Server activities (e.g.
BlobClient.Download
is no longer suppressed underEventHubs.Process
).
Other Changes
- Remove targets for .NET Core 2.1 and .NET 5 since they are out of support. Azure.Core is no longer compatible with .NET Core 2.1 after removal of target. The remaining targets are unchanged.