Skip to content

Commit

Permalink
Release commit for v2.10.0 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
lupengamzn committed Mar 2, 2021
1 parent 57e976a commit 652f8f7
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 33 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
# Change Log
All notable changes to this project will be documented in this file.

## 2.10.0 (2021-03-02)
### AWSXRayRecorder.Core (2.10.0)
#### Fixed
- Fixed race condition where the rule poller may start immediately before initializing the timer [PR#154](https://github.com/aws/aws-xray-sdk-dotnet/pull/154)
- Updated xraycontext to use a concurrent dictionary [PR#157](https://github.com/aws/aws-xray-sdk-dotnet/pull/157)

#### Improved
- Added timeout for EC2 metadata requests [PR#138](https://github.com/aws/aws-xray-sdk-dotnet/pull/138)
- Applied HttpClient to get sampling info [PR#159](https://github.com/aws/aws-xray-sdk-dotnet/pull/159)

### AWSXRayRecorder.Handlers.AwsSdk (2.8.2)
#### Fixed
- Fixed tracing S3 id pairs and SNS naming issue [#168](https://github.com/aws/aws-xray-sdk-dotnet/pull/168)

### AWSXRayRecorder.Handlers.EntityFramework (1.1.0)
#### New Feature
- Added tracing support for EntityFramework 6 (.NET Framework) [PR#171](https://github.com/aws/aws-xray-sdk-dotnet/pull/171)

### AWSXRayRecorder.Handlers.AspNet (2.7.2)
- Bumped version to address AWSXRayRecorder.Core package change

### AWSXRayRecorder.Handlers.AspNetCore (2.7.2)
- Bumped version to address AWSXRayRecorder.Core package change

### AWSXRayRecorder.Handlers.SqlServer (2.7.2)
- Bumped version to address AWSXRayRecorder.Core package change

### AWSXRayRecorder.Handlers.System.Net (2.7.2)
- Bumped version to address AWSXRayRecorder.Core package change

## 2.9.0 (2020-06-09)
### AWSXRayRecorder.Core (2.9.0)
#### Fixed
Expand Down
25 changes: 13 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.9.0</version>
<version>2.10.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,20 @@
<tags>AWS Amazon cloud AWSXRay XRay</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<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" />
<dependency id="AWSXRayRecorder.Core" version="2.10.0" />
<dependency id="AWSXRayRecorder.Handlers.AspNet" version="2.7.2" />
<dependency id="AWSXRayRecorder.Handlers.AwsSdk" version="2.8.2" />
<dependency id="AWSXRayRecorder.Handlers.EntityFramework" version="1.1.0" />
<dependency id="AWSXRayRecorder.Handlers.SqlServer" version="2.7.2" />
<dependency id="AWSXRayRecorder.Handlers.System.Net" version="2.7.2" />
</group>
<group targetFramework=".NETStandard2.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" />
<dependency id="AWSXRayRecorder.Core" version="2.10.0" />
<dependency id="AWSXRayRecorder.Handlers.AspNetCore" version="2.7.2" />
<dependency id="AWSXRayRecorder.Handlers.AwsSdk" version="2.8.2" />
<dependency id="AWSXRayRecorder.Handlers.EntityFramework" version="1.1.0" />
<dependency id="AWSXRayRecorder.Handlers.SqlServer" version="2.7.2" />
<dependency id="AWSXRayRecorder.Handlers.System.Net" version="2.7.2" />
</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.9.0.0</AssemblyVersion>
<FileVersion>2.9.0.0</FileVersion>
<Version>2.9.0</Version>
<AssemblyVersion>2.10.0.0</AssemblyVersion>
<FileVersion>2.10.0.0</FileVersion>
<Version>2.10.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.1.0</AssemblyVersion>
<FileVersion>2.7.1.0</FileVersion>
<Version>2.7.1</Version>
<AssemblyVersion>2.7.2.0</AssemblyVersion>
<FileVersion>2.7.2.0</FileVersion>
<Version>2.7.2</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.1.0</AssemblyVersion>
<FileVersion>2.7.1.0</FileVersion>
<Version>2.7.1</Version>
<AssemblyVersion>2.7.2.0</AssemblyVersion>
<FileVersion>2.7.2.0</FileVersion>
<Version>2.7.2</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.1.0</AssemblyVersion>
<FileVersion>2.8.1.0</FileVersion>
<Version>2.8.1</Version>
<AssemblyVersion>2.8.2.0</AssemblyVersion>
<FileVersion>2.8.2.0</FileVersion>
<Version>2.8.2</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.1.0</AssemblyVersion>
<FileVersion>1.0.1.0</FileVersion>
<Version>1.0.1</Version>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
<Version>1.1.0</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.1.0</AssemblyVersion>
<FileVersion>2.7.1.0</FileVersion>
<Version>2.7.1</Version>
<AssemblyVersion>2.7.2.0</AssemblyVersion>
<FileVersion>2.7.2.0</FileVersion>
<Version>2.7.2</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.1.0</AssemblyVersion>
<FileVersion>2.7.1.0</FileVersion>
<Version>2.7.1</Version>
<AssemblyVersion>2.7.2.0</AssemblyVersion>
<FileVersion>2.7.2.0</FileVersion>
<Version>2.7.2</Version>
<RootNamespace>Amazon.XRay.Recorder.Handlers.System.Net</RootNamespace>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../../../../buildtools/local-development.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit 652f8f7

Please sign in to comment.