From f57c53881f9ea02ae0c435533b8b2433acf32325 Mon Sep 17 00:00:00 2001 From: Jacob Bovee Date: Thu, 26 May 2022 10:27:47 -0700 Subject: [PATCH 1/2] Announcement for EventPipe 2.4.0 release --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29e5f8f..e194ea8 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,12 @@ ## Announcement -* Profiler [2.4.0-beta2](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.4.0-beta2) is released. +* Profiler [2.4.0](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.4.0) is released. * Highlights: + * Remote settings on Azure Portal * Fix for the uploader in .NET 3. Details in [#169](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/issues/169). - * (Introduced in 2.4.0-beta1) Support getting configurations from application insights UI in Azure Portal. [Details](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/issues/158). - * (Introduced in 2.4.0-beta1) Remove the dependency to Newtonsoft.Json. Details in [#142](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/issues/142) and [#163](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/issues/163). + * Support getting configurations from application insights UI in Azure Portal. [Details](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/issues/158). + * Remove the dependency to Newtonsoft.Json. Details in [#142](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/issues/142) and [#163](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/issues/163). * Profiler [2.3.1](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.1) is released. * Highlights: From b0ec5cd81d04bc83344b9d5393283e516ad03192 Mon Sep 17 00:00:00 2001 From: Jacob Bovee Date: Thu, 26 May 2022 10:30:08 -0700 Subject: [PATCH 2/2] Remove 3.0 announcement --- README.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index e194ea8..1c707bb 100644 --- a/README.md +++ b/README.md @@ -7,24 +7,17 @@ * Profiler [2.4.0](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.4.0) is released. * Highlights: - * Remote settings on Azure Portal * Fix for the uploader in .NET 3. Details in [#169](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/issues/169). * Support getting configurations from application insights UI in Azure Portal. [Details](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/issues/158). * Remove the dependency to Newtonsoft.Json. Details in [#142](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/issues/142) and [#163](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/issues/163). -* Profiler [2.3.1](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.1) is released. - * Highlights: - * First stable version runs on .NET 6: some edge cases covered by betas. Thank you all for early adoption and the bug reports. - * Smaller package - Compare to 2.3.0, down to around 7M from 12M, thanks to the unified uploader across all .NET runtime versions. - * Bump up Microsoft.Extensions packages to 3.1.22 for security. - ## Previous announcements -* Profiler [2.3.1-beta5](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.1-beta5) is released. - * Bug fixes. Click [here](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/milestone/14?closed=1) for details. - -* Profiler [2.3.1-beta4](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.3.1-beta4) is released. - * Bug fixes. Click [here](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/milestone/16?closed=1) for details. +* Profiler [2.4.0-beta2](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/2.4.0-beta2) is released. + * Highlights: + * Fix for the uploader in .NET 3. Details in [#169](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/issues/169). + * Support getting configurations from application insights UI in Azure Portal. [Details](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/issues/158). + * Remove the dependency to Newtonsoft.Json. Details in [#142](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/issues/142) and [#163](https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/issues/163). ## Description