-
-
Notifications
You must be signed in to change notification settings - Fork 390
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
fix(OpenAPI): Query-only properties included in path, cookie and header parameter schema and response headers (#3908) #3909
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3909 +/- ##
=======================================
Coverage 98.35% 98.36%
=======================================
Files 346 346
Lines 15660 15686 +26
Branches 1730 1736 +6
=======================================
+ Hits 15403 15429 +26
Misses 122 122
Partials 135 135 ☔ View full report in Codecov by Sentry. |
4d477f0
to
6aa7dbf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
a5aced4
to
b476d42
Compare
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
Documentation preview will be available shortly at https://litestar-org.github.io/litestar-docs-preview/3909 |
Remove the inclusion of the query-only properties
allowEmptyValue
andallowReserved
in path, cookie, header parameter and response header schemas.Fixes #3908