Color-Chan / Color-Chan.Discord

A .NET Discord library made for interactions using webhooks.
https://discord-library.colorchan.com/
MIT License
43 stars 8 forks source link

Build(deps): Bump Microsoft.AspNetCore.Mvc.Versioning from 5.0.0 to 5.1.0 #145

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Microsoft.AspNetCore.Mvc.Versioning from 5.0.0 to 5.1.0.

Release notes

Sourced from Microsoft.AspNetCore.Mvc.Versioning's releases.

5.1.0

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

:mega: 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)

... (truncated)

Commits
  • ea1c08a Update test packages
  • deb50c7 Update code signing configuration
  • f0f360d Refactor to CLI arguments
  • ebc1e21 Re-enable code signing
  • 354ed2a Quote signing credentials
  • f6a01d4 IsDeprecated should be false when version-neutral
  • 92d0963 Use fully-qualified assembly name for type resolution. Fixes #854
  • 1c4e0ee Simplify Web API example projects and fix Newtonsoft.Json vulnerability
  • 0ac4283 Update package references. Fixes dependabot warnings
  • 0a43c62 Added support for "/entityset/cast" and "/entityset/key/cast" routing conve...
  • 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)