Skip to content

Releases: HangfireIO/Hangfire.AspNet

0.3.0

22 Mar 10:31
v0.3.0
3921e39
Compare
Choose a tag to compare

Release Notes

  • Project – Full source link support with embedded symbols and repository-based sources.
  • Project – Enable static analysis via the Microsoft.CodeAnalysis.NetAnalyzers package.
  • Project – Sign NuGet package and .NET assemblies with a code signing certificate.
  • Project – Require signature validation when restoring NuGet packages.
  • Project – Use deterministic and locked package restore for projects.
  • Project – Add more metadata for assemblies and NuGet package.

0.2.0

16 Aug 14:22
Compare
Choose a tag to compare

Release Notes

Common authorization filters were added in this release, based on the IDashboardAuthorizationFilter interface appeared in Hangfire 1.6.0. The same filters will be added to the Hangfire.AspNetCore package, deprecating the Hangfire.Dashboard.Authorization package.

  • AddedAuthorizationFilter and ClaimsAuthorizationFilter classes.

0.1.0

28 Jul 16:44
Compare
Choose a tag to compare

Release Notes

This is the first public release of the Hangfire.AspNet package. Please see https://github.com/HangfireIO/Hangfire.Highlighter for examples.