feat: Basic OpenAPI 3.2 support - #6857
Draft
davidkna-sap wants to merge 10 commits into
Draft
Conversation
…to 3.1.1 Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
…codeAllParameters The sentinel key __raw_query_string__ was being passed through encodeAllParameters like any other param, percent-encoding both the key and the raw query string value (a=1&b=2 → a%3D1%26b%3D2). - Extract the sentinel as RAW_QUERY_STRING_KEY exported constant to eliminate the magic-string duplication between http-client and openapi. - In encodeAllParameters, pass the sentinel entry through verbatim; all other entries are still encoded with encodeURIComponent as before. - Replace the isolated-serializer-only test with three tests: the original serializer unit test, a new E2E test that spies on executeWithMiddleware and asserts the raw value survives encoding, and a regression guard confirming normal params still get encoded. Co-Authored-By: Claude <noreply@anthropic.com>
davidkna-sap
marked this pull request as draft
August 5, 2026 14:47
davidkna-sap
force-pushed
the
feat/openapi-3.2-base
branch
from
August 6, 2026 09:21
5a3cc8c to
af4e7c5
Compare
davidkna-sap
force-pushed
the
feat/openapi-3.2-base
branch
from
August 20, 2026 11:24
af4e7c5 to
21552e0
Compare
davidkna-sap
force-pushed
the
feat/openapi-3.2-base
branch
from
August 20, 2026 11:57
48b8734 to
decd001
Compare
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.
Closes SAP/cloud-sdk-backlog#ISSUENUMBER..