github Azure/azure-sdk-for-net Azure.Core_1.26.0

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 is Get*IfExists methods. Response<T> also now inherits from NullableResponse<T>.
  • Added TryParse method to the ResourceIdentifier type.
  • Added AppendQuery and AppendPath overloads to RequestUriBuilder.

Bugs Fixed

  • Fixed issue where fixed delay was applied when the RetryMode was set to Exponential when retrying a request that resulted in an exception.

Other Changes

  • Azure.Core now targets .NET 6 in addition to the existing targets.

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.