All Versions
17
Latest Version
Avg Release Cycle
11 days
Latest Release
1025 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