-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Deprecate SerializeAsV2 #3286
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
Deprecate SerializeAsV2 #3286
Conversation
As a path towards OpenAPI v3.1 support, deprecate the `--serializeasv2`/`SerializeAsV2` options in favour of a new `--openapiversion`/`OpenApiVersion` option that accepts the specification version to use.
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3286 +/- ##
==========================================
+ Coverage 83.56% 84.84% +1.28%
==========================================
Files 77 77
Lines 3224 3221 -3
Branches 559 556 -3
==========================================
+ Hits 2694 2733 +39
+ Misses 530 488 -42
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Rebase failed
As a path towards OpenAPI v3.1 support (see #3283), deprecate the
--serializeasv2
/SerializeAsV2
options in favour of a new--openapiversion
/OpenApiVersion
option that accepts the specification version to use.This can go out in the same release as #3183.