Skip to content

chore(deps): bump Asp.Versioning.Mvc.ApiExplorer from 7.1.0 to 8.0.0 #183

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps Asp.Versioning.Mvc.ApiExplorer from 7.1.0 to 8.0.0.

Release notes

Sourced from Asp.Versioning.Mvc.ApiExplorer's releases.

8.0.0

This is the official release for .NET 8. This release primarily includes internal performance improvements based on new .NET 8 features and a limited set of new features.

Features

ASP.NET Core

  • AOT Compatibility1:
    • Asp.Versioning.Abstractions
    • Asp.Versioning.Http
    • Asp.Versioning.Http.Client
  • Added IApiVersionSelector.SelectVersionAsync (#1009)
    • The default interface implementation simply calls SelectVersion
    • SelectVersion must still be implemented
    • The synchronous path must be accounted for
    • Some use cases, such as with OData, does have synchronous code paths that cannot be refactored

1 The .NET Framework and ASP.NET MVC Core do not currently support AOT

Fixes

In addition to the rollup of fixes in 7.1.0, the following outlines the fixes in this release.

ASP.NET Core

  • ControllerNameAttribute is properly honored (#1042)

Breaking Changes

ASP.NET Core

  • The ErrorObjectWriter constructor now requires an IOptions<JsonOptions> parameter
    • If you don't use Error Object responses, this change has no effect
    • If you use Error Object responses, but you don't extend or customize the default ErrorObjectWriter, the changes are transparent

Contributors

  • Big thanks to @​xavierjohn who:
    • Fixed #1042
    • Reviewed and researched AOT support
    • Reviewed and researched many of the .NET 8 update issues
Commits
  • 7fde995 Remove Dependabot from release/5.x; no longer necessary
  • 9376399 Use ErrorObjectJsonContext.Default
  • 2df40df Support AOT compatibility where possible
  • 8baf3e0 Update .NET SDK in CI build
  • ce1e7b2 More code analysis clean up
  • 5cbb890 Clean up code analysis
  • 499fa9e Use readonly
  • 89cc90c Use collection initializers
  • cece3a1 Simplify initialization
  • 791d8a4 Add to dictionary
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [Asp.Versioning.Mvc.ApiExplorer](https://github.com/dotnet/aspnet-api-versioning) from 7.1.0 to 8.0.0.
- [Release notes](https://github.com/dotnet/aspnet-api-versioning/releases)
- [Commits](dotnet/aspnet-api-versioning@v7.1.0...v8.0.0)

---
updated-dependencies:
- dependency-name: Asp.Versioning.Mvc.ApiExplorer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 11, 2023
@ikesnowy ikesnowy self-requested a review December 13, 2023 04:11
@ikesnowy ikesnowy merged commit 662ec35 into main Dec 13, 2023
@ikesnowy ikesnowy deleted the dependabot/nuget/Asp.Versioning.Mvc.ApiExplorer-8.0.0 branch December 13, 2023 04:12
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant