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 nuget packages #91

Merged
merged 2 commits into from
Jun 27, 2023
Merged

chore(deps): update nuget packages #91

merged 2 commits into from
Jun 27, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
Ardalis.Specification nuget major 6.1.0 -> 7.0.0
Ardalis.Specification.EntityFrameworkCore nuget major 6.1.0 -> 7.0.0
Hangfire (source) nuget patch 1.8.0 -> 1.8.3
Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer (source) nuget minor 5.0.0 -> 5.1.0
Serilog.Settings.Configuration nuget major 3.4.0 -> 7.0.0

Release Notes

HangfireIO/Hangfire (Hangfire)

v1.8.3: 1.8.3

Release Notes

Hangfire.Core

  • Changed – Allow to configure MaxLinesInStackTrace for a particular FailedState instance.
  • Fixed – Remove job id from schedule when it's not in the Scheduled state for some reason.
  • Fixed – Missing invocations of recurring jobs when the new "Ignorable" option is used.
  • Fixed – Make DisableConcurrentExecutionAttribute and LatencyTimeoutAttribute serializable.

v1.8.2: 1.8.2

Release Notes

Hangfire.Core

  • Changed – Disable transactional job creation feature appeared in 1.8.0.
  • Fixed – "Can not start continuation XXX" error when storage supports transactional job creation.

Hangfire.SqlServer

  • FixedInvalidOperationException with new dashboard metrics when a database has multiple data/log files.

v1.8.1: 1.8.1

Release Notes

Hangfire.Core

  • AddedMisfireHandlingMode.Ignorable to avoid scheduling recurring jobs on missed schedules.
  • Added – Support disabling dark mode via the DashboardOptions.DarkModeEnabled property.
  • Changed – Remove the 1-hour limitation for the WithJobExpirationTimeout configuration method.
  • Fixed – Add missing UseDefaultCulture configuration method overloads.
  • Fixed – Add missing UseDashboardStylesheet and UseJobDetailsRenderer configuration methods.
  • Fixed – Give even more space for identifiers on the Recurring Jobs page.
  • Fixedstate-card-state-active color is not very dark (by @​coolhome).
  • Fixed – Slightly change chart proportions to fit 4K in Dashboard UI.

Hangfire.SqlServer

  • Fixed – Blocked workers regression since 1.7.28 when using multiple servers inside a process.
  • Fixed – Target schema version is less than the current schema version error.
  • Fixed – Implement database metrics without the need for additional permissions.
  • Fixed – Use the forceseek table hint whenever possible to avoid performance drops.

Hangfire.NetCore

  • Fixed – Add net461 target for Hangfire.NetCore package to avoid missing method exceptions.
dotnet/aspnet-api-versioning (Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer)

v5.1.0: 5.1.0

This represents the official release for ASP.NET Core with support for .NET 5.0 and .NET 6.0.

📣 Aside from servicing, 5.1.x marks the end of the packages and naming under the Microsoft.AspNet* prefixes. For more background, see the announcement and roadmap. Despite months of communicate with Microsoft and the .NET Foundation to re-enable publishing permissions for the NuGet packages, I'm still unable to. At this point, I suspect it may never happen and this release contains the official, signed packages which you can integrate into your own NuGet feeds.

This release has been a long time coming, but has been stymied due to administrative changes in moving the project under the .NET Foundation. Now that the process is complete, you can expect fluid releases once more. The following highlights high-level changes since 5.0.0. For the complete list, please review the change log.

Features

No significant new features in this release

Fixes

All Platforms

  • Fix deprecated API version aggregation (#​719)
  • Fix API version parsing from namespace (#​805)

ASP.NET Web API

  • Avoid LockRecursionException (#​703)

ASP.NET Web API with OData

  • Fix route template building optimizations (#​689, #​710)
  • Correct binding source for [FromODataUri] (#​693, #​729, #​737)
  • Disambiguate OData actions by parameters (#​697)
  • Support cast routing convention (#​738)
  • Handle PostTo navigation properties (#​742)
  • Fix all functions versus all function (#​758)
  • Use assembly-qualified type names for EDM type resolution (#​854)

ASP.NET Core

  • Handle on-demand initialization of IApiVersioningFeature (#​704)
  • Clear IApiVersioningFeature on pipeline reentry (#​748, #​749)
  • Limit Allow for 405 to actions in the same API version (#​795)
  • Handle candidates that differ by route constraint only (#​797)

ASP.NET Core with OData

  • Fix route template building optimizations (#​689, #​710)
  • Correct binding source for [FromODataUri] (#​693, #​729, #​737)
  • Handle DI service registration order (#​694)
  • Copy endpoint metadata (#​695)
  • Disambiguate OData actions by parameters (#​697)
  • Support cast routing convention (#​738)
  • Handle PostTo navigation properties (#​742)
  • IEdmModelSelector leverages IApiVersionSelector (#​745)
  • Fix all functions versus all function (#​758)
  • Use assembly-qualified type names for EDM type resolution (#​854)

Enhancements

All Platforms

  • Added IControllerNameConvention (#​734)
  • Do not discover API versions which are only mapped (#​735)
  • Update build status badge (#​775)

ASP.NET Web API

  • Minor optimization to IUrlFactory implementation (#​720)

ASP.NET Core

  • Report API versions for ambiguous request in legacy routing
  • Add support for .NET 6.0

Breaking Changes

No known breaking changes

Additional Release Notes

ASP.NET Core with OData

  • The official OData release is now 8.x, but due to the required changes this release targets 7.x with .NET Core 3.1
  • The 6.0 support for OData has been rebuilt from the ground up and supports 8.x along with .NET Core 3.1 and .NET 6.0

Contributors

Big thank you to the community for contributing:

serilog/serilog-settings-configuration (Serilog.Settings.Configuration)

v7.0.0


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 Mend Renovate. View repository job log here.

@renovate renovate bot added bot Created by bot dependency Update dependencies labels Jun 27, 2023
@Pettor Pettor merged commit e560563 into main Jun 27, 2023
1 check passed
@Pettor Pettor deleted the renovate/nuget-packages branch June 27, 2023 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot Created by bot dependency Update dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant