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

latest releases: Microsoft.Azure.Batch_16.3.1, Azure.Messaging.EventGrid_4.26.0, Azure.Communication.Chat_1.3.1...
8 months ago

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 using DelayStrategy outside of a RetryPolicy or RetryOptions.
  • 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 under EventHubs.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.

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

NewReleases is sending notifications on new releases.