diff --git a/BASE/CHANGELOG.md b/CHANGELOG.Base.md similarity index 100% rename from BASE/CHANGELOG.md rename to CHANGELOG.Base.md diff --git a/LOGGING/CHANGELOG.md b/CHANGELOG.Logging.md similarity index 97% rename from LOGGING/CHANGELOG.md rename to CHANGELOG.Logging.md index 7c6f3bf04..89475282a 100644 --- a/LOGGING/CHANGELOG.md +++ b/CHANGELOG.Logging.md @@ -1,8 +1,5 @@ # Changelog -## Version 2.12.0-beta1 -- [ILogger - Flush TelemetryChannel when the ILoggerProvider is Disposed.](https://github.com/microsoft/ApplicationInsights-dotnet/pull/1289) - ## Version 2.11.0 - Update Base SDK to 2.11.0 - Update System.Diagnostics.DiagnosticSource to 4.6.0. diff --git a/NETCORE/CHANGELOG.md b/CHANGELOG.NetCore.md similarity index 100% rename from NETCORE/CHANGELOG.md rename to CHANGELOG.NetCore.md diff --git a/WEB/CHANGELOG.md b/CHANGELOG.Web.md similarity index 100% rename from WEB/CHANGELOG.md rename to CHANGELOG.Web.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..2aefca6e4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +# Changelog + +## Version 2.12.0-beta2 +- [Enable Metric DimensionCapping API for Internal use with standard metric aggregation.](https://github.com/microsoft/ApplicationInsights-dotnet/issues/1244) +- [ILogger - Flush TelemetryChannel when the ILoggerProvider is Disposed.](https://github.com/microsoft/ApplicationInsights-dotnet/pull/1289) + +## Version 2.12.0-beta1 +- BASE: [New: TelemetryConfiguration now supports Connection Strings]https://github.com/microsoft/ApplicationInsights-dotnet/issues/1221) +- WEB: [Enhancement to how QuickPulseTelemetryModule shares its ServiceEndpoint with QuickPulseTelemetryProcessor.](https://github.com/microsoft/ApplicationInsights-dotnet-server/pull/1266) +- WEB: [QuickPulse will support SDK Connection String](https://github.com/microsoft/ApplicationInsights-dotnet/issues/1221) +- WEB: [Add support for storing EventCounter Metadata as properties of MetricTelemetry](https://github.com/microsoft/ApplicationInsights-dotnet-server/issues/1287) +- WEB: [New RoleName initializer for Azure Web App to accurately populate RoleName.](https://github.com/microsoft/ApplicationInsights-dotnet-server/issues/1207) +- NETCORE: Skipping version numbers to keep in sync with Base SDK. +- NETCORE: [Fix Null/Empty Ikey from ApplicationInsightsServiceOptions overrding one from appsettings.json](https://github.com/microsoft/ApplicationInsights-aspnetcore/issues/989) +- NETCORE: [Provide ApplicationInsightsServiceOptions for easy disabling of any default TelemetryModules](https://github.com/microsoft/ApplicationInsights-aspnetcore/issues/988) +- NETCORE: [Added support for SDK Connection String](https://github.com/microsoft/ApplicationInsights-dotnet/issues/1221) +- NETCORE: [New RoleName initializer for Azure Web App to accurately populate RoleName.](https://github.com/microsoft/ApplicationInsights-dotnet-server/issues/1207) +- NETCORE: Update to Base/Web/Logging SDK to 2.12.0-beta1 + + +## OLDER + +Our older changelogs have not been migrated to this file. + +- [Base](.\CHANGELOG.Base.md) +- [Web](.\CHANGELOG.Web.md) +- [Logging](.\CHANGELOG.Logging.md) +- [NetCore](.\CHANGELOG.NetCore.md) +