Bump Swashbuckle.AspNetCore from 8.1.4 to 9.0.6
Updated Swashbuckle.AspNetCore from 8.1.4 to 9.0.6.
Release notes
Sourced from Swashbuckle.AspNetCore's releases.
9.0.6
What's Changed
- Bump redoc from 2.5.0 to 2.5.1 by @dependabot in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3587
- Bump swagger-ui from 5.29.1 to 5.29.2 by @dependabot in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3595
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v9.0.5...v9.0.6
9.0.5
What's Changed
- .NET 10 preparation by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3565
- Update NuGet packages by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3573
- Fix anchors by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3577
- Bump swagger-ui-dist from 5.27.1 to 5.29.1
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v9.0.4...v9.0.5
9.0.4
What's Changed
- Fix incorrect
ETagvalues by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3490 - Fix
Accept-Encodingparsing by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3492 - Check
Accept-Encodingquality by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3493 - Update xunit packages by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3500
- Add release notes configuration by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3502
- Simplify release workflow by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3503
- Bump xunit dependencies by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3508
- Update NuGet dependencies by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3513
- Remove
WebHostusage from tests by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3517 - Fix typos by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3520
- Sign-off commits by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3526
- Add zizmor by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3528
- Fix permissions by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3529
- Bump zizmor by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3535
- Add default
$typediscriminator for[JsonPolymorphic]by @lilinus in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3496 - Update NuGet dependencies by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3545
New Contributors
- @lilinus made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3496
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v9.0.3...v9.0.4
9.0.3
What's Changed
- Fix incorrect
Content-Lengthfor swagger-ui and Redoc static assets by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3488
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v9.0.2...v9.0.3
9.0.2
What's Changed
- Generate SBOM by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3468
- Compress swagger-ui and Redoc files in embedded resources with GZip by @stratosblue in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3399
- Refactor GZip compression by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3480
New Contributors
- @stratosblue made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3399
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v9.0.1...v9.0.2
9.0.1
What's Changed
- Fix missing Swashbuckle.AspNetCore metapackage dependencies by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3460
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v9.0.0...v9.0.1
9.0.0
📣 This release contains the following breaking changes:
- Drops support for
netstandard2.0and thus .NET Framework - now onlynet8.0andnet9.0are supported. - Removes all public members annotated as
[Obsolete]in previous releases. - Removes the deprecated
--serializeasv2option from Swashbuckle.AspNetCore.Cli, which was superseded by--openapiversionfrom version 8.0.0.
What's Changed
- Add tests for
[Range]and respectParseLimitsInInvariantCultureproperty by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3448 - Fix
[Range]behaviour by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3449 - Refactor sample websites by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3450
- Drop netstandard support by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3422
Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v8.1.4...v9.0.0
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)