From 63bb73c4b3a1d0de4629d557e01d0dda9458668a Mon Sep 17 00:00:00 2001 From: srprash <50466688+srprash@users.noreply.github.com> Date: Wed, 10 Jun 2020 22:37:35 +0530 Subject: [PATCH] Release commit for v2.9.0 (#137) --- CHANGELOG.md | 33 +++++++++++++++++++ sdk/AWSXRayRecorder.nuspec | 24 +++++++------- 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, 66 insertions(+), 33 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 400d2603..8d07331f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,39 @@ # Change Log All notable changes to this project will be documented in this file. +## 2.9.0 (2020-06-09) +### AWSXRayRecorder.Core (2.9.0) +#### Fixed +- Added .gitattributes file and normalized line endings [PR#132](https://github.com/aws/aws-xray-sdk-dotnet/pull/132) + +#### Improved +- Added IMDSv2 support [PR#134](https://github.com/aws/aws-xray-sdk-dotnet/pull/134) + +### AWSXRayRecorder.Handlers.AwsSdk (2.8.1) +#### Fixed +- Added .gitattributes file and normalized line endings [PR#132](https://github.com/aws/aws-xray-sdk-dotnet/pull/132) + +### AWSXRayRecorder.Handlers.EntityFramework (1.0.1) +#### Fixed +- Added .gitattributes file and normalized line endings [PR#132](https://github.com/aws/aws-xray-sdk-dotnet/pull/132) + +### AWSXRayRecorder.Handlers.AspNet (2.7.1) +#### Fixed +- Added .gitattributes file and normalized line endings [PR#132](https://github.com/aws/aws-xray-sdk-dotnet/pull/132) + +### AWSXRayRecorder.Handlers.AspNetCore (2.7.1) +#### Fixed +- Fixed typo in AWSXRayMiddlewareExtensions.cs. From Applicaion to Application [PR#131](https://github.com/aws/aws-xray-sdk-dotnet/pull/131) +- Added .gitattributes file and normalized line endings [PR#132](https://github.com/aws/aws-xray-sdk-dotnet/pull/132) + +### AWSXRayRecorder.Handlers.SqlServer (2.7.1) +#### Fixed +- Added .gitattributes file and normalized line endings [PR#132](https://github.com/aws/aws-xray-sdk-dotnet/pull/132) + +### AWSXRayRecorder.Handlers.System.Net (2.7.1) +#### Fixed +- Added .gitattributes file and normalized line endings [PR#132](https://github.com/aws/aws-xray-sdk-dotnet/pull/132) + ## 2.8.0 (2020-04-17) ### AWSXRayRecorder.Core (2.8.0) #### Fixed diff --git a/sdk/AWSXRayRecorder.nuspec b/sdk/AWSXRayRecorder.nuspec index a0314fcc..dfa5307d 100644 --- a/sdk/AWSXRayRecorder.nuspec +++ b/sdk/AWSXRayRecorder.nuspec @@ -2,7 +2,7 @@ AWSXRayRecorder - 2.8.0 + 2.9.0 AWS X-Ray Recorder AWS Web Service http://aws.amazon.com/apache2.0/ @@ -15,19 +15,19 @@ AWS Amazon cloud AWSXRay XRay - - - - - + + + + + - - - - - - + + + + + + diff --git a/sdk/src/Core/AWSXRayRecorder.Core.csproj b/sdk/src/Core/AWSXRayRecorder.Core.csproj index 6b243959..14ad64dc 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-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. - 2.8.0.0 - 2.8.0.0 - 2.8.0 + 2.9.0.0 + 2.9.0.0 + 2.9.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 7528e61d..0c7b2367 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-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. - 2.7.0.0 - 2.7.0.0 - 2.7.0 + 2.7.1.0 + 2.7.1.0 + 2.7.1 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 69026f8e..0c3cae83 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-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. - 2.7.0.0 - 2.7.0.0 - 2.7.0 + 2.7.1.0 + 2.7.1.0 + 2.7.1 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 0c5a5fe0..15f283fe 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-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. - 2.8.0.0 - 2.8.0.0 - 2.8.0 + 2.8.1.0 + 2.8.1.0 + 2.8.1 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 3cadc010..baaa9804 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-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. - 1.0.0.0 - 1.0.0.0 - 1.0.0 + 1.0.1.0 + 1.0.1.0 + 1.0.1 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 37934ece..425fc0c3 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-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. - 2.7.0.0 - 2.7.0.0 - 2.7.0 + 2.7.1.0 + 2.7.1.0 + 2.7.1 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 9fd164ff..04a29183 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-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. - 2.7.0.0 - 2.7.0.0 - 2.7.0 + 2.7.1.0 + 2.7.1.0 + 2.7.1 Amazon.XRay.Recorder.Handlers.System.Net true ../../../../buildtools/local-development.snk