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

build(deps): bump Asp.Versioning.Mvc.ApiExplorer and Asp.Versioning.Http #12

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

Conversation

dependabot[bot]
Copy link

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

Bumps Asp.Versioning.Mvc.ApiExplorer and Asp.Versioning.Http. These dependencies needed to be updated together.
Updates Asp.Versioning.Mvc.ApiExplorer from 7.0.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

7.1.0

This release provides some minor updates and patches. This will be the final release before .NET 8, which is just around the corner.

Features

The following outlines all new features since 7.0, but some of them have already been released in a previous patch.

All Platforms

... (truncated)

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

Updates Asp.Versioning.Http from 7.1.0 to 8.0.0

Release notes

Sourced from Asp.Versioning.Http'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 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) and [Asp.Versioning.Http](https://github.com/dotnet/aspnet-api-versioning). These dependencies needed to be updated together.

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

Updates `Asp.Versioning.Http` 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
- dependency-name: Asp.Versioning.Http
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants