Skip to content

Commit

Permalink
Merge pull request #123 from xiaomi7732/dev/saars/2.0.0-beta5
Browse files Browse the repository at this point in the history
Dev/saars/2.0.0 beta5
  • Loading branch information
xiaomi7732 authored Dec 18, 2020
2 parents 25289d9 + 16f8116 commit 4bdcf25
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
1 change: 1 addition & 0 deletions Configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Here lists all supported configurations.
| IsSkipCompatibilityTest | Boolean | false | Bypass the check of platform compatibility testing to turn Profiler on by force. This is introduced mainly for internal use for evaluation and might cause unexpected result. |
| PreserveTraceFile | Boolean | false | The trace file will be deleted once uploaded by default. Set this to true when you want to keep the local trace files. |
| SkipEndpointCertificateValidation | Boolean | false | The value to skip the certificate validation to establish SSL communication with the Endpoint. It is **strongly recommended** to keep this the default value. |
| AllowsCrash | Boolean | false | Set to true to allow Profiler crash the application. This is intended to only be used in debugging scenario. |

## Sets the logging level for Profiler

Expand Down
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@

## Announcement

* Profiler 2.2.0-beta4 is published. Find the NuGet package here: [2.2.0-beta4](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta4).
* A memory leak and a reliability issue fixed. Recommended for upgrading.
* Profiler 2.2.0-beta5 is published. Find the NuGet package here: [2.0.0-beta5](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta5)
* Release the Uploader for .NET 5.0 applications. Recommend upgrade for .NET 5 applications.
* Find out update details in the [milestone](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/milestone/11?closed=1).

## Previous announcements

* Profiler 2.2.0-beta3 is published. Find the NuGet package here: [2.2.0-beta3](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta3).
* .NET 5 support is here. Compatibility test bar has been lifted for [.NET 5](https://dotnet.microsoft.com/download/dotnet/5.0). Feel free to test the profiler on .NET 5 and file issues.

* Profiler 2.2.0-beta2 is published. Please find the NuGet package here: [2.2.0-beta2](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta2).
* Fix the bug that blocks the Profiler to work with Microsoft.ApplicationInsights.AspNetCore 2.15.
* Some other small bug fixes.
* Profiler 2.2.0-beta4 is published. Find the NuGet package here: [2.2.0-beta4](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta4).
* A memory leak and a reliability issue fixed. Recommended for upgrading.

## Description

Expand Down Expand Up @@ -146,7 +143,7 @@ To find out the proper version of the Profiler to use, please refer to [Support
## CAUTION

This is a documentation/sample repository. The [LICENSE](LICENSE) covers the content in this repository but does **NOT** cover the use of the product of Microsoft.ApplicationInsights.Profiler.AspNetCore. Please reference [EULA-prerelease.md](EULA-prerelease.md) for any prerelase product and [EULA-GA.md](EULA-GA.md) for any non-prerelease product.
This is a documentation/sample repository. The [LICENSE](LICENSE) covers the content in this repository but does **NOT** cover the use of the product of Microsoft.ApplicationInsights.Profiler.AspNetCore. Please reference [EULA-prerelease.md](EULA-prerelease.md) for any prerelease product and [EULA-GA.md](EULA-GA.md) for any non-prerelease product.

## Contributing

Expand All @@ -156,7 +153,7 @@ the rights to use your contribution. For details, visit https://cla.microsoft.co
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.
provided by the bot. You will only need to do this once across all repositories using our CLA.

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
Expand Down
6 changes: 6 additions & 0 deletions ReleaseNote.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Note

## 2.2.0-beta5

* Find the NuGet package here: [2.0.0-beta5](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta5)
* Release the Uploader for .NET 5.0 applications. Recommend upgrade for .NET 5 applications.
* Find out update details in the [milestone](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/milestone/11?closed=1).

## 2.2.0-beta4

* NuGet package: [2.2.0-beta4](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta4).
Expand Down
4 changes: 3 additions & 1 deletion SupportMatrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

Which version of the Profiler to use largely rely on which .NET Core runtime is used. Choose the version accordingly:

* .NET 5: [Latest](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore).
* .NET 5: [Latest](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore) (_Notes: 2.2.0-beta5 or above is recommended._)

* .NET Core 3.1: [Latest](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore)

* .NET Core 2.1: [1.1.7-beta2](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/1.1.7-beta2)
* .NET Core 2.1 is when the profiler initially built and there's a level of unstable there. Upgrade to .NET Core 3.1 is recommended.

Expand All @@ -19,6 +20,7 @@ The profiling technology is based on .NET Core runtime. We do not support applic

| Application Insights Profiler | Windows (Experimental support) | Linux |
|-------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------|-----------------------------|
| [2.2.0-beta5](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta5) | .NET Core App 3.1, .NET 5 | .NET Core App 3.1, .NET 5 |
| [2.2.0-beta4](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta4) | .NET Core App 3.1, .NET 5 | .NET Core App 3.1, .NET 5 |
| [2.2.0-beta3](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta3) | .NET Core App 3.1, .NET 5 | .NET Core App 3.1, .NET 5 |
| [2.2.0-beta2](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta2) | .NET Core App 3.1 | .NET Core App 3.1 |
Expand Down

0 comments on commit 4bdcf25

Please sign in to comment.