Releases: tpeczek/dotnet-server-timing
Releases · tpeczek/dotnet-server-timing
Lib.AspNetCore.ServerTiming 4.1.0
Bug Fixes
- Fix support for delivering metrics through HTTP trailers when available
Lib.AspNetCore.ServerTiming 4.0.0
Additions and Changes
- Changed support for ASP.NET Core 3.0.0 to ASP.NET Core 3.1.0
- Added support for ASP.NET Core in .NET 5
Lib.AspNetCore.ServerTiming 3.2.0
Additions and Changes
- Added support for delivering metrics through HTTP trailers when available. To check if HTTP trailers delivery is possible for current request one can check
IServerTiming.DeliveryMode
property.
Lib.AspNetCore.ServerTiming 3.1.0
Additions and Changes
- Added helper methods for easy timing of code blocks and tasks execution (thanks to @KeithHenry)
Lib.AspNetCore.ServerTiming 3.0.0
Additions and Changes
- Added escaping of metric name so it's a valid header token (thanks to @KeithHenry)
Lib.AspNetCore.ServerTiming 2.1.0
Additions and Changes
- Added support for .NET Standard 2.0
Lib.AspNetCore.ServerTiming 2.0.0
Additions and Changes
- Updated to the latest version of specification (thanks to @cvazac)
- Improved testing support
Lib.AspNetCore.ServerTiming 1.0.0
Initial release.