Skip to content

Releases: HangfireIO/Hangfire.Dashboard.Authorization

3.1.0

22 Mar 09:44
v3.1.0
af2dc86
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.

3.0.1

29 Aug 08:23
Compare
Choose a tag to compare

Release Notes

  • Changed – Upgrade internal version of Microsoft.Owin package to 4.2.2.
  • Security – Avoid CVE-2020-1045 vulnerability by upgrading Microsoft.Owin package.

3.0.0

23 Jan 09:37
Compare
Choose a tag to compare

Release Notes

  • Added – All classes now implement IDashboardAuthorizationFilter interface appeared in Hangfire 1.6.0 (by @antonioseric, @spoofi).
  • Added – It's possible to use custom crypto provider such as HMAC when creating a BasicAuth user (by @faizulhaque).
  • Changed – Minimal Hangfire.Core package version is bumped to 1.6.0.
  • Changed – Internalized Microsoft.Owin package version is now 3.1.0.
  • Fixed – Remove AssemblyFileVersion attribute to avoid problems with installers and GAC (by @fire-eagle).
  • Fixed – Different README.md updates and fixes (by @spoofi).

2.1.0

08 Dec 12:47
Compare
Choose a tag to compare

Release Notes

  • Added – Basic authentication filter (#2 by @sergun).
  • Added – Check Authentication.User is not null in claims authorization filter (#1 by @pjcunningham).
  • Added – Symbols package for symbolsource.org including source files.

2.0.0

05 Sep 13:15
Compare
Choose a tag to compare

Release Notes

  • Changed - change Hangfire.Core dependency version to 1.1.1.
  • Changed - use ILMerge /internalize to merge Microsoft.Owin package (there is no dependency on it anymore).

Updating

Please execute the following command in your Package Manager Console window, or use Package Explorer window.

PM> Update-Package Hangfire.Dashboard.Authorization

1.0.1

05 Sep 10:40
Compare
Choose a tag to compare

Release Notes

Minor compatibility issues - set required version of Hangfire.Core dependency to be 1.0.1 ≤ Version < 1.1.0.