chore: clean up recent contributions before 4.3 release [WiP]#2632
Draft
vytas7 wants to merge 3 commits into
Draft
chore: clean up recent contributions before 4.3 release [WiP]#2632vytas7 wants to merge 3 commits into
vytas7 wants to merge 3 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2632 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 64 64
Lines 7976 7982 +6
Branches 1102 1103 +1
=========================================
+ Hits 7976 7982 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
+1 |
* Polish news fragments and docstrings of recently added MessagePack test client support, get_param_as_media(), and get_query_string_as_media(). * Make get_param_as_media() and get_query_string_as_media() raise a plain ValueError when no handler is configured for the requested media type. Preserve the legacy default-JSON-handler fallback in get_param_as_json() to keep its prior behavior. * Replace the broken MessagePack body test with a real round-trip test parametrized over WSGI/ASGI and a variety of MessagePack-serializable values; add a test verifying msgpack= overrides body=. * Reference the precise OpenAPI 3.2 chapter (querystring parameter location) where the whole query string is treated as content.
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
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 is an in-progress work stream of assorted minor cleanup items.
In particular, we want to make sure all newly added APIs, because changing anything later would be breaking.
req.get_param_as_media()vsreq.get_query_string_as_media()... versionadded:: 4.3.