deps(nuget): Bump Hangfire.Core from 1.8.17 to 1.8.25 - #16
dependabot[bot] wants to merge 1 commit into
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
--- updated-dependencies: - dependency-name: Hangfire.Core dependency-version: 1.8.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
d0f7778 to
1fbb9a0
Compare
|
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
|
Closing as not needed right now — focusing on #24. Dependabot can reopen/recreate later if still relevant. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Updated Hangfire.Core from 1.8.17 to 1.8.25.
Release notes
Sourced from Hangfire.Core's releases.
1.8.25
Release Notes
Hangfire.Core
DisableConcurrentExecutionAttribute(#2581 by @net0well).Hangfire.SqlServer
SqlServerStorageOptions.DisableFetchSemaphoresoption to remove synchronization between workers (0b6ef5043c6681263a9d4f915043a096b139c051).New Contributors
Full Changelog: HangfireIO/Hangfire@v1.8.24...v1.8.25
1.8.24
Release Notes
Hangfire.Core
1.8.23
Release Notes
Hangfire.Core
AutomaticRetryAttributeis ignored under certain conditions regression from 1.8.14 (by @jirikanda).TypeNameAssemblyFormatHandlingin tests with .NET 6 (by @viktor-vintertass).Hangfire.AspNetCore
InvalidOperationException: The request reached the end of the pipeline without executing the endpoint.1.8.22
Release Notes
Hangfire.Core
IGlobalConfiguration.UseNoOpLogProvidermethod to disable logging.Cronclass, add remarks in docs instead.SimpleAssemblyTypeSerializer.IBackgroundProcessingServerinstances on OWIN app shutdown.AspNetShutdownDetectorfor early ASP.NET shutdown detection is not working (regression from 1.7.30).netcoreapp3.1target with thenet8.0one in tests.Hangfire.SqlServer
InvalidCastExceptionwhen creating a background job with Schema 5 (regression from 1.8.15).netcoreapp3.1target with thenet8.0one in tests.Hangfire.AspNetCore
MapHangfireDashboardWithNoAuthorizationFiltersmethod, which does not include local-only filters.MapHangfireDashboardis used and no dispatcher is found.InvalidOperationExceptionupon receiving a request for 'hangfire/bootstrap.min.css.map'.1.8.21
Release Notes
Hangfire.Core
FailedState.IncludeFileInfoto optionally show/hide line numbers in exceptions in Failed state.BackgroundJobclass always acquires the most currentJobStorage.Currentinstance.RecurringJobclass always acquires the most currentJobStorage.Currentinstance.Hangfire.SqlServer
SqlServerStorageOptions.DisableTransactionScopeoption for .NET Framework targets.1.8.20
Release Notes
Hangfire.Core
1.8.19
Release Notes
Hangfire.Core
Hangfire.SqlServer
1.8.18
Release Notes
Hangfire.Core
DashboardOptions.ServerPossiblyAbortedThresholdto configure a custom threshold for "possibly aborted" warnings.CultureInfo-related differences after upgrading to 1.8.15–1.8.17.AsyncLocalvalues from synchronous background job methods.Job.Argsproperty to theJobclass' constructor.cshtmlfiles working on newer platforms.Hangfire.AspNetCore
ObjectDisposedExceptionin theStopAsyncmethod.NullReferenceExceptionwhenLocalIpAddressorRemoteIpAddressis null.Commits viewable in compare view.