slucky31 / mycomicsmanager

MIT License
1 stars 0 forks source link

fix(deps): update hangfire monorepo to 1.8.15 (net6) #719

Closed renovate[bot] closed 23 hours ago

renovate[bot] commented 4 days ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Hangfire.AspNetCore (source) 1.8.14 -> 1.8.15 age adoption passing confidence
Hangfire.Core (source) 1.8.14 -> 1.8.15 age adoption passing confidence

Release Notes

HangfireIO/Hangfire (Hangfire.AspNetCore) ### [`v1.8.15`](https://redirect.github.com/HangfireIO/Hangfire/releases/tag/v1.8.15): 1.8.15 ##### Release Notes ##### Hangfire.Core - **Added** – New `AutomaticRetryAttribute.ExceptOn` property to skip retries for specific exceptions. - **Changed** – Refactor filters pipeline to use less LINQ magic and fewer allocations. - **Changed** – Use `GetCultureInfo` instead of creating an instance in the `CaptureCultureAttribute` filter. - **Changed** – Cache some immutable data to avoid extra allocations. - **Fixed** – Improve loopback address detection (by [@​meziantou](https://redirect.github.com/meziantou)). - **Fixed** – Reformulate misleading error messages regarding retry timings (by [@​RGFuaWVs](https://redirect.github.com/RGFuaWVs)). - **Fixed** – Problem with missing localizations in the previous version. - **Fixed** – Don't hide exception details on Failed Jobs page when the exception message is empty. - **Fixed** – Problems with the first restore when using the `build.bat` command. - **Fixed** – Better display of canceled recurring jobs in dashboard. - **Fixed** – Less overall allocations with using static delegates and struct-based iterators. - **Fixed** – Improve precision of some diagnostic messages in the wait protection logic. - **Fixed** – Make all private and internal classes sealed to improve code consistency. - **Fixed** – Less overall pressure on garbage collector. ##### Hangfire.SqlServer - **Changed** – Use query template caching based on schema name to avoid excessive `string` allocations. - **Changed** – Use static callbacks almost anywhere to avoid unnecessary delegate allocations. - **Changed** – Use `QuerySingle`\* or `ReadSingle`\* where possible to avoid allocating lists. - **Changed** – Unify `DbCommand` and `DbParameter` creation logic to improve code consistency.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR was generated by Mend Renovate. View the repository job log.

codacy-production[bot] commented 4 days ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +0.00% (target: -1.00%) :white_check_mark: (target: 80.00%)
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (ee3f3f5b0754dbcffa3149c675f60155c0135f90) | 1700 | 217 | 12.76% | | | Head commit (64fff83a1731d5831bcd7ebc7605e1963a279d59) | 1700 (+0) | 217 (+0) | 12.76% (**+0.00%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#719) | 0 | 0 | **∅ (not applicable)** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more