Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Releases: AppMetrics/AspNetCore

3.0.0

02 Dec 13:50
1a9204b
Compare
Choose a tag to compare

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

29 Mar 14:04
dd7323b
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.
Final 2.0.0 preview before stable release

enhancements

  • #10 Project dependency updates
  • #9 Add MVC related metrics services via IMvcBuilder rather than MvcOptions

2.0.0-preview1

06 Feb 12:45
Compare
Choose a tag to compare
2.0.0-preview1 Pre-release
Pre-release

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

  • #7 Support aspnet-api-versioning on endpoint metrics
  • #1 Add sourcelink support