StardustDL / acblog

An open source extensible static & dynamic blog system. (an alternative tool with same features at StardustDL/paperead)
https://acblog.github.io
Other
67 stars 18 forks source link

Bump Hangfire.SqlServer from 1.7.17 to 1.7.31 #175

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps Hangfire.SqlServer from 1.7.17 to 1.7.31.

Release notes

Sourced from Hangfire.SqlServer's releases.

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: https://github.com/HangfireIO/Hangfire/compare/v1.7.30...v1.7.31

1.7.30

Release Notes

  • Fixed – Don't consider SecurityException as a non-catchable one.
  • Fixed – Replace timer with a dedicated thread in AspNetShutdownDetector to avoid depending on thread pool.
  • Fixed – Better ASP.NET shutdown detection with yet another check based on internal state.
  • Fixed – Decrease AspNetShutdownDetector's check intervals to detect shutdowns earlier.
  • Fixed – Don't wait for server stop on AppDomain unloads when hosting in IIS to avoid delaying them.

1.7.29

Release Notes

Hangfire.Core

  • AddedRecurringJobManager.TriggerExecution method that returns identifier of a created job.
  • AddedGetRecurringJobIds extension method for JobStorageConnection that returns only identifiers.
  • AddedDashboardMetric.Url property to make it possible for metrics on the Overview page to be clickable (by @​twinmind).
  • Changed – Bump Moment.js version to 2.29.3 in Dashboard UI (by @​Westat-Transportation).
  • Fixed – Deserialization issues with DateOnly and TimeOnly in .NET 6.0 or other new types in CoreLib.
  • Fixed – Don't even try to catch unsafe exceptions like OutOfMemoryException or StackOverflowException.
  • Fixed – Add non-breaking space between Server Id and Status glyph on the Servers page.
  • Fixed – Problems with internal wait implementation shouldn't cause high CPU issues now, added protection and logging.
  • Fixed – Wait can't be performed now on a signaled ManualResetEvent instance in BackgroundExecution.

Hangfire.SqlServer

  • Fixed – Command batching is now fully working for the Microsoft.Data.SqlClient package (by @​0xced).

1.7.28

Release Notes

... (truncated)

Commits
  • 6469784 Bump version to 1.7.31 and add release notes
  • a7ca0bd Add parameter annotations for new methods in the RecurringJobManager class
  • cbd1bb3 Add missing parameter annotations for the RecurringJob class
  • 95f38e9 Add the RecurringJob.TriggerJob method
  • 3980705 Add TriggerJob replacement for RecurringJobManager.TriggerExecution
  • b4d3016 Moment.js updated to 2.29.4 to address https://nvd.nist.gov/vuln/detail/CVE-2...
  • 9066f81 update pt-BR translation file
  • c631278 Update Strings.pt-BR.resx
  • 4560b72 Update release notes
  • 954cc6c Better disposing checks for background execution
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #186.