|
1 | | -# Release Note |
| 1 | +# Release Note [Deprecated] |
2 | 2 |
|
3 | | -## 2.2.0 |
| 3 | +**We are deprecating this page.** All the information here is either covered by the [milestones](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/milestones?state=closed) or implied by the semantic versions. |
| 4 | + |
| 5 | +If you are deciding which version to use for your application, check out the [Support Matrix](./SupportMatrix.md) page. |
| 6 | + |
| 7 | +## Stable |
| 8 | + |
| 9 | +### 2.2.0 |
4 | 10 |
|
5 | 11 | * Find the NuGet package: [2.2.0](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0). |
6 | 12 | * We are officially out of beta. |
7 | 13 |
|
8 | | -## 2.2.0-beta7 |
| 14 | +## Previews |
| 15 | + |
| 16 | +### 2.3.0-beta3 |
| 17 | + |
| 18 | +* Find the NuGet package: [2.3.0-beta3](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.0-beta3). |
| 19 | + * Find out update details in the [milestone](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/milestone/13). |
| 20 | + |
| 21 | +### 2.2.0-beta7 |
9 | 22 |
|
10 | 23 | * Find the NuGet package here: [2.2.0-beta7](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta7). |
11 | 24 | * Find out update details in the [milestone](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/milestone/12?closed=1). |
12 | 25 |
|
13 | | -## 2.2.0-beta6 |
| 26 | +### 2.2.0-beta6 |
14 | 27 |
|
15 | 28 | * Find the NuGet package here: [2.2.0-beta6](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta6). |
16 | 29 | * Fix the issue of Uploader not exit in the 2.2.0-beta5. Details: [#124](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/issues/124). |
17 | 30 |
|
18 | | -## 2.2.0-beta5 |
| 31 | +### 2.2.0-beta5 |
19 | 32 |
|
20 | 33 | * Find the NuGet package here: 2.0.0-beta5 |
21 | 34 | * Release the Uploader for .NET 5.0 applications. Recommend upgrade for .NET 5 applications. |
22 | 35 | * Find out update details in the [milestone](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/milestone/11?closed=1). |
23 | 36 |
|
24 | | -## 2.2.0-beta4 |
| 37 | +### 2.2.0-beta4 |
25 | 38 |
|
26 | 39 | * NuGet package: [2.2.0-beta4](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta4). |
27 | 40 | * Fixed a memory leak and some reliability issues. |
28 | 41 | * Checkout [the milestone](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/milestone/9?closed=1) for details. |
29 | 42 |
|
30 | | -## 2.2.0-beta3 |
| 43 | +### 2.2.0-beta3 |
31 | 44 |
|
32 | 45 | * NuGet package: [2.2.0-beta3](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta3). |
33 | 46 | * Supports .NET 5. |
34 | 47 | * Some other small bug fixes. Checkout [the milestone](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/milestone/8?closed=1) for details. |
35 | 48 |
|
36 | | -## 2.2.0-beta2 |
| 49 | +### 2.2.0-beta2 |
37 | 50 |
|
38 | 51 | * NuGet package: [2.2.0-beta2](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta2). |
39 | 52 | * Fix the bug that blocks the Profiler to work with Microsoft.ApplicationInsights.AspNetCore 2.15. |
40 | 53 | * Some other small bug fixes. |
41 | 54 |
|
42 | | -## 2.2.0-beta1 |
| 55 | +### 2.2.0-beta1 |
43 | 56 |
|
44 | 57 | * NuGet package: [2.2.0-beta1](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.2.0-beta1). |
45 | 58 | * Fixed profiler failing for deploy to Azure WebSite on Windows due to permissions to fetch performance counters (#93). |
46 | 59 | * Switch to new API to control profiling start/stop. |
47 | 60 |
|
48 | | -## v1.0.0-beta1 |
| 61 | +### v1.0.0-beta1 |
49 | 62 |
|
50 | 63 | Profiling the application and the services and monitoring the performance by using Application Insights Profiler. Beta1 is now available for testing on ASP.NET Core 2.0 Web Apps hosted in the Linux on Microsoft Azure App Services. Follow the `Get Started Guide [Coming soon]`, [Get the packages now](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/1.0.0-beta1) and start your performance improvement adventures! |
51 | 64 |
|
52 | | -### Features |
| 65 | +#### Features |
53 | 66 |
|
54 | 67 | * Profiling the performance of the ASP.NET Core 2.0 Web Application on Linux. |
55 | 68 | * Trace/calling tree analysis. |
56 | 69 |
|
57 | | -### Known issues |
| 70 | +#### Known issues |
58 | 71 |
|
59 | 72 | * Enable button in Profiler Configuration pane does not work |
60 | 73 |
|
|
0 commit comments