-
Notifications
You must be signed in to change notification settings - Fork 9.1k
v3.2: Port of 3.1.2 changes to 3.2 #4573
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
Open
handrews
wants to merge
19
commits into
OAI:v3.2-dev
Choose a base branch
from
handrews:312-port
base: v3.2-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Co-authored-by: Ralf Handl <[email protected]>
Co-authored-by: Ralf Handl <[email protected]>
Co-authored-by: Ralf Handl <[email protected]>
Co-authored-by: Ralf Handl <[email protected]>
Co-authored-by: Mike Kistler <[email protected]>
Co-authored-by: Ralf Handl <[email protected]>
Signed-off-by: Vladimir Gorej <[email protected]>
These examples got copied from 3.0.4 and apparently I forgot to adjust them for 3.1.1 and no one else noticed.
Co-authored-by: Mike Kistler <[email protected]>
We do not have a feature that discriminates against tomatoes (this joke may not translate too all English-speaking regions, much less other languages :-)
ralfhandl
approved these changes
May 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
approved pr port
PRs that just port an approved PR to another version
editorial
Wording and stylistic issues
media and encoding
Issues regarding media type support and how to encode data (outside of query/path params)
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 gathers all of the commits from 3.1.2 that need to go into 3.2.0, including some typos and errors that were getting confusing to keep running across on the 3.2 branch. Many of these changes came from @char0n .
The only notable merge conflicts were that I had to rework the changes based on @mkistler 's feedback about the Encoding Object examples to fit with the recent changes around Encoding Objects. Otherwise things either applied cleanly or had obvious merge fixes.
One fix that looks like it could apply (changing an ABNF rule name from
char
toCHAR
) does not actually apply and was left out, because we updated the RFC reference in 3.2 and the newer RFC useschar
.