-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update swashbuckle-aspnetcore monorepo to v10 (major) #174
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
Open
Infra-Workleap
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-swashbuckle-aspnetcore-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(deps): update swashbuckle-aspnetcore monorepo to v10 (major) #174
Infra-Workleap
wants to merge
1
commit into
main
from
renovate/major-swashbuckle-aspnetcore-monorepo
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6a6f531 to
b0f8fb5
Compare
b0f8fb5 to
e46e026
Compare
e46e026 to
a872096
Compare
a872096 to
d8c3137
Compare
d8c3137 to
0f0ec0c
Compare
0f0ec0c to
51b9f64
Compare
51b9f64 to
98cb3a0
Compare
98cb3a0 to
a0b35b2
Compare
a0b35b2 to
42e55d7
Compare
42e55d7 to
1909b09
Compare
1909b09 to
a0174f7
Compare
a0174f7 to
35d9612
Compare
35d9612 to
b4265a0
Compare
b4265a0 to
897abcc
Compare
897abcc to
fd09772
Compare
fd09772 to
1672518
Compare
1672518 to
5c0122a
Compare
5c0122a to
298740a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.0.6→10.1.09.0.6→10.1.0Release Notes
domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)
v10.1.0What's Changed
New Features
SchemaRepository.ReplaceSchemaIdby @bkoelman in #3708Bug Fixes
AllOfby @John-Paul-R in #3692Miscellaneous
TryLookupByTypewith nullability hints by @martincostello in #3719New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.0.1...v10.1.0
v10.0.1What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@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: domaindrivendev/Swashbuckle.AspNetCore@v9.0.6...v10.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 these updates again.
This PR has been generated by Renovate Bot.