Lib.AspNetCore.ServerTiming Versions Save

Libraries that simplify the onboarding of Server Timing API (a convenient way to communicate performance metrics about the request-response cycle) in .NET projects.

v4.1.0

2 years ago

Bug Fixes

  • Fix support for delivering metrics through HTTP trailers when available

v4.0.0

3 years ago

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

v3.2.0

3 years ago

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.

v3.1.0

3 years ago

Additions and Changes

  • Added helper methods for easy timing of code blocks and tasks execution (thanks to @KeithHenry)

v3.0.0

3 years ago

Additions and Changes

  • Added escaping of metric name so it's a valid header token (thanks to @KeithHenry)

v2.1.0

5 years ago

Additions and Changes

  • Added support for .NET Standard 2.0

v2.0.0

6 years ago

Additions and Changes

  • Updated to the latest version of specification (thanks to @cvazac)
  • Improved testing support

v1.0.0

6 years ago

Initial release.