1.31.0 (2023-04-10)
Features Added
- Added the
RetryPolicy
type which can be used to create a custom retry policy. - Added the
DelayStrategy
type which can be used to customize delays.
Bugs Fixed
- Set the Activity status to
Error
on failed activity source activities. - Mark the
Azure.Core.Http.Request
span as failed if the request fails with an exception thrown in the pipeline. - Fixed equality comparison when comparing a
string
to aContentType
instance. - Jitter is added when using a
RetryMode
ofFixed
.