Skip to content

Releases: tpeczek/dotnet-server-timing

Lib.Azure.Functions.Worker.ServerTiming 1.0.0

14 Mar 20:26
Compare
Choose a tag to compare

Additions and Changes

  • Initial release

Lib.AspNetCore.ServerTiming 6.0.0

14 Mar 20:01
Compare
Choose a tag to compare

Additions and Changes

Lib.ServerTiming.Abstractions 1.0.0

14 Mar 19:34
Compare
Choose a tag to compare

Additions and Changes

  • Initial release.

Lib.AspNetCore.ServerTiming 5.1.0

14 Nov 19:50
Compare
Choose a tag to compare

Additions and Changes

  • Removed upper bounds on dependencies for .NET 6 TFM so it can be used with .NET 7 without resolution issues.
  • Added testing against .NET 7.

Lib.AspNetCore.ServerTiming 5.0.1

30 May 21:21
Compare
Choose a tag to compare

Bug Fixes

  • Fix incorrect dependency version

Lib.AspNetCore.ServerTiming 5.0.0

29 May 11:01
Compare
Choose a tag to compare

Additions and Changes

Lib.AspNetCore.ServerTiming.Abstractions 1.0.0

29 May 10:14
e7669ef
Compare
Choose a tag to compare

Additions and Changes

  • Initial release which separates IServerTiming and IServerTimingMetricFilter from the implementations.

Lib.AspNetCore.ServerTiming 4.4.0

17 May 18:04
Compare
Choose a tag to compare

Lib.AspNetCore.ServerTiming 4.3.0

31 Jan 20:43
Compare
Choose a tag to compare

Additions and Changes

  • Added .NET 6 TFM

Lib.AspNetCore.ServerTiming 4.2.0

23 Aug 12:04
Compare
Choose a tag to compare

Additions and Changes

  • Added helper method for easy timing of non-generic tasks execution (thanks to @Vake93)