App.Metrics v2.0.0-preview1 Release Notes

Release Date: 2018-02-06 // about 6 years ago
  • ๐Ÿš€ As part of this release we had 159 commits which resulted in 43 issues being closed.

    ๐Ÿ› bugs

    • #215 Deprecated References
    • #180 JSON Serialization issues
    • #168 Default app tag has null value
    • #164 Race condition in ReporterRunner{T} on PayloadBuilder init & clear
    • #127 Revert culture mismatch workaround in AspNetMetrics config

    ๐Ÿ†• new feature

    • #165 ASP.NET Core 2.0 new features

    โœจ enhancements

    • #190 Add sourcelink support
    • #187 Remove dependency on Microsoft Logging
    • #185 Signed package
    • #184 Listen on different port for metrics enpoints?
    • #183 lower version of .netstandard
    • #167 Provide the cancellation token on fluent health check registrations

    ๐Ÿ’ฅ breaking changes

    • #166 Investigate changing HealthCheck return types from Task<T> to ValueTask<T>
    • #160 Rename App.Metrics.Forrmatters.* to App.Metrics.AspNetCore.Formatters.*
    • #159 Rename App.Metrics.Extensions.Middleware and App.Metrics.Extensions.Mvc to App.Metrics.AspNetCore and App.Metrics.AspNetCore.Mvc
    • #156 Serialization extensions should live on middleware host rather than app metrics core host extensions
    • #155 ASP.NET Core 2.0 Metrics Middleware
    • #150 Remove obsolete classes

    ๐Ÿ”จ refactorings

    • #179 Move to AppMetrics GitHub org
    • #178 Simplify Boilerplate
    • #176 Move AppMetrics.Reporters to AppMetrics GitHub org
    • #170 Move AspNetCore projects to separate repo under AppMetrics GitHub org
    • #169 Move Health to separate repo under AppMetrics GitHub org
    • #163 Don't require logger factory to be passed in when adding a report provider
    • #162 Extract Reporting to independent package
    • #161 Extract Formatting to separate packages
    • #158 Update build script to support dotnet core 2.0 (AppVeyor & Travis)
    • #157 Use min version of .NET Standard
    • #154 Extract Health checks to independent package
    • #149 Move Concurrency project into separate repo
    • #134 Extract App.Metrics.Abstractions to independent package

    investigations

    • #216 http reporter not working (.NET CORE 2.0 web api)
    • #214 Influx SSL not working
    • #186 Autofac support
    • #174 Usage of multidimensional metrics