-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add support for OpenAPI 3.1 #76
Conversation
Lines Of Code
|
Go API Changes# github.com/swaggest/openapi-go ## incompatible changes SpecSchema.Description: added SpecSchema.SetAPIKeySecurity: added SpecSchema.SetHTTPBasicSecurity: added SpecSchema.SetHTTPBearerTokenSecurity: added SpecSchema.Title: added SpecSchema.Version: added # github.com/swaggest/openapi-go/openapi3 ## compatible changes (*Spec).Description: added (*Spec).SetAPIKeySecurity: added (*Spec).SetHTTPBasicSecurity: added (*Spec).SetHTTPBearerTokenSecurity: added (*Spec).Title: added (*Spec).Version: added # github.com/swaggest/openapi-go/openapi31 ## compatible changes package added # summary Inferred base version: v0.2.37 Suggested version: v0.3.0 |
Unit Test Coveragetotal: (statements) 39.7% Coverage of changed lines
Coverage diff with base branch
|
Codecov Report
@@ Coverage Diff @@
## master #76 +/- ##
==========================================
- Coverage 43.47% 35.64% -7.84%
==========================================
Files 8 14 +6
Lines 3837 6546 +2709
==========================================
+ Hits 1668 2333 +665
- Misses 1860 3828 +1968
- Partials 309 385 +76
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Resolves #37.