All Versions
17
Latest Version
Avg Release Cycle
11 days
Latest Release
1612 days ago
Changelog History
Page 1
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)
- 🐎 [x] Add feature: allows to get PerformanceMeter of concrete class using DI with
-
v2.1.1 Changes
May 02, 2020- [x] Add feature: allows to iterate executing Actions with
iterations
parameter inStart
extension methods - ⚡️ [x] Update nuget-dependencies
- [x] Add feature: allows to iterate executing Actions with
-
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 inStartup.cs
- 🔨 [x] Add code refactoring
- [x] Add feature: possible to measure the performance of methods (actions) in an AspNetCore MVC application using the special
-
v1.2.3 Changes
March 03, 2020- [x] Replace all
Task
byValueTask
- 🐎 [x] Add
Unchase.FluentPerformanceMeter.TestWebAPI31
(.NET Core 3.1 WebApi example project) - [x] Add
Interlocked.CompareExchange
for incrementing and decrementing calls counter
- [x] Replace all
-
v1.2.2 Changes
February 20, 2020- 📦 [x] Add xml-comments to nuget packages
-
v1.2.1 Changes
January 28, 2020- 🐎 [x] Add
HandleException
toPerformanceDiagnosticObserver
class - 🐎 [x] Add
GetExceptionHandler
andGetDefaultExceptionHandler
methods toPerformanceMeter
class
💥 BREAKING CHANGES:
- 🐎 [x] Rename
PerformanceClassDiagnosticObserver
toPerformanceDiagnosticObserver
- 🐎 [x] Should use
services.AddPerformanceDiagnosticObserver<MeasurableClass>();
instead ofservices.AddPerformanceDiagnosticObserver<PerformanceClassDiagnosticObserver<MeasurableClass>>();
inConfigureServices
method inStartup.cs
- 🐎 [x] Add
-
v1.2.0 Changes
January 18, 2020- 🐎 [x] Add
TryAddCustomData
method intoPerformanceMeter
class - [x] Add
AddMethodArgumentsToCustomDataAttribute
attribute for adding arguments to measurement custom data withDiagnosticSource
- 🐎 [x] Add
-
v1.1.2 Changes
January 11, 2020- 🐎 [x] Add
GetCustomData
method intoPerformanceMeter
andPerformanceInfoStep
classes
- 🐎 [x] Add
-
v1.1.1
January 09, 2020