Skip to content
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

Bump Hangfire.AspNetCore from 1.7.30 to 1.7.33 in /Tests.Unit #1919

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2023

Bumps Hangfire.AspNetCore from 1.7.30 to 1.7.33.

Release notes

Sourced from Hangfire.AspNetCore's releases.

1.7.33

Release Notes

Hangfire.SqlServer

  • Changed – Use SQL Server as a time authority for server heartbeats.
  • Changed – Increase MinPollingDelayMs for SQL Server to 100 milliseconds.
  • Changed – Don't wait on SQL Server's side when using long polling for fetching.

Hangfire.AspNetCore

  • Fixed – Implement support IAsyncDisposable for IServiceScope instances for newer .NET platforms.

1.7.32

Release Notes

Hangfire.Core

  • Added – First version of Swedish translation of the Dashboard UI (by @​karl-sjogren).
  • Changed – More detailed message for exception when JobStorage.Current is not initialized.
  • Changed – Make TypeHelperSerializationBinder class public to use it from custom serializer settings.
  • Fixed – Small typos in French resources for the Dashboard UI (by @​agriffard).
  • Fixed – Document the exception for the IJobCancellationToken interface method (by @​judah4).

Hangfire.NetCore and Hangfire.AspNetCore

  • Changed – Wait for application to be ready before starting the server when using AddHangfireServer.
  • Fixed – Do not return null as result of StopAsync in hosted service implementation (by @​tomaszek92).

1.7.31

Release Notes

Hangfire.Core

  • AddedRecurringJob.TriggerJob method that returns identifier of a triggered background job.
  • AddedRecurringJobManager.TriggerJob as a replacement for the TriggerExecution method.
  • Changed – Update Moment.js library used by Dashboard UI to version 2.29.4 (by @​mmitchell-w).
  • Fixed – Typos in pt-BR translation (by @​gumbarros and @​marcelcamargo).
  • Fixed – Added missing parameter annotations for methods of the RecurringJob class.
  • DeprecatedRecurringJob.Trigger method is now obsolete, TriggerJob is the replacement.
  • DeprecatedRecurringJobManager.TriggerExecution method is now obsolete, TriggerJob should be used instead.

New Contributors

Full Changelog: HangfireIO/Hangfire@v1.7.30...v1.7.31

Commits
  • 298453a Bump version to 1.7.33 and add release notes
  • 4f8e7f8 Support IAsyncDisposable for IServiceScope
  • 10cb134 Update AspNetShutdownDetector.cs
  • 7ad1fd9 Don't use static fields for ILog instances
  • b9af7c2 Use SQL Server as a time authority for heartbeats
  • cdc0ede Increase MinPollingDelayMs for SQL Server to 100ms
  • 6ba0204 Don't wait on SQL Server's side when using long polling for fetching
  • 702f7dc Update copyright year
  • 350a589 Fix long standing problems with unit tests
  • 6d27ee6 Bump version to 1.7.32 and add release notes
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Hangfire.AspNetCore](https://github.com/HangfireIO/Hangfire) from 1.7.30 to 1.7.33.
- [Release notes](https://github.com/HangfireIO/Hangfire/releases)
- [Commits](HangfireIO/Hangfire@v1.7.30...v1.7.33)

---
updated-dependencies:
- dependency-name: Hangfire.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants