1.26.0 (2022-11-08)
Features Added
- Introduced a new
NullableResponse<T>
type for scenarios where a service method may or may not return a value. One common example isGet*IfExists
methods.Response<T>
also now inherits fromNullableResponse<T>
. - Added
TryParse
method to theResourceIdentifier
type. - Added
AppendQuery
andAppendPath
overloads toRequestUriBuilder
.
Bugs Fixed
- Fixed issue where fixed delay was applied when the
RetryMode
was set toExponential
when retrying a request that resulted in an exception.
Other Changes
- Azure.Core now targets .NET 6 in addition to the existing targets.