Releases: softawaregmbh/library-usageaware
Releases · softawaregmbh/library-usageaware
3.0.0
This release adds support for ASP.NET Core 3.1.
The UsageAwareLogger
now takes the ApplicationInsights TelementryClient
as a constructor parameter to allow dependency injection.
2.0.1
Version 2.1 adds a new constructor overload accepting a UsageAwareContext to the UsageAwareLogger class, allowing to use the logger without a TelemetryInitializer.
2.0.0
Version 2.0 simplifies the usage of ApplicationInsights:
No more explicit initialization is required and a call to services.AddUsageAware is all that is needed now in ASP.NET Core projects.
1.0.1
Updated ApplicationInsights version as the previously used version can lead to high CPU usage and memory leaks (see microsoft/ApplicationInsights-aspnetcore#690). This issue has been fixed in Microsoft.ApplicationInsights version 2.7.2.
1.0.0
Merge branch 'master' of https://github.com/softawaregmbh/library-usa…