All Versions
12
Latest Version
Avg Release Cycle
112 days
Latest Release
1379 days ago

Changelog History
Page 1

  • v4.0.0

    May 22, 2020
  • v3.2.0

    October 28, 2019
  • v3.0.0 Changes

    December 02, 2018

    ๐Ÿš€ As part of this release we had 61 commits which resulted in 10 issues being closed.

    ๐Ÿ› bugs

    • #330 LibLog - Fixed NLog + Log4net callsite. Added support for NLog structured logging
    • #254 Using [ApiVersionNeutral] causes a null reference exception

    ๐Ÿ†• new features

    • #244 Allow filtering of metric calculations when flushing
    • #230 Telegraph Reporter

    โœจ enhancements

    • #288 Apply miniumum sample weight to exponential decay reservoir by default
    • #272 Logging some private / diagnostic only information at INFO level
    • #243 Add extensions to IHostBuilder for configuring App Metrics
    • #242 dotnet core 2.1.0 package updates

    ๐Ÿ’ฅ breaking change

    • #251 "GeneratedMetricNameMapping" refactoring

    investigation

    • #255 No way to configure AppMetrics Hosting Configuration from Startup
  • v2.1.0 Changes

    May 24, 2018

    ๐Ÿš€ As part of this release we had 7 commits which resulted in 9 issues being closed.
    ๐Ÿ†• New features

    ๐Ÿ› bugs

    • #270 Bug: Revert breaking change introduced in IMetricSnapshotWriter
    • #265 Avoid division by zero in weighted snapshot
    • #256 Exponential decay reservoir does not update the sum of samples when rescaling

    โœจ enhancements

    • #260 Idea: exponential decay reservoir improvement for bursty traffic
    • #257 Need more control over reservoir rescale schedule
    • #248 #245 Target .NET 4.5 on App.Metrics.Abstractions
    • #247 When installing app.metrics (latest stable 2.0.0) receive an error "Install failed. Rolling back..."
    • #245 App.Metrics adds lots of dependencies in .Net framework projects
  • v2.0.0 Changes

    March 29, 2018

    ๐Ÿš€ As part of this release we had 166 commits which resulted in 4 issues being closed.
    ๐Ÿš€ Last 2.0.0 preview before stable release

    ๐Ÿ› bug

    • #240 Apdex scores are reported even if MetricWebTrackingOptions.ApdexTrackingEnabled is set to false

    โœจ enhancements

    • #223 Tidy up log levels
    • #222 Project dependency updates

    investigation

  • v2.0.0-preview1 Changes

    February 06, 2018

    ๐Ÿš€ 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
  • v1.3.0 Changes

    July 10, 2017

    ๐Ÿš€ As part of this release we had 6 commits.

    โœจ enhancements

    • #172 Add degradedOnError parameter to the HealthCheckFactoryExtensions methods
  • v1.2.1 Changes

    September 26, 2017

    ๐Ÿš€ As part of this release we had 10 commits.