Releases: HangfireIO/Hangfire.Dashboard.Authorization
Releases · HangfireIO/Hangfire.Dashboard.Authorization
3.1.0
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
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
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
2.0.0
Release Notes
- Changed - change
Hangfire.Core
dependency version to1.1.1
. - Changed - use
ILMerge /internalize
to mergeMicrosoft.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