This repository has been archived by the owner on Mar 26, 2019. It is now read-only.
Releases: AppMetrics/AspNetCore
Releases · AppMetrics/AspNetCore
3.0.0
As part of this release we had 30 commits which resulted in 9 issues being closed.
bugs
- #39 Slow performance using MetricsWebTracking.IgnoredRoutesRegexPatterns
- #29 WebHost AllEndpointsPort should bind to 0.0.0.0, not just localhost
- #28 Configuring endpoints with AllEndpointsPort for alternate port binds only to localhost, not 0.0.0.0, when using WebHost
- #23 #254 Prevents a null exception when there is no version.
- #22 why apdex score is always 1,but satisfied ,tolerated is always 0?
enhancements
- #26 Remove AspNetCore.Mvc dependency in App.Metrics.AspNetCore.Mvc referencing AspNetCore.Mvc.Core instead
- #13 ASP.NET Core 2.1.0 package updates
- #11 Re-work HostedService with the .NET Core 2.1 implementation
breaking change
- #27 Remove obsolete AppMetrics AspNetCore 2.0.0
2.0.0
2.0.0-preview1
As part of this release we had 6 issues closed.
ASP.NET Core dependencies removed from the core library and placed here as extensions instead.
bugs
- #4 Exception registering JsonSerializerSettings conflicting with AppMetrics
- #3 Fixes #2. Check if curent route metric name was already added to context
- #2 AppMetrics confilcts with ExceptionHandler in ASP.NET Core 2.0
enhancements