From 7f88bc74049c6c0724b5118cb7721eb664132e1b Mon Sep 17 00:00:00 2001 From: Prashant Srivastava <50466688+srprash@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:54:40 -0700 Subject: [PATCH] Release PR for v2.15.0 (#305) * Release PR for v2.15.0 * fix release date --- CHANGELOG.md | 22 +++++++ sdk/AWSXRayRecorder.nuspec | 62 +++++++++---------- sdk/src/Core/AWSXRayRecorder.Core.csproj | 6 +- .../AWSXRayRecorder.Handlers.AspNet.csproj | 6 +- ...AWSXRayRecorder.Handlers.AspNetCore.csproj | 6 +- .../AWSXRayRecorder.Handlers.AwsSdk.csproj | 6 +- ...ayRecorder.Handlers.EntityFramework.csproj | 6 +- .../AWSXRayRecorder.Handlers.SqlServer.csproj | 6 +- ...AWSXRayRecorder.Handlers.System.Net.csproj | 6 +- 9 files changed, 74 insertions(+), 52 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0273f33..49a574f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # Change Log All notable changes to this project will be documented in this file. +## 2.15.0 (2024-06-25) +### AWSXRayRecorder.Core (2.15.0) +- Fix race condition on static dictionaries [#PR291](https://github.com/aws/aws-xray-sdk-dotnet/pull/291) + +### AWSXRayRecorder.Handlers.AspNet (2.12.0) +- No changes. Bumping to release with lateral related packages. + +### AWSXRayRecorder.Handlers.AspNetCore (2.12.0) +- No changes. Bumping to release with lateral related packages. + +### AWSXRayRecorder.Handlers.AwsSdk (2.13.0) +- No changes. Bumping to release with lateral related packages. + +### AWSXRayRecorder.Handlers.EntityFramework (1.6.0) +- No changes. Bumping to release with lateral related packages. + +### AWSXRayRecorder.Handlers.SqlServer (2.12.0) +- Update System.Data.SqlClient version for CVE mitigation [#PR294](https://github.com/aws/aws-xray-sdk-dotnet/pull/294) + +### AWSXRayRecorder.Handlers.System.Net (2.12.0) +- No changes. Bumping to release with lateral related packages. + ## 2.14.0 (2023-02-28) ### AWSXRayRecorder.Core (2.14.0) - ec2plugin: fallback to utf8 if response encoding not set [#PR278](https://github.com/aws/aws-xray-sdk-dotnet/pull/278) diff --git a/sdk/AWSXRayRecorder.nuspec b/sdk/AWSXRayRecorder.nuspec index 2f98964..b76a231 100644 --- a/sdk/AWSXRayRecorder.nuspec +++ b/sdk/AWSXRayRecorder.nuspec @@ -2,7 +2,7 @@ AWSXRayRecorder - 2.14.0 + 2.15.0 AWS X-Ray Recorder AWS Web Service http://aws.amazon.com/apache2.0/ @@ -15,44 +15,44 @@ AWS Amazon cloud AWSXRay XRay - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + diff --git a/sdk/src/Core/AWSXRayRecorder.Core.csproj b/sdk/src/Core/AWSXRayRecorder.Core.csproj index 0462219..7340d41 100644 --- a/sdk/src/Core/AWSXRayRecorder.Core.csproj +++ b/sdk/src/Core/AWSXRayRecorder.Core.csproj @@ -5,9 +5,9 @@ Amazon.com, Inc Amazon Web Service X-Ray Recorder Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. - 2.14.0.0 - 2.14.0.0 - 2.14.0 + 2.15.0.0 + 2.15.0.0 + 2.15.0 Amazon.XRay.Recorder.Core true ../../../buildtools/local-development.snk diff --git a/sdk/src/Handlers/AspNet/AWSXRayRecorder.Handlers.AspNet.csproj b/sdk/src/Handlers/AspNet/AWSXRayRecorder.Handlers.AspNet.csproj index e0c6695..2682d74 100644 --- a/sdk/src/Handlers/AspNet/AWSXRayRecorder.Handlers.AspNet.csproj +++ b/sdk/src/Handlers/AspNet/AWSXRayRecorder.Handlers.AspNet.csproj @@ -5,9 +5,9 @@ Amazon.com, Inc Amazon Web Service X-Ray Recorder Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. - 2.11.0.0 - 2.11.0.0 - 2.11.0 + 2.12.0.0 + 2.12.0.0 + 2.12.0 Amazon.XRay.Recorder.Handlers.AspNet true ../../../../buildtools/local-development.snk diff --git a/sdk/src/Handlers/AspNetCore/AWSXRayRecorder.Handlers.AspNetCore.csproj b/sdk/src/Handlers/AspNetCore/AWSXRayRecorder.Handlers.AspNetCore.csproj index 1326105..a5c5cc1 100644 --- a/sdk/src/Handlers/AspNetCore/AWSXRayRecorder.Handlers.AspNetCore.csproj +++ b/sdk/src/Handlers/AspNetCore/AWSXRayRecorder.Handlers.AspNetCore.csproj @@ -4,9 +4,9 @@ Amazon.com, Inc Amazon Web Service X-Ray Recorder Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. - 2.11.0.0 - 2.11.0.0 - 2.11.0 + 2.12.0.0 + 2.12.0.0 + 2.12.0 true Amazon.XRay.Recorder.Handlers.AspNetCore ../../../../buildtools/local-development.snk diff --git a/sdk/src/Handlers/AwsSdk/AWSXRayRecorder.Handlers.AwsSdk.csproj b/sdk/src/Handlers/AwsSdk/AWSXRayRecorder.Handlers.AwsSdk.csproj index 24b9ad4..2aa7330 100644 --- a/sdk/src/Handlers/AwsSdk/AWSXRayRecorder.Handlers.AwsSdk.csproj +++ b/sdk/src/Handlers/AwsSdk/AWSXRayRecorder.Handlers.AwsSdk.csproj @@ -5,9 +5,9 @@ Amazon.com, Inc Amazon Web Service X-Ray Recorder Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. - 2.12.0.0 - 2.12.0.0 - 2.12.0 + 2.13.0.0 + 2.13.0.0 + 2.13.0 Amazon.XRay.Recorder.Handlers.AwsSdk true ../../../../buildtools/local-development.snk diff --git a/sdk/src/Handlers/EntityFramework/AWSXRayRecorder.Handlers.EntityFramework.csproj b/sdk/src/Handlers/EntityFramework/AWSXRayRecorder.Handlers.EntityFramework.csproj index 4f6ccad..da1b14b 100644 --- a/sdk/src/Handlers/EntityFramework/AWSXRayRecorder.Handlers.EntityFramework.csproj +++ b/sdk/src/Handlers/EntityFramework/AWSXRayRecorder.Handlers.EntityFramework.csproj @@ -5,9 +5,9 @@ Amazon.com, Inc Amazon Web Service X-Ray Recorder Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. - 1.5.0.0 - 1.5.0.0 - 1.5.0 + 1.6.0.0 + 1.6.0.0 + 1.6.0 AWSXRayRecorder.Handlers.EntityFramework Amazon.XRay.Recorder.Handlers.EntityFramework Amazon Web Services diff --git a/sdk/src/Handlers/SqlServer/AWSXRayRecorder.Handlers.SqlServer.csproj b/sdk/src/Handlers/SqlServer/AWSXRayRecorder.Handlers.SqlServer.csproj index 53c15dd..407efcd 100644 --- a/sdk/src/Handlers/SqlServer/AWSXRayRecorder.Handlers.SqlServer.csproj +++ b/sdk/src/Handlers/SqlServer/AWSXRayRecorder.Handlers.SqlServer.csproj @@ -5,9 +5,9 @@ Amazon.com, Inc Amazon Web Service X-Ray Recorder Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. - 2.11.0.0 - 2.11.0.0 - 2.11.0 + 2.12.0.0 + 2.12.0.0 + 2.12.0 Amazon.XRay.Recorder.Handlers.SqlServer true ../../../../buildtools/local-development.snk diff --git a/sdk/src/Handlers/System.Net/AWSXRayRecorder.Handlers.System.Net.csproj b/sdk/src/Handlers/System.Net/AWSXRayRecorder.Handlers.System.Net.csproj index 6621f86..0947cf7 100644 --- a/sdk/src/Handlers/System.Net/AWSXRayRecorder.Handlers.System.Net.csproj +++ b/sdk/src/Handlers/System.Net/AWSXRayRecorder.Handlers.System.Net.csproj @@ -5,9 +5,9 @@ Amazon.com, Inc Amazon Web Service X-Ray Recorder Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. - 2.11.0.0 - 2.11.0.0 - 2.11.0 + 2.12.0.0 + 2.12.0.0 + 2.12.0 Amazon.XRay.Recorder.Handlers.System.Net true ../../../../buildtools/local-development.snk