Skip to content

Releases: tpeczek/dotnet-server-timing

Lib.AspNetCore.ServerTiming 4.1.0

27 May 17:25
Compare
Choose a tag to compare

Bug Fixes

  • Fix support for delivering metrics through HTTP trailers when available

Lib.AspNetCore.ServerTiming 4.0.0

24 Nov 18:26
Compare
Choose a tag to compare

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

10 Sep 20:18
Compare
Choose a tag to compare

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

20 Jul 14:07
Compare
Choose a tag to compare

Additions and Changes

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

Lib.AspNetCore.ServerTiming 3.0.0

14 Jul 18:23
Compare
Choose a tag to compare

Additions and Changes

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

Lib.AspNetCore.ServerTiming 2.1.0

04 Jul 21:27
Compare
Choose a tag to compare

Additions and Changes

  • Added support for .NET Standard 2.0

Lib.AspNetCore.ServerTiming 2.0.0

05 Mar 20:50
Compare
Choose a tag to compare

Additions and Changes

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

Lib.AspNetCore.ServerTiming 1.0.0

08 Jun 13:26
Compare
Choose a tag to compare