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.

azurefunctions-v1.0.0

1 year ago

Additions and Changes

  • Initial release

aspnetcore-v6.0.0

1 year ago

Additions and Changes

abstractions-v1.0.0

1 year ago

Additions and Changes

  • Initial release.

aspnetcore-v5.1.0

1 year ago

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.

aspnetcore-v5.0.1

1 year ago

Bug Fixes

  • Fix incorrect dependency version

aspnetcore-v5.0.0

1 year ago

Additions and Changes

aspnetcore-abstractions-v1.0.0

1 year ago

Additions and Changes

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

v4.4.0

1 year ago

Additions and Changes

v4.3.0

2 years ago

Additions and Changes

  • Added .NET 6 TFM

v4.2.0

2 years ago

Additions and Changes

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