diff --git a/sdk/core/Azure.Core/CHANGELOG.md b/sdk/core/Azure.Core/CHANGELOG.md index 4aa2714cd7c4b..81b047826ce46 100644 --- a/sdk/core/Azure.Core/CHANGELOG.md +++ b/sdk/core/Azure.Core/CHANGELOG.md @@ -1,15 +1,13 @@ # Release History -## 1.37.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes +## 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. diff --git a/sdk/core/Azure.Core/src/Azure.Core.csproj b/sdk/core/Azure.Core/src/Azure.Core.csproj index 3365f2e3004d0..18e4fc7bdd375 100644 --- a/sdk/core/Azure.Core/src/Azure.Core.csproj +++ b/sdk/core/Azure.Core/src/Azure.Core.csproj @@ -2,7 +2,7 @@ This is the implementation of the Azure Client Pipeline Microsoft Azure Client Pipeline - 1.37.0-beta.1 + 1.37.0 1.36.0 Microsoft Azure Client Pipeline