Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release commit for v2.9.0 #137

Merged
merged 1 commit into from
Jun 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
24 changes: 12 additions & 12 deletions sdk/AWSXRayRecorder.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>AWSXRayRecorder</id>
<version>2.8.0</version>
<version>2.9.0</version>
<title>AWS X-Ray Recorder</title>
<authors>AWS Web Service</authors>
<licenseUrl>http://aws.amazon.com/apache2.0/</licenseUrl>
Expand All @@ -15,19 +15,19 @@
<tags>AWS Amazon cloud AWSXRay XRay</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="AWSXRayRecorder.Core" version="2.8.0" />
<dependency id="AWSXRayRecorder.Handlers.AspNet" version="2.7.0" />
<dependency id="AWSXRayRecorder.Handlers.AwsSdk" version="2.8.0" />
<dependency id="AWSXRayRecorder.Handlers.SqlServer" version="2.7.0" />
<dependency id="AWSXRayRecorder.Handlers.System.Net" version="2.7.0" />
<dependency id="AWSXRayRecorder.Core" version="2.9.0" />
<dependency id="AWSXRayRecorder.Handlers.AspNet" version="2.7.1" />
<dependency id="AWSXRayRecorder.Handlers.AwsSdk" version="2.8.1" />
<dependency id="AWSXRayRecorder.Handlers.SqlServer" version="2.7.1" />
<dependency id="AWSXRayRecorder.Handlers.System.Net" version="2.7.1" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="AWSXRayRecorder.Core" version="2.8.0" />
<dependency id="AWSXRayRecorder.Handlers.AspNetCore" version="2.7.0" />
<dependency id="AWSXRayRecorder.Handlers.AwsSdk" version="2.8.0" />
<dependency id="AWSXRayRecorder.Handlers.EntityFramework" version="1.0.0" />
<dependency id="AWSXRayRecorder.Handlers.SqlServer" version="2.7.0" />
<dependency id="AWSXRayRecorder.Handlers.System.Net" version="2.7.0" />
<dependency id="AWSXRayRecorder.Core" version="2.9.0" />
<dependency id="AWSXRayRecorder.Handlers.AspNetCore" version="2.7.1" />
<dependency id="AWSXRayRecorder.Handlers.AwsSdk" version="2.8.1" />
<dependency id="AWSXRayRecorder.Handlers.EntityFramework" version="1.0.1" />
<dependency id="AWSXRayRecorder.Handlers.SqlServer" version="2.7.1" />
<dependency id="AWSXRayRecorder.Handlers.System.Net" version="2.7.1" />
</group>
</dependencies>
</metadata>
Expand Down
6 changes: 3 additions & 3 deletions sdk/src/Core/AWSXRayRecorder.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Company>Amazon.com, Inc</Company>
<Product>Amazon Web Service X-Ray Recorder</Product>
<Copyright>Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
<AssemblyVersion>2.8.0.0</AssemblyVersion>
<FileVersion>2.8.0.0</FileVersion>
<Version>2.8.0</Version>
<AssemblyVersion>2.9.0.0</AssemblyVersion>
<FileVersion>2.9.0.0</FileVersion>
<Version>2.9.0</Version>
<RootNamespace>Amazon.XRay.Recorder.Core</RootNamespace>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../../../buildtools/local-development.snk</AssemblyOriginatorKeyFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Company>Amazon.com, Inc</Company>
<Product>Amazon Web Service X-Ray Recorder</Product>
<Copyright>Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
<AssemblyVersion>2.7.0.0</AssemblyVersion>
<FileVersion>2.7.0.0</FileVersion>
<Version>2.7.0</Version>
<AssemblyVersion>2.7.1.0</AssemblyVersion>
<FileVersion>2.7.1.0</FileVersion>
<Version>2.7.1</Version>
<RootNamespace>Amazon.XRay.Recorder.Handlers.AspNet</RootNamespace>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../../../../buildtools/local-development.snk</AssemblyOriginatorKeyFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<Company>Amazon.com, Inc</Company>
<Product>Amazon Web Service X-Ray Recorder</Product>
<Copyright>Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
<AssemblyVersion>2.7.0.0</AssemblyVersion>
<FileVersion>2.7.0.0</FileVersion>
<Version>2.7.0</Version>
<AssemblyVersion>2.7.1.0</AssemblyVersion>
<FileVersion>2.7.1.0</FileVersion>
<Version>2.7.1</Version>
<SignAssembly>true</SignAssembly>
<RootNamespace>Amazon.XRay.Recorder.Handlers.AspNetCore</RootNamespace>
<AssemblyOriginatorKeyFile>../../../../buildtools/local-development.snk</AssemblyOriginatorKeyFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Company>Amazon.com, Inc</Company>
<Product>Amazon Web Service X-Ray Recorder</Product>
<Copyright>Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
<AssemblyVersion>2.8.0.0</AssemblyVersion>
<FileVersion>2.8.0.0</FileVersion>
<Version>2.8.0</Version>
<AssemblyVersion>2.8.1.0</AssemblyVersion>
<FileVersion>2.8.1.0</FileVersion>
<Version>2.8.1</Version>
<RootNamespace>Amazon.XRay.Recorder.Handlers.AwsSdk</RootNamespace>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../../../../buildtools/local-development.snk</AssemblyOriginatorKeyFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Company>Amazon.com, Inc</Company>
<Product>Amazon Web Service X-Ray Recorder</Product>
<Copyright>Copyright 2017-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Version>1.0.0</Version>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<FileVersion>1.0.1.0</FileVersion>
<Version>1.0.1</Version>
<AssemblyName>AWSXRayRecorder.Handlers.EntityFramework</AssemblyName>
<RootNamespace>Amazon.XRay.Recorder.Handlers.EntityFramework</RootNamespace>
<Authors>Amazon Web Services</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Company>Amazon.com, Inc</Company>
<Product>Amazon Web Service X-Ray Recorder</Product>
<Copyright>Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
<AssemblyVersion>2.7.0.0</AssemblyVersion>
<FileVersion>2.7.0.0</FileVersion>
<Version>2.7.0</Version>
<AssemblyVersion>2.7.1.0</AssemblyVersion>
<FileVersion>2.7.1.0</FileVersion>
<Version>2.7.1</Version>
<RootNamespace>Amazon.XRay.Recorder.Handlers.SqlServer</RootNamespace>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../../../../buildtools/local-development.snk</AssemblyOriginatorKeyFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Company>Amazon.com, Inc</Company>
<Product>Amazon Web Service X-Ray Recorder</Product>
<Copyright>Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
<AssemblyVersion>2.7.0.0</AssemblyVersion>
<FileVersion>2.7.0.0</FileVersion>
<Version>2.7.0</Version>
<AssemblyVersion>2.7.1.0</AssemblyVersion>
<FileVersion>2.7.1.0</FileVersion>
<Version>2.7.1</Version>
<RootNamespace>Amazon.XRay.Recorder.Handlers.System.Net</RootNamespace>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../../../../buildtools/local-development.snk</AssemblyOriginatorKeyFile>
Expand Down