chore(deps): update dependency swashbuckle.aspnetcore to v10 #462
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/swashbuckle-aspnetcore-monorepo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
7.3.1->10.0.1Release Notes
domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)
v10.0.1What's Changed
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v10.0.0...v10.0.1
v10.0.0Swashbuckle.AspNetCore v10.0.0
With this release, Swashbuckle.AspNetCore adds support for generating OpenAPI 3.1 documents and for ASP.NET Core 10.
Swashbuckle.AspNetCore v10 depends on OpenAPI.NET v2.3 which introduces many breaking changes to the public API surface. More information can be found in their OpenAPI.NET v2 Upgrade Guide.
To reduce the number of breaking behavioural changes in Swashbuckle.AspNetCore v10, generation of OpenAPI 3.1 documents is opt-in.
To generate OpenAPI 3.1 documents, change the OpenAPI version as shown in the code snippet below:
What's Changed
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v9.0.6...v10.0.0
v9.0.6What's Changed
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v9.0.5...v9.0.6
v9.0.5What's Changed
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v9.0.4...v9.0.5
v9.0.4What's Changed
ETagvalues by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3490Accept-Encodingparsing by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3492Accept-Encodingquality by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3493WebHostusage from tests by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3517$typediscriminator for[JsonPolymorphic]by @lilinus in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3496New Contributors
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v9.0.3...v9.0.4
v9.0.3What's Changed
Content-Lengthfor swagger-ui and Redoc static assets by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3488Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v9.0.2...v9.0.3
v9.0.2What's Changed
New Contributors
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v9.0.1...v9.0.2
v9.0.1What's Changed
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v9.0.0...v9.0.1
v9.0.0📣 This release contains the following breaking changes:
netstandard2.0and thus .NET Framework - now onlynet8.0andnet9.0are supported.[Obsolete]in previous releases.--serializeasv2option from Swashbuckle.AspNetCore.Cli, which was superseded by--openapiversionfrom version 8.0.0.What's Changed
[Range]and respectParseLimitsInInvariantCultureproperty by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3448[Range]behaviour by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3449Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v8.1.4...v9.0.0
v8.1.4What's Changed
ArgumentNullExceptionbeing thrown generating examples by @skironDotNet in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3444Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v8.1.3...v8.1.4
v8.1.3What's Changed
New Contributors
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v8.1.2...v8.1.3
v8.1.2What's Changed
New Contributors
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v8.1.1...v8.1.2
v8.1.1What's Changed
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v8.1.0...v8.1.1
v8.1.0What's Changed
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v8.0.0...v8.1.0
v8.0.0Swashbuckle.AspNetCore v8.0.0 makes the following notable changes:
net6.0.netstandard2.0TFM now depends on ASP.NET Core 2.3 instead of ASP.NET Core 2.1.SerializeAsV2property by marking it as[Obsolete]. Users should update their code as illustrated below, depending on their use case:--serializeasv2option and logs a warning to the console. Users should update their usage as illustrated below, depending on their use case:What's Changed
SerializeAsV2by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3286Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v7.3.2...v8.0.0
v7.3.2What's Changed
codeand<para>tags by @EvgeniyZ in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3295DescribeAllParametersInCamelCaseusage for parameters by @maksim-sovkov in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3309New Contributors
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v7.3.1...v7.3.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
9fec6609d0to58d2e1859658d2e18596to13aa4727b513aa4727b5toc7e4dc7b3cc7e4dc7b3cto6dfd9908d86dfd9908d8to1a3f945feechore(deps): update dependency swashbuckle.aspnetcore to v8to chore(deps): update dependency swashbuckle.aspnetcore to v91a3f945feeto110be8e394110be8e394tof65b3a9e28chore(deps): update dependency swashbuckle.aspnetcore to v9to chore(deps): update dependency swashbuckle.aspnetcore to v10f65b3a9e28to7b214f6ee7View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.