-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Release 1.6.0 #614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Release 1.6.0 #614
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…l(5) will trigger every 5 minutes.
Also make public the RequiredSchemaVersion.
…obManager interface
Closes #498, @danyferra will maintain this project
The link for "Configuring Dashboard authorization" when to a nonexistent page.
Fixed documentation link
Fix Hangfire.SqlServer dependency version in MSMQ nuspec
Relates to #572.
This to prevent an ALTER failure because of related objects.
To prevent dashboard ui from using old cached assets
* Update gitignore and remove .lock.json file from Hangfire.AspNetCore * Remove other .lock.json files.
On Linux, neither COMPUTERNAME, nor HOSTNAME environment variables don't exist by default. So we need a fallback value. Environment.MachineName requres netstandard > 1.3, don't see why we should bump the required version, only to provide this default value.
…ashboardContext Relates to #613.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release Notes
Hangfire.Core
netstandard1.3target, .NET Core support for Hangfire #604).JobActivator.BeginScopemethod (Add context for JobActivator.BeginScope #523).BackgroundJobServer.SendStopmethod, that requests for a shutdown.BackgroundJobServerOptions.ServerNameoption is back.IDashboardAuthorizationFilterinterface that makesIAuthorizationFilterobsolete.Cronclass (Added Cron expressions for regular intervals #174 by @geirsagberg).IRecurringJobManagerinterface for theRecurringJobManagerclass (IRecurringJobManager interface for RecurringJobManager added #491 by @arnoldasgudas).ToGenericTypeStringmethod now supports nested classes (Fix for ToGenericTypeString method to support nested classes #522 by @patrykpiotrmarek).Hangfire.AspNetCore
Hangfire.SqlServer
netstandard1.3target, .NET Core support for Hangfire #604).SqlServerStorageclass constructor now takesDbConnectioninstances (Refactored SqlServerStorage to use the more general DbConnection - Take2 #539 by @tystol).SqlServerObjectsInstallerclass is public now (Make SqlServerObjectsInstaller public #485 by @vbfox).Hangfire.SqlServer.Msmq