Skip to content

Releases: softawaregmbh/library-usageaware

3.0.0

05 Dec 16:16
Compare
Choose a tag to compare

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

19 Mar 13:50
Compare
Choose a tag to compare

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

25 Jan 11:03
Compare
Choose a tag to compare

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

24 Jan 09:38
b323541
Compare
Choose a tag to compare

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

24 Sep 07:25
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/softawaregmbh/library-usa…