All Versions
17
Latest Version
Avg Release Cycle
11 days
Latest Release
1470 days ago

Changelog History
Page 1

  • v2.1.2 Changes

    June 05, 2020
    • ๐ŸŽ [x] Add feature: allows to get PerformanceMeter of concrete class using DI with RegisterPerformanceMeterScope option setted to true (by default is true)
  • v2.1.1 Changes

    May 02, 2020
    • [x] Add feature: allows to iterate executing Actions with iterations parameter in Start extension methods
    • โšก๏ธ [x] Update nuget-dependencies
  • v2.1.0 Changes

    March 14, 2020
    • [x] Add feature: allows to to get the performance measurements results using the built-in DI
  • v2.0.0 Changes

    March 08, 2020
    • [x] Add feature: possible to measure the performance of methods (actions) in an AspNetCore MVC application using the special WatchingPerformanceAttribute attribute, as well as configure the methods performance watching for the controllers in Startup.cs
    • ๐Ÿ”จ [x] Add code refactoring
  • v1.2.3 Changes

    March 03, 2020
    • [x] Replace all Task by ValueTask
    • ๐ŸŽ [x] Add Unchase.FluentPerformanceMeter.TestWebAPI31 (.NET Core 3.1 WebApi example project)
    • [x] Add Interlocked.CompareExchange for incrementing and decrementing calls counter
  • v1.2.2 Changes

    February 20, 2020
    • ๐Ÿ“ฆ [x] Add xml-comments to nuget packages
  • v1.2.1 Changes

    January 28, 2020
    • ๐ŸŽ [x] Add HandleException to PerformanceDiagnosticObserver class
    • ๐ŸŽ [x] Add GetExceptionHandler and GetDefaultExceptionHandler methods to PerformanceMeter class

    ๐Ÿ’ฅ BREAKING CHANGES:

    • ๐ŸŽ [x] Rename PerformanceClassDiagnosticObserver to PerformanceDiagnosticObserver
    • ๐ŸŽ [x] Should use services.AddPerformanceDiagnosticObserver<MeasurableClass>(); instead of services.AddPerformanceDiagnosticObserver<PerformanceClassDiagnosticObserver<MeasurableClass>>(); in ConfigureServices method in Startup.cs
  • v1.2.0 Changes

    January 18, 2020
    • ๐ŸŽ [x] Add TryAddCustomData method into PerformanceMeter class
    • [x] Add AddMethodArgumentsToCustomDataAttribute attribute for adding arguments to measurement custom data with DiagnosticSource
  • v1.1.2 Changes

    January 11, 2020
    • ๐ŸŽ [x] Add GetCustomData method into PerformanceMeter and PerformanceInfoStep classes
  • v1.1.1

    January 09, 2020