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

chore(deps): update all non-major dependencies #864

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

Conversation

marvin-serp-bot
Copy link
Contributor

@marvin-serp-bot marvin-serp-bot commented Oct 9, 2024

This PR contains the following updates:

Package Type Update Change
AWSSDK.S3 nuget patch 3.7.300.4 -> 3.7.411.5
CsvHelper (source) nuget patch 31.0.2 -> 31.0.4
Duende.AccessTokenManagement.OpenIdConnect (source) nuget minor 2.0.3 -> 2.1.2
EasyNetQ nuget minor 7.6.0 -> 7.8.0
EasyNetQ.Management.Client nuget minor 2.0.0 -> 2.2.0
Hangfire (source) nuget patch 1.8.6 -> 1.8.17
Hangfire.Core (source) nuget patch 1.8.6 -> 1.8.17
Hangfire.PostgreSql (source) nuget patch 1.20.4 -> 1.20.10
Microsoft.AspNetCore.Authentication.JwtBearer (source) nuget patch 7.0.13 -> 7.0.20
Microsoft.AspNetCore.Authentication.OpenIdConnect (source) nuget patch 7.0.13 -> 7.0.20
Microsoft.AspNetCore.Mvc.NewtonsoftJson (source) nuget patch 7.0.13 -> 7.0.20
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (source) nuget patch 7.0.13 -> 7.0.20
Microsoft.AspNetCore.OpenApi (source) nuget patch 7.0.13 -> 7.0.20
Microsoft.AspNetCore.SignalR.Client (source) nuget patch 7.0.13 -> 7.0.20
Microsoft.EntityFrameworkCore (source) nuget patch 7.0.13 -> 7.0.20
Microsoft.EntityFrameworkCore.Design (source) nuget patch 7.0.13 -> 7.0.20
Microsoft.EntityFrameworkCore.Proxies (source) nuget patch 7.0.13 -> 7.0.20
Microsoft.EntityFrameworkCore.Tools (source) nuget patch 7.0.13 -> 7.0.20
Microsoft.VisualStudio.Azure.Containers.Tools.Targets nuget minor 1.18.1 -> 1.21.0
Microsoft.VisualStudio.Azure.Containers.Tools.Targets nuget minor 1.19.5 -> 1.21.0
Microsoft.VisualStudio.Web.CodeGeneration.Design nuget patch 7.0.11 -> 7.0.12
Minio nuget patch 6.0.1 -> 6.0.4
Npgsql.EntityFrameworkCore.PostgreSQL nuget patch 7.0.11 -> 7.0.18
Sentry (source) nuget patch 3.41.0 -> 3.41.4
Serilog.Enrichers.Demystifier nuget patch 1.0.2 -> 1.0.3
Serilog.Sinks.Console nuget patch 5.0.0 -> 5.0.1
Swashbuckle.AspNetCore nuget minor 6.5.0 -> 6.9.0
Swashbuckle.AspNetCore.Annotations nuget minor 6.5.0 -> 6.9.0
Swashbuckle.AspNetCore.Swagger nuget minor 6.5.0 -> 6.9.0
Swashbuckle.AspNetCore.SwaggerGen nuget minor 6.5.0 -> 6.9.0
Swashbuckle.AspNetCore.SwaggerUI nuget minor 6.5.0 -> 6.9.0
bootstrap (source) nuget patch 5.3.2 -> 5.3.3
harbor.ukserp.ac.uk/dare-trefx/control-main-api minor 1.126.7 -> 1.199.2
harbor.ukserp.ac.uk/dare-trefx/control-main-ui minor 1.182.8 -> 1.199.2

Release Notes

aws/aws-sdk-net (AWSSDK.S3)

v3.7.406.1

Compare Source

v3.7.403.1

Compare Source

v3.7.303

Compare Source

JoshClose/CsvHelper (CsvHelper)

v31.0.4

Compare Source

v31.0.3

Compare Source

DuendeSoftware/foss (Duende.AccessTokenManagement.OpenIdConnect)

v2.1.2

Compare Source

v2.1.1

Compare Source

v2.1.0

Compare Source

EasyNetQ/EasyNetQ (EasyNetQ)

v7.8.0

Compare Source

What's Changed
  • Support RabbitMQ.Client 6.8+

Full Changelog: EasyNetQ/EasyNetQ@7.7.0...7.8.0

v7.7.0

Compare Source

What's Changed
  • Support RabbitMQ.Client 6.7+

Full Changelog: EasyNetQ/EasyNetQ@7.6.0...7.7.0

HangfireIO/Hangfire (Hangfire)

v1.8.17: 1.8.17

Release Notes
Hangfire.SqlServer
  • FixedInvalidCastException while fetching a job with older schemas regression from 1.8.16.

v1.8.16: 1.8.16

Release Notes
Hangfire.Core
  • Changed – Include fewer stack frames in exceptions come from IServerFilter implementations.
  • Changed – Don't include file information in the ExceptionDetails property of a FailedState instance.
  • Changed – Switch back to CancellationEvent usage instead of CancellationToken.WaitHandle.
  • Fixed – Don't commit external transaction in the BackgroundJobStateChanger implementation.
  • Fixed – Use safe default serializer settings for Newtonsoft.Json 12.X and below.
  • Project – Fix builds for the net451 platform when using .NET 9.0.
  • Project – Significantly reduce execution time of unit tests in the RecurringJobSchedulerFacts class.
  • Project – Bump Microsoft.CodeAnalysis.NetAnalyzers package to version 9.0.0.
Hangfire.SqlServer
  • Changed – Use vanilla ADO.NET when fetching a job in the SqlServerJobQueue implementation.
  • Changed – Decrease the LockTimeout time when calling the sp_getapplock procedure to 1 second for less blocking.
  • Fixed – SqlException: Must declare the scalar variable "key" in delayed and recurring job schedulers.
  • Project – Disable parallel tests execution when building under .NET 9.0.
  • Project – Run tests over the latest Microsoft.Data.SqlClient package and the net6.0 platform.
  • Project – Reduce execution time of integration tests.
  • Project – Disable PoolBlockingPeriod setting on AppVeyor to handle transient test failures.

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).
  • Fixed – Reformulate misleading error messages regarding retry timings (by @​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.

v1.8.14: 1.8.13 & 1.8.14

Release Notes
Hangfire.Core
  • Changed – Partial cache for serialization and deserialization in InvocationData to produce less strings.
  • Changed – Add caching for default type serializer and resolver.
  • Changed – Don't let JobFilter-related logic to show up in profilers.
  • Changed – Modify IProfiler to be less allocatey for diagnostic purposes that almost never run.
  • Changed – Prefer using CancellationToken.WaitHandle again, since early .NET Core days are gone.
  • Changed – Fewer allocations when working with IStateHandler collections in a state machine.
  • Fixed – Redirect the "System.Private.Xml.Linq" assembly to the "System.Xml.Linq" one for better interoperability.
  • Fixed – Don't throw KeyNotFoundException when recurring job is malformed.
  • Fixed – Proper relative path calculation in UrlHelper.To for OWIN-based Dashboard UI (by @​LordJZ).
  • Fixed – Typo in the Turkish localization file (by @​ismkdc).
  • Project – Switch to a modern PowerShell 7+ to speed up SignPath installation on AppVeyor.
Hangfire.SqlServer
  • Changed – Limit polling queries when queues are empty with a semaphore for all configurations.
  • Changed – Use per-queue signaling for same-process workers, instead of having a global signal.
  • Fixed – Don't silently truncate queue names, throw an exception instead.
  • Project – Decrease delays in SQL Server-related tests to complete them faster.

v1.8.12: 1.8.12

Release Notes
Hangfire.Core
  • AddedMaxDegreeOfParallelismForSchedulers experimental server option if supported by storage.
  • Added – Experimental support for parallel execution of the delayed job scheduler.
  • Added – Experimental support for parallel execution of the recurring job scheduler.
  • Fixed – Recurring job is scheduled to the past after recovering from error with AddOrUpdate.
  • FixedAddOrUpdate triggers execution of a recurring job, even if its next execution is in the future.
  • Fixed – Two very minor errors in the Swedish localization file (by @​Uglack).
Hangfire.SqlServer
  • Fixed – Populate InvocationData and LoadException properties in JobDetails method results.

v1.8.11: 1.8.11

Release Notes
Hangfire.Core
  • Changed – Add icons and fix metadata for NuGet packages.
  • Changed – Bump ILRepack to version 2.0.27 to avoid problems with internalizing.
  • Fixed – "Type exists in both Cronos and Hangfire.Core" exception.

v1.8.10: 1.8.10

Release Notes
Hangfire.Core
  • Changed – Added Norwegian translations for new keys (by @​khellang).
  • Changed – Update Brazilian Portuguese translation (by @​HugoAlames).
  • Changed – Bump Cronos dependency to version 0.8.3.
Hangfire.AspNetCore
  • Fixed – Don't check HasStarted in Response.WriteAsync to avoid breaking dispatchers.
Hangfire.SqlServer
  • Changed – Bump Dapper for the netstandard2.0 platform to version 2.1.28.
  • Changed – Bump Dapper for net451 and netstandard1.3 platforms to version 1.60.6.
Hangfire.Core, Hangfire.NetCore, Hangfire.AspNetCore, Hangfire.SqlServer, Hangfire.SqlServer.Msmq
  • Project – Enable NuGet package and DLL signing with a company certificate.
  • Project – Require NuGet package signature validation on restore for dependencies.
  • Project – Add HangfireIO as a package owner.

v1.8.9: 1.8.9

Release Notes

Please note that version 1.8.8 was unlisted on NuGet because of broken package references.

Hangfire.Core
  • Changed – Use Environment.MachineName as a server name if other environment vars aren't available.
  • Changed – Bump the Cronos package version from 0.7.1 to 0.8.1.
  • Changed – Improve portuguese translations (by @​filipe-silva).
  • Fixed – Possible NullReferenceException on the Deleted Jobs page (regression from 1.8.7).
  • Project – Enable full source link support with embedded symbols and repository-based sources.
  • Project – Enable repeatable package restore using a lock file.
  • Project – Run unit tests against the net6.0 platform.
  • Project – Modernise the build system and clean up the build scripts.
Hangfire.SqlServer
  • Project – Enable full source link support with embedded symbols and repository-based sources.
  • Project – Enable repeatable package restore using a lock file.
  • Project – Run unit tests against the net6.0 platform.
Hangfire.NetCore
  • Project – Enable full source link support with embedded symbols and repository-based sources.
  • Project – Enable repeatable package restore using a lock file.
Hangfire.AspNetCore
  • Fixed – Don't attempt to write response headers when response has already started (by @​maliming).
  • Project – Enable full source link support with embedded symbols and repository-based sources.
  • Project – Enable repeatable package restore using a lock file.

v1.8.7: 1.8.7

Release Notes
Hangfire.Core
  • Added – Allow using macro expressions like @hourly for recurring jobs (by @​MuhamedAbdalla).
  • Added – Show storage time in page footer when supported by storage implementation.
  • Added – Show duration and latency columns separately on the Succeeded Jobs page when supported.
  • Added – Show the exception column on the Deleted Jobs page when available and supported by storage.
  • Changed – Reduce package size by stripping unnecessary locales in Moment.js.
  • Changed – Bump Microsoft.Owin package to version 4.2.2.
  • Changed – Log a warning message when a server listens to unsupported queue names (by @​MuhamedAbdalla).
  • Changed – Use storage time, if available, to show delay warnings in the Dashboard UI.
  • Fixed – Proper rendering of generic arguments on the Job Details page (by @​olivermue).
  • Fixed – Language inconsistency in the Dashboard UI related to date/time description.
  • Fixed – Big stack traces take too long time to be formatted.
  • Fixed – Don't throw NullReferenceException from the Scheduled Jobs page when there's a job with missing data.
  • Fixed – Don't throw NullReferenceException from the Processing Jobs page when there's a job with missing data.
  • Fixed – CSS for Enqueued and Deleted state cards in dark theme.
  • Fixed – Log errors instead of throwing an exception when a particular table can't be cleaned.
  • Fixed – Avoid logging fatal exceptions when stopping a faulting background process.
  • Fixed – Don't display checkboxes in the Dashboard UI when job details can not be fetched.
  • Fixed – Scrollbars in WebKit-based browsers are now dark in dark mode.
  • Project – Disable tests for netcoreapp1.0 and netcoreapp2.1 targets since they aren't supported in AppVeyor.
  • Project – Add a net6.0 target for unit tests instead of the removed ones.
  • Project – Modernise projects and build environments to use the newest features.
Hangfire.SqlServer
  • Changed – Avoid throwing an exception when a connection string has duplicate property names.
  • Project – Disable tests for netcoreapp1.0 and netcoreapp2.1 targets since they aren't supported in AppVeyor.
  • Project – Add a net6.0 target for unit tests instead of the removed ones.
  • Project – Modernise projects and build environments to use the newest features.
frankhommers/Hangfire.PostgreSql (Hangfire.PostgreSql)

v1.20.10

Compare Source

What's Changed
New Contributors

Full Changelog: hangfire-postgres/Hangfire.PostgreSql@1.20.9...1.20.10

v1.20.9

Compare Source

What's Changed
New Contributors

Full Changelog: hangfire-postgres/Hangfire.PostgreSql@1.20.8...1.20.9

v1.20.8

Compare Source

What's Changed

Full Changelog: hangfire-postgres/Hangfire.PostgreSql@1.20.7...1.20.8

v1.20.7

Compare Source

What's Changed
New Contributors

Full Changelog: hangfire-postgres/Hangfire.PostgreSql@1.20.6...1.20.7

v1.20.6

Compare Source

What's Changed
New Contributors

Full Changelog: hangfire-postgres/Hangfire.PostgreSql@1.20.5...1.20.6

v1.20.5

Compare Source

What's Changed
New Contributors

Full Changelog: hangfire-postgres/Hangfire.PostgreSql@1.20.4...1.20.5

dotnet/aspnetcore (Microsoft.AspNetCore.Authentication.JwtBearer)

v7.0.20: .NET 7.0.20

Release

v7.0.19: .NET 7.0.19

Release

v7.0.18: .NET 7.0.18

Release

v7.0.17: .NET 7.0.17

Release

v7.0.16: .NET 7.0.16

Release

v7.0.15: .NET 7.0.15

Release

v7.0.14: .NET 7.0.14

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v7.0.13...v7.0.14

dotnet/efcore (Microsoft.EntityFrameworkCore)

v7.0.20: EF Core 7.0.20

Note: EF Core 7 is now out-of-support.

This is a patch release of EF Core 7.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.19.

v7.0.19: EF Core 7.0.19

Note: EF Core 7 is now out-of-support.

This is a patch release of EF Core 7.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.18.

v7.0.18: EF Core 7.0.18

This is a patch release of EF Core 7.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.17.

v7.0.17: EF Core 7.0.17

EF Core 7.0.17 is available on NuGet now. This is a patch release of EF Core 7 containing only important bug fixes:

v7.0.16: EF Core 7.0.16

EF Core 7.0.16 is available on NuGet now. This is a patch release of EF Core 7 containing only important bug fixes:

v7.0.15: EF Core 7.0.15

This is a patch release of EF Core 7.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.14.

v7.0.14: EF Core 7.0.14

This is a patch release of EF Core 7.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.13.

minio/minio-dotnet (Minio)

v6.0.4: Bugfix Release

Compare Source

What's Changed
New Contributors

Full Changelog: minio/minio-dotnet@6.0.3...6.0.4

v6.0.3: Bugfix Release

Compare Source

What's Changed
New Contributors

Full Changelog: minio/minio-dotnet@6.0.2...6.0.3

v6.0.2: Bugfix release

Compare Source

What's Changed

Configuration

📅 Schedule: Branch creation - "after 10pm,before 5am" in timezone Europe/London, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link

github-actions bot commented Oct 9, 2024

✒️ PR Title Commitlint - ✔️ Lint success!

@marvin-serp-bot marvin-serp-bot force-pushed the upgrade/all-minor-patch branch 4 times, most recently from 93b6f17 to 1326301 Compare October 16, 2024 21:06
@marvin-serp-bot marvin-serp-bot force-pushed the upgrade/all-minor-patch branch 4 times, most recently from 59d0ce9 to a183f2d Compare October 23, 2024 21:05
@marvin-serp-bot marvin-serp-bot force-pushed the upgrade/all-minor-patch branch 5 times, most recently from 8013a81 to c16e2d3 Compare October 30, 2024 22:05
@marvin-serp-bot marvin-serp-bot force-pushed the upgrade/all-minor-patch branch 3 times, most recently from 584a453 to f899249 Compare November 7, 2024 22:06
@marvin-serp-bot marvin-serp-bot force-pushed the upgrade/all-minor-patch branch 5 times, most recently from 0482639 to 8d25acd Compare November 14, 2024 22:04
@marvin-serp-bot marvin-serp-bot force-pushed the upgrade/all-minor-patch branch 7 times, most recently from c0349f7 to 4bbc25e Compare November 22, 2024 22:04
@marvin-serp-bot marvin-serp-bot force-pushed the upgrade/all-minor-patch branch 4 times, most recently from 7b6f6ec to c936111 Compare November 28, 2024 22:06
@marvin-serp-bot marvin-serp-bot force-pushed the upgrade/all-minor-patch branch 5 times, most recently from 3b1a11a to c71324c Compare December 9, 2024 22:06
@marvin-serp-bot marvin-serp-bot force-pushed the upgrade/all-minor-patch branch 6 times, most recently from 4bd230e to 07b1ec9 Compare December 17, 2024 22:05
@marvin-serp-bot marvin-serp-bot force-pushed the upgrade/all-minor-patch branch 4 times, most recently from 2ee9fde to 6da4c59 Compare December 23, 2024 22:09
@marvin-serp-bot marvin-serp-bot force-pushed the upgrade/all-minor-patch branch 6 times, most recently from 4d0282a to 5e98858 Compare January 9, 2025 22:05
@marvin-serp-bot marvin-serp-bot force-pushed the upgrade/all-minor-patch branch from 5e98858 to e8bd269 Compare January 11, 2025 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants