-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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
3.1.1 set release date #4157
3.1.1 set release date #4157
Commits on Jun 11, 2024
-
Encoding Object content and header clarifications
The Encoding Object's `contentType` field takes a comma-separated list of either regular or wildcared media types. These are the "two types" mentioned in the previous wording – "two" here did *not* refer to a limit on the number of entries in the list. These are not exactly media-type or media-range values, as both of those include parameters. This change also moves the hard-to-follow list of default values out of the individual field cell and into its own table. It takes `Content-Disposition` out of the header field's cell and instead explains limitations on header usage, and explains how `Content-Disposition` is used for encoding. This explanation includes a suggestion on how other `multipart` formats could be used with an Encoding Object, since their unnamed parts otherwise cannot be supported. Finally, it clarifies the interaction between `contentType` and the three fields imported from the Parameter Object, by aligning the recommended (but not, for compatibility reasons, required) behavior with guidance added in 3.1.0.
Configuration menu - View commit details
-
Copy full SHA for dc41f76 - Browse repository at this point
Copy the full SHA dc41f76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6326993 - Browse repository at this point
Copy the full SHA 6326993View commit details -
Co-authored-by: Ralf Handl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed03673 - Browse repository at this point
Copy the full SHA ed03673View commit details -
Reword default handling (review feedback)
Thanks to @notEthan for the comments!
Configuration menu - View commit details
-
Copy full SHA for 328998e - Browse repository at this point
Copy the full SHA 328998eView commit details -
Split up Encoding fields like Param/Header
This splits the Encoding Object's fixed fields table to make the usage more clear, and closer to how it is presented for the Parameter and Header Objects
Configuration menu - View commit details
-
Copy full SHA for 65c2960 - Browse repository at this point
Copy the full SHA 65c2960View commit details -
Name the right section matching the link (review feedback)
🤦 thanks for catching this, @ralfhandl Co-authored-by: Ralf Handl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 285b300 - Browse repository at this point
Copy the full SHA 285b300View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cefd77 - Browse repository at this point
Copy the full SHA 6cefd77View commit details
Commits on Jun 12, 2024
-
Merge pull request OAI#3857 from handrews/enc-304
Encoding Object content and header clarifications (3.0.4)
Configuration menu - View commit details
-
Copy full SHA for 3734678 - Browse repository at this point
Copy the full SHA 3734678View commit details -
Appendix for percent-encoding concerns (3.0.4)
Percent-encoding is a minefield, although in practice it mostly works. This appendix attempts to acknowledge the concerns and then define enough terminology and link to enough other specifications that interested readers will be able to research further details.
Configuration menu - View commit details
-
Copy full SHA for b48c121 - Browse repository at this point
Copy the full SHA b48c121View commit details -
improve wording of style example table
"serialization" matches other discussions, "rendering" does not.
Configuration menu - View commit details
-
Copy full SHA for 972fcad - Browse repository at this point
Copy the full SHA 972fcadView commit details -
Co-authored-by: Ralf Handl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d71c3b - Browse repository at this point
Copy the full SHA 7d71c3bView commit details -
Stub out Appendix C for linking
This is to make sure PR checks pass even though the PR adding Appendix C has not yet been merged.
Configuration menu - View commit details
-
Copy full SHA for a345721 - Browse repository at this point
Copy the full SHA a345721View commit details -
Configuration menu - View commit details
-
Copy full SHA for f19be05 - Browse repository at this point
Copy the full SHA f19be05View commit details -
Further clarify style+explode examples
This aligns all examples with RFC6570 operator prefixing behavior, which was previously only shown for `matrix` and `label`. The non-RFC6570 styles (`spaceDelimited`, `pipeDelimited`, and `deepObject`) are treated as analogues of `form` and therefore prefixed with a `?`. The lack of suitablity of this for cookie parameters has been addressed with an appendix in another change, and the appendix has been stubbed out here to ensure that the link is valid.
Configuration menu - View commit details
-
Copy full SHA for 4847876 - Browse repository at this point
Copy the full SHA 4847876View commit details -
Better handling of empty/undefined in table
This was confusing, and my initial use of _e/s_ was too novel. Switch the column heading to "undefined" to align with RFC6570 and make clear that it is not about `allowEmptyValue`
Configuration menu - View commit details
-
Copy full SHA for a9fe16f - Browse repository at this point
Copy the full SHA a9fe16fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce87bf2 - Browse repository at this point
Copy the full SHA ce87bf2View commit details -
No need to mention deepObject for Header
That style is not usable for the Header Object anyway.
Configuration menu - View commit details
-
Copy full SHA for 17e3eed - Browse repository at this point
Copy the full SHA 17e3eedView commit details
Commits on Jun 13, 2024
-
Merge pull request OAI#3859 from handrews/ser-percent-304
Appendix for percent-encoding concerns (3.0.4)
Configuration menu - View commit details
-
Copy full SHA for eec1906 - Browse repository at this point
Copy the full SHA eec1906View commit details -
Clarify resolving implicit connections (3.0.4)
This clarifies how to handle resolving implicit (non-URI-based) connections in multi-document OpenAPI Descriptions. While the behavior is implementation-defined overall, this RECOMMENDS a single approach based on how things behaved going back to the 2.0 referencing model. This allows Security Schemes and Tags to (like the top-level Server Objects) define a deployment-specific interface for referenced documents to access. This entry document interface approach makes less sense for the Discriminator Object, but it can use the URI syntax of `mapping` to keep things within the local document. This also aligns the search for matching `operationId`s with 3.1's full-document parsing requirements. Note that the term "complete OpenAPI document" has been defined in another change pending approval on the 3.0.4 branch.
Configuration menu - View commit details
-
Copy full SHA for bdbabd4 - Browse repository at this point
Copy the full SHA bdbabd4View commit details -
Co-authored-by: Ralf Handl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44f08ec - Browse repository at this point
Copy the full SHA 44f08ecView commit details -
Apply suggestions from code review
Co-authored-by: Jeremy Fiel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c302993 - Browse repository at this point
Copy the full SHA c302993View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8de6836 - Browse repository at this point
Copy the full SHA 8de6836View commit details -
Configuration menu - View commit details
-
Copy full SHA for e11a7cc - Browse repository at this point
Copy the full SHA e11a7ccView commit details -
Fix stray random characters (review feedback)
Co-authored-by: Ralf Handl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae35691 - Browse repository at this point
Copy the full SHA ae35691View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8a154f - Browse repository at this point
Copy the full SHA c8a154fView commit details -
Formatting fix (review feedback)
Co-authored-by: Ralf Handl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80ec461 - Browse repository at this point
Copy the full SHA 80ec461View commit details -
Apply suggestions from code review
Co-authored-by: Jeremy Fiel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1639c5d - Browse repository at this point
Copy the full SHA 1639c5dView commit details -
An off-by-one caused respec to change all subsequent heading levels.
Configuration menu - View commit details
-
Copy full SHA for 64bba01 - Browse repository at this point
Copy the full SHA 64bba01View commit details -
The XML Object's namespace field was changed from "URL" to "absolute URI" because relative references in a namespace are deprecated by XML, and the base URI to use for resolving them in the context of an OpenAPI Description is unclear. However, XML namespaces can include fragments, and the correct term is "non-relative URI" rather than "absolute URI" which forbids fragments. This change includes additional guidance on how XML usage and the requirements of this specification do not quite align.
Configuration menu - View commit details
-
Copy full SHA for d4ae1dd - Browse repository at this point
Copy the full SHA d4ae1ddView commit details -
Clarify discriminator non-impact on validation
Be very explicit that discriminator MUST NOT change the validation outcome, and explain the implication for the "allOf" use case.
Configuration menu - View commit details
-
Copy full SHA for 7b3d9d9 - Browse repository at this point
Copy the full SHA 7b3d9d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dd7719 - Browse repository at this point
Copy the full SHA 7dd7719View commit details -
Use document/description/definition consistently
This tries to be consistent about using "describe" rather than "define" and using "description" for the entire potentially-multi-document thing, and "document" (or sometimes "description document") to refer to individual documents in the description.
Configuration menu - View commit details
-
Copy full SHA for 5805283 - Browse repository at this point
Copy the full SHA 5805283View commit details
Commits on Jun 14, 2024
-
Merge pull request OAI#3904 from handrews/heading-indent-304
Fix heading levels
Configuration menu - View commit details
-
Copy full SHA for 8c0acee - Browse repository at this point
Copy the full SHA 8c0aceeView commit details -
Fix stray mentions of parameters in other objects
Encoding Object and Header Object descriptions had a few incorrect usages of "parameter" or related text left in.
Configuration menu - View commit details
-
Copy full SHA for 97a7359 - Browse repository at this point
Copy the full SHA 97a7359View commit details
Commits on Jun 15, 2024
-
Include Header Object in data serialization list
The PR adding Appendix B pre-dated giving the Header Object its own field tables. This adds "Header Object" to the list of relevant Objects along with the Paramter Object and the Encoding Object.
Configuration menu - View commit details
-
Copy full SHA for 4a4289f - Browse repository at this point
Copy the full SHA 4a4289fView commit details
Commits on Jun 16, 2024
-
Merge pull request OAI#3917 from handrews/ser-header-304
Include Header Object in data serialization list
Configuration menu - View commit details
-
Copy full SHA for 5c85c4c - Browse repository at this point
Copy the full SHA 5c85c4cView commit details -
Merge pull request OAI#3905 from handrews/xmlns-304
Fix XML namespace syntax
Configuration menu - View commit details
-
Copy full SHA for c5e6968 - Browse repository at this point
Copy the full SHA c5e6968View commit details
Commits on Jun 17, 2024
-
Merge pull request OAI#3906 from handrews/implicit-304
Resolving implicit connections (3.0.4 port of OAI#3856)
Configuration menu - View commit details
-
Copy full SHA for 11fc80e - Browse repository at this point
Copy the full SHA 11fc80eView commit details -
Merge pull request OAI#3907 from handrews/disc-val-304
Clarify discriminator non-impact on validation
Configuration menu - View commit details
-
Copy full SHA for 1ca6697 - Browse repository at this point
Copy the full SHA 1ca6697View commit details -
Merge pull request OAI#3911 from handrews/enc-not-param-304
Fix stray mentions of parameters in Encoding / Header Objects (3.0.4)
Configuration menu - View commit details
-
Copy full SHA for d16e7ef - Browse repository at this point
Copy the full SHA d16e7efView commit details -
Consisent x- Param/Encoding/Header wording (3.0.4)
It was a bit challenging to figure out where to put the wording about allowing extension parameters when there are multiple fixed fields tables, each in their own subsection. For the Parameter Object (the only one with multiple tables in past releases), it had been after the last table, but that got further and further away from what felt like the main part of the Object description. I thought I had put it consistently after the initial "Common Fixed Fields" table, but I put it even before that in one place (which we don't do anywhere), and I forgot to include it in the Header Object at all. This change puts it after the Common Fixed Fields table for all three, which means that for all Objects it is immediately after the first Fixed Fields table.
Configuration menu - View commit details
-
Copy full SHA for eabf995 - Browse repository at this point
Copy the full SHA eabf995View commit details
Commits on Jun 18, 2024
-
Merge pull request OAI#3919 from handrews/ext-304
Consisent x- Param/Encoding/Header wording (3.0.4)
Configuration menu - View commit details
-
Copy full SHA for 936f8a5 - Browse repository at this point
Copy the full SHA 936f8a5View commit details
Commits on Jun 19, 2024
-
Minor editiorial and link target fixes (3.0.4)
* Fix a copy-paste error that broke a link in an appendix * Fix a sentence that just kind of... wandered off * Prevent line breaks after the `?` in the form examples
Configuration menu - View commit details
-
Copy full SHA for 6a72329 - Browse repository at this point
Copy the full SHA 6a72329View commit details -
Merge pull request OAI#3920 from handrews/more-editorial-304
Minor editiorial and link target fixes (3.0.4)
Configuration menu - View commit details
-
Copy full SHA for 7792c15 - Browse repository at this point
Copy the full SHA 7792c15View commit details -
format: byte also defaults to octet-stream (3.0.4)
The description of defaults in the `contentType` fixed fields table in 3.0.3 did not match the description in the Media Type Object's "Considerations for multipart" section. The "considerations for multipart" section appears to be more complete and correct in both 3.0.3 and 3.1.1, so this adjusts that table that replaced the fixed field defaults description to match the "considerations for multipart" section.
Configuration menu - View commit details
-
Copy full SHA for 8baca79 - Browse repository at this point
Copy the full SHA 8baca79View commit details -
Configuration menu - View commit details
-
Copy full SHA for e37325e - Browse repository at this point
Copy the full SHA e37325eView commit details -
Start consolidating media / encoding guidance
This just moves (and occasionally copies) blocks of text and/or examples in preparation form more substantial streamlining. No modifications were made to any block.
Configuration menu - View commit details
-
Copy full SHA for 72f0aa6 - Browse repository at this point
Copy the full SHA 72f0aa6View commit details -
Add section titles, fix levels
Make the Parameter, Encoding, and Header Object fixed fields section organization the same in all three places, with the same levels of indentation. Add more headings under the Encoding Object for guidance on each form media type, and sub-headings for each example in each of those sections. This will make the diff for the next commit much more legible.
Configuration menu - View commit details
-
Copy full SHA for 7636fbf - Browse repository at this point
Copy the full SHA 7636fbfView commit details -
Consolidating form guidance: Media Type Object
This puts the useful part of the "An encoding attribute..." text into the fixed fields table, and removes the duplication. It also links the remaining stub or truncated sections to the information's new location under the Encoding Object.
Configuration menu - View commit details
-
Copy full SHA for fd71328 - Browse repository at this point
Copy the full SHA fd71328View commit details
Commits on Jun 20, 2024
-
Re-organize form-urlencoded guidance
This re-organizes and streamlines the form-urlencoded guidance that was consolidated from the Media Type Object. It also adds an example of a base64-encoded URL query parameter.
Configuration menu - View commit details
-
Copy full SHA for 8cdbf83 - Browse repository at this point
Copy the full SHA 8cdbf83View commit details -
Merge pull request OAI#3908 from handrews/doc-desc-304
Use document/description/definition consistently (3.0.4)
Configuration menu - View commit details
-
Copy full SHA for 0a1cb43 - Browse repository at this point
Copy the full SHA 0a1cb43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a405a7 - Browse repository at this point
Copy the full SHA 1a405a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85fb893 - Browse repository at this point
Copy the full SHA 85fb893View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5da50e - Browse repository at this point
Copy the full SHA d5da50eView commit details -
Merge pull request OAI#3924 from ralfhandl/3.0.4-dev/typo-paramter
3.0.4 dev: typo "paramter"
Configuration menu - View commit details
-
Copy full SHA for ea77f57 - Browse repository at this point
Copy the full SHA ea77f57View commit details -
Reorganize multipart/form-data guidance
This organizes and streamlines the guidance on multipart that was incorporated from the Media Type Object. Lots of duplication has been removed, and the examples reworked to show distinct use cases.
Configuration menu - View commit details
-
Copy full SHA for d8f0140 - Browse repository at this point
Copy the full SHA d8f0140View commit details -
Fix base64 encoding example for URL quoting
I forgot to run the example through URL quoting, which is necessary.
Configuration menu - View commit details
-
Copy full SHA for e8cc358 - Browse repository at this point
Copy the full SHA e8cc358View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf3e5f3 - Browse repository at this point
Copy the full SHA cf3e5f3View commit details
Commits on Jun 21, 2024
-
Authoritative rendering; "schema" usage (3.0.4)
This adds a note about the authoritative HTML rendering and adds a definition for "Schema" to explain the three ways the term is used in or with the specification.
Configuration menu - View commit details
-
Copy full SHA for a4d3575 - Browse repository at this point
Copy the full SHA a4d3575View commit details
Commits on Jun 23, 2024
-
Merge pull request OAI#3923 from handrews/multipart-304
Reorganize and streamline form media type guidance (3.0.4)
Configuration menu - View commit details
-
Copy full SHA for 396064d - Browse repository at this point
Copy the full SHA 396064dView commit details -
Merge pull request OAI#3927 from handrews/authoritative-304
Authoritative rendering; "schema" usage (3.0.4)
Configuration menu - View commit details
-
Copy full SHA for 6e7b1f5 - Browse repository at this point
Copy the full SHA 6e7b1f5View commit details -
Merge pull request OAI#3922 from handrews/byte-encoding-304
format: byte also defaults to octet-stream (3.0.4)
Configuration menu - View commit details
-
Copy full SHA for 4688b81 - Browse repository at this point
Copy the full SHA 4688b81View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 60f164d - Browse repository at this point
Copy the full SHA 60f164dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bb584f - Browse repository at this point
Copy the full SHA 7bb584fView commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 48eff63 - Browse repository at this point
Copy the full SHA 48eff63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9312d08 - Browse repository at this point
Copy the full SHA 9312d08View commit details -
Configuration menu - View commit details
-
Copy full SHA for a801ba9 - Browse repository at this point
Copy the full SHA a801ba9View commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55d932e - Browse repository at this point
Copy the full SHA 55d932eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4425ba - Browse repository at this point
Copy the full SHA d4425baView commit details -
Avoid "partially condensed YAML"
Co-authored-by: Ralf Handl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37866fb - Browse repository at this point
Copy the full SHA 37866fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b8f2cc - Browse repository at this point
Copy the full SHA 8b8f2ccView commit details
Commits on Jun 28, 2024
-
Merge pull request OAI#3933 from ralfhandl/3.0.4/formatting-inconsist…
…encies 3.0.4 formatting: don't monospace "Xxx Object"
Configuration menu - View commit details
-
Copy full SHA for 1445593 - Browse repository at this point
Copy the full SHA 1445593View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0d0f1b - Browse repository at this point
Copy the full SHA c0d0f1bView commit details
Commits on Jun 29, 2024
-
Merge pull request OAI#3929 from mikekistler/mdk/clarify-encoding
Clarify interaction of format: byte and Content-Transfer-Encoding header definition
Configuration menu - View commit details
-
Copy full SHA for c421081 - Browse repository at this point
Copy the full SHA c421081View commit details
Commits on Jul 11, 2024
-
Merge pull request OAI#3931 from ralfhandl/v3.0.4/sync-with-3.1.1
3.0.4: sync with 3.1.1
Configuration menu - View commit details
-
Copy full SHA for d56b266 - Browse repository at this point
Copy the full SHA d56b266View commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0696c1 - Browse repository at this point
Copy the full SHA c0696c1View commit details
Commits on Jul 18, 2024
-
Merge pull request OAI#3954 from ralfhandl/v3.0.4/sync-with-3.1.1
Align 3.0.4 with 3.1.1
Configuration menu - View commit details
-
Copy full SHA for 5802ec8 - Browse repository at this point
Copy the full SHA 5802ec8View commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f9dc2ef - Browse repository at this point
Copy the full SHA f9dc2efView commit details
Commits on Jul 23, 2024
-
Merge pull request OAI#3966 from ralfhandl/v3.0.4/sync-with-3.1.1
Sync 3.0.4 with 3.1.1
Configuration menu - View commit details
-
Copy full SHA for 457eab8 - Browse repository at this point
Copy the full SHA 457eab8View commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e11113d - Browse repository at this point
Copy the full SHA e11113dView commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5fb8293 - Browse repository at this point
Copy the full SHA 5fb8293View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7d7f69d - Browse repository at this point
Copy the full SHA 7d7f69dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50cbb04 - Browse repository at this point
Copy the full SHA 50cbb04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8caa6bf - Browse repository at this point
Copy the full SHA 8caa6bfView commit details
Commits on Aug 1, 2024
-
Merge pull request OAI#3972 from ralfhandl/v3.0.4/improved-RFC-sectio…
…n-links 3.0.4: improved RFC section links
Configuration menu - View commit details
-
Copy full SHA for 5d58752 - Browse repository at this point
Copy the full SHA 5d58752View commit details -
Configuration menu - View commit details
-
Copy full SHA for 431e6c0 - Browse repository at this point
Copy the full SHA 431e6c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d899954 - Browse repository at this point
Copy the full SHA d899954View commit details -
Manually fix additional markdownlint problems
- heading levels aren't continuous MD001 - code fences need a language MD040 - table has the wrong number of cells MD056
Configuration menu - View commit details
-
Copy full SHA for 254abae - Browse repository at this point
Copy the full SHA 254abaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42a261a - Browse repository at this point
Copy the full SHA 42a261aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 531253e - Browse repository at this point
Copy the full SHA 531253eView commit details
Commits on Aug 2, 2024
-
Merge pull request OAI#3932 from lornajane/fix-markdown
Markdown updates for 3.0.4
Configuration menu - View commit details
-
Copy full SHA for fe10c1c - Browse repository at this point
Copy the full SHA fe10c1cView commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 66c8168 - Browse repository at this point
Copy the full SHA 66c8168View commit details
Commits on Aug 7, 2024
-
Merge pull request OAI#3997 from ralfhandl/3.0.4/consistent-formatting
3.0.4: Improved request-response example
Configuration menu - View commit details
-
Copy full SHA for b7c20ee - Browse repository at this point
Copy the full SHA b7c20eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06460d1 - Browse repository at this point
Copy the full SHA 06460d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4339178 - Browse repository at this point
Copy the full SHA 4339178View commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f37999 - Browse repository at this point
Copy the full SHA 7f37999View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d529c - Browse repository at this point
Copy the full SHA b5d529cView commit details -
and two other uses of it in this document
Configuration menu - View commit details
-
Copy full SHA for 8abc73d - Browse repository at this point
Copy the full SHA 8abc73dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb05844 - Browse repository at this point
Copy the full SHA cb05844View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aed970 - Browse repository at this point
Copy the full SHA 1aed970View commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3a26bfc - Browse repository at this point
Copy the full SHA 3a26bfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc55021 - Browse repository at this point
Copy the full SHA cc55021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fa3eda - Browse repository at this point
Copy the full SHA 1fa3edaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22a1553 - Browse repository at this point
Copy the full SHA 22a1553View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70325c4 - Browse repository at this point
Copy the full SHA 70325c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b01041 - Browse repository at this point
Copy the full SHA 2b01041View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aaeaa9 - Browse repository at this point
Copy the full SHA 4aaeaa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddbab4a - Browse repository at this point
Copy the full SHA ddbab4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91e8577 - Browse repository at this point
Copy the full SHA 91e8577View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35edf64 - Browse repository at this point
Copy the full SHA 35edf64View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 439e8eb - Browse repository at this point
Copy the full SHA 439e8ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for b12c1b2 - Browse repository at this point
Copy the full SHA b12c1b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f1f1eb - Browse repository at this point
Copy the full SHA 9f1f1ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a27cfd - Browse repository at this point
Copy the full SHA 5a27cfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4926b4 - Browse repository at this point
Copy the full SHA b4926b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43039d0 - Browse repository at this point
Copy the full SHA 43039d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a6fa8e - Browse repository at this point
Copy the full SHA 9a6fa8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f2bb44 - Browse repository at this point
Copy the full SHA 8f2bb44View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1bdced - Browse repository at this point
Copy the full SHA f1bdcedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a8d9bb - Browse repository at this point
Copy the full SHA 8a8d9bbView commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e284595 - Browse repository at this point
Copy the full SHA e284595View commit details -
Merge pull request OAI#4001 from ralfhandl/3.0.4/nits
3.0.4: minor nits
Configuration menu - View commit details
-
Copy full SHA for bd5a6d1 - Browse repository at this point
Copy the full SHA bd5a6d1View commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba72765 - Browse repository at this point
Copy the full SHA ba72765View commit details -
Merge pull request OAI#4020 from ralfhandl/3.0.4/property-field-keyword
3.0.4: replace "property" with "field" or "keyword" where appropriate
Configuration menu - View commit details
-
Copy full SHA for 3deaba2 - Browse repository at this point
Copy the full SHA 3deaba2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcfe55b - Browse repository at this point
Copy the full SHA bcfe55bView commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 90f052a - Browse repository at this point
Copy the full SHA 90f052aView commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a3605d - Browse repository at this point
Copy the full SHA 2a3605dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70fa392 - Browse repository at this point
Copy the full SHA 70fa392View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70d3851 - Browse repository at this point
Copy the full SHA 70d3851View commit details
Commits on Aug 20, 2024
-
Update versions/.markdownlint.yaml
Co-authored-by: Mike Kistler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34e9883 - Browse repository at this point
Copy the full SHA 34e9883View commit details -
Configuration menu - View commit details
-
Copy full SHA for 244b3e2 - Browse repository at this point
Copy the full SHA 244b3e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 230aefb - Browse repository at this point
Copy the full SHA 230aefbView commit details
Commits on Aug 21, 2024
-
Merge pull request OAI#4031 from ralfhandl/3.0.4/sync-with-3.1.1
3.0.4: sync with 3.1.1
Configuration menu - View commit details
-
Copy full SHA for 1d00ee1 - Browse repository at this point
Copy the full SHA 1d00ee1View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a248f6e - Browse repository at this point
Copy the full SHA a248f6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for efab656 - Browse repository at this point
Copy the full SHA efab656View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9e5f2d - Browse repository at this point
Copy the full SHA d9e5f2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd7fedf - Browse repository at this point
Copy the full SHA fd7fedfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1632456 - Browse repository at this point
Copy the full SHA 1632456View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a9ad22 - Browse repository at this point
Copy the full SHA 4a9ad22View commit details -
Configuration menu - View commit details
-
Copy full SHA for b41f4f7 - Browse repository at this point
Copy the full SHA b41f4f7View commit details -
Merge pull request OAI#4043 from ralfhandl/3.0.4-example-link
3.0.4: link to example on learn site
Configuration menu - View commit details
-
Copy full SHA for 57a9bc6 - Browse repository at this point
Copy the full SHA 57a9bc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 407a9ed - Browse repository at this point
Copy the full SHA 407a9edView commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5382de7 - Browse repository at this point
Copy the full SHA 5382de7View commit details -
"Object" def, "with" in titles, fix level
Define capital-O "Object" to make it clear why it is only occasionally capitalized. Use lowercase "with" in titles consistently (it was more common than capitalized "With". This is one of those rules that is different depending on whose style guide you use- about half the major guides say always lowercase, the other say always captial. We were using lowercase more often. Also, fix "Working with Examples" to be a subsection of the Example Object as otherwise it breaks the pattern of all of the headings of its level being Object definitions. I remember messing with this a lot when I first posted that PR and either I just missed this or I had some reason I have now forgotten to do it this way.
Configuration menu - View commit details
-
Copy full SHA for 55e87c3 - Browse repository at this point
Copy the full SHA 55e87c3View commit details
Commits on Aug 27, 2024
-
Merge pull request OAI#4050 from handrews/obj-with
"Object" definition, "with" in titles, fix level of "Working with Examples"
Configuration menu - View commit details
-
Copy full SHA for 14f0605 - Browse repository at this point
Copy the full SHA 14f0605View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a8c4ca - Browse repository at this point
Copy the full SHA 4a8c4caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59decdf - Browse repository at this point
Copy the full SHA 59decdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f7c69 - Browse repository at this point
Copy the full SHA 48f7c69View commit details -
Port format / integer changes from 3.1.1
This is a slightly different change due to the different JSON Schema draft being referenced. Most notably, the older draft has a section on type applicability, so there is an extra link here that is not present in 3.1.1. Co-authored-by: Mike Kistler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for adadd56 - Browse repository at this point
Copy the full SHA adadd56View commit details
Commits on Aug 28, 2024
-
Merge pull request OAI#4053 from handrews/format-304
Port format / integer changes from 3.1.1
Configuration menu - View commit details
-
Copy full SHA for 1927438 - Browse repository at this point
Copy the full SHA 1927438View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2db3a4a - Browse repository at this point
Copy the full SHA 2db3a4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7ae729 - Browse repository at this point
Copy the full SHA f7ae729View commit details -
Configuration menu - View commit details
-
Copy full SHA for a35b4e9 - Browse repository at this point
Copy the full SHA a35b4e9View commit details -
Merge pull request OAI#4054 from ralfhandl/3.0.4-align-references-for…
…-draft-wright-00 3.0.4: use same reference style for draft wright as OAI#4053
Configuration menu - View commit details
-
Copy full SHA for ccb3b7a - Browse repository at this point
Copy the full SHA ccb3b7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6abcd8 - Browse repository at this point
Copy the full SHA c6abcd8View commit details
Commits on Aug 29, 2024
-
Merge pull request OAI#4040 from ralfhandl/v3.0.4-dev-markdownlint
3.0.4: tables cleanup & markdownlint
Configuration menu - View commit details
-
Copy full SHA for 4f1c33d - Browse repository at this point
Copy the full SHA 4f1c33dView commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 925879d - Browse repository at this point
Copy the full SHA 925879dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e37f640 - Browse repository at this point
Copy the full SHA e37f640View commit details -
Configuration menu - View commit details
-
Copy full SHA for 312434e - Browse repository at this point
Copy the full SHA 312434eView commit details
Commits on Aug 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b153e13 - Browse repository at this point
Copy the full SHA b153e13View commit details
Commits on Sep 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a3d1397 - Browse repository at this point
Copy the full SHA a3d1397View commit details
Commits on Sep 2, 2024
-
Merge pull request OAI#4059 from ralfhandl/3.0.4-omitted-or-empy-secu…
…rity 3.0.4: absent, empty, or incomplete security list
Configuration menu - View commit details
-
Copy full SHA for 0056446 - Browse repository at this point
Copy the full SHA 0056446View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9a1d2b - Browse repository at this point
Copy the full SHA e9a1d2bView commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eb6eefc - Browse repository at this point
Copy the full SHA eb6eefcView commit details
Commits on Sep 5, 2024
-
Merge pull request OAI#4062 from ralfhandl/3.0.4-rework-pr-#2140
3.0.4: port the undisputed parts of OAI#2140
Configuration menu - View commit details
-
Copy full SHA for d1ba364 - Browse repository at this point
Copy the full SHA d1ba364View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 44ada93 - Browse repository at this point
Copy the full SHA 44ada93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ddc306 - Browse repository at this point
Copy the full SHA 9ddc306View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54a7965 - Browse repository at this point
Copy the full SHA 54a7965View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dd1b32 - Browse repository at this point
Copy the full SHA 0dd1b32View commit details
Commits on Sep 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc8df9d - Browse repository at this point
Copy the full SHA cc8df9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c11668c - Browse repository at this point
Copy the full SHA c11668cView commit details
Commits on Sep 8, 2024
-
Apply suggestions from code review
Co-authored-by: Ralf Handl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 741b7ee - Browse repository at this point
Copy the full SHA 741b7eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4f05dc - Browse repository at this point
Copy the full SHA a4f05dcView commit details
Commits on Sep 9, 2024
-
Further clarify link operation ambiguity
There are even more ways this can go wrong!
Configuration menu - View commit details
-
Copy full SHA for e799689 - Browse repository at this point
Copy the full SHA e799689View commit details
Commits on Sep 10, 2024
-
Merge pull request OAI#4065 from ralfhandl/3.0.4-update-from-main
3.0.4: update from main
Configuration menu - View commit details
-
Copy full SHA for a11ce6f - Browse repository at this point
Copy the full SHA a11ce6fView commit details
Commits on Sep 11, 2024
-
Bump respec from 35.1.1 to 35.1.2
Bumps [respec](https://github.com/speced/respec) from 35.1.1 to 35.1.2. - [Release notes](https://github.com/speced/respec/releases) - [Changelog](https://github.com/speced/respec/blob/main/CHANGELOG.md) - [Commits](speced/respec@v35.1.1...v35.1.2) --- updated-dependencies: - dependency-name: respec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ef694a2 - Browse repository at this point
Copy the full SHA ef694a2View commit details -
Minor param serialization and wording fixes
* Explicitly set `explode: false` in an example as the default with `style: form` is `explode: true`; the `explode: true` example was also left explicit to reduce confusion. * Tidy up overly conversational (e.g. "our document") language that I'd meant to revisit but forgot about. * Include the Header Object as one of the places where the `style` keyword is used (even if it is the simplest case) * Minor grammar fix. * Fix a missing space before an RFC reference.
Configuration menu - View commit details
-
Copy full SHA for 3ee24a7 - Browse repository at this point
Copy the full SHA 3ee24a7View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af8f02c - Browse repository at this point
Copy the full SHA af8f02cView commit details -
Further guidance on RFC6570 and delimiters
Also give Appendix C a better name because it is relevant whether you are using an actual RFC6570 implementation or not.
Configuration menu - View commit details
-
Copy full SHA for 4859b03 - Browse repository at this point
Copy the full SHA 4859b03View commit details -
Merge pull request OAI#4083 from OAI/dependabot/npm_and_yarn/respec-3…
…5.1.2 Bump respec from 35.1.1 to 35.1.2
Configuration menu - View commit details
-
Copy full SHA for 673a057 - Browse repository at this point
Copy the full SHA 673a057View commit details -
Merge pull request OAI#4086 from handrews/delim-304
Further guidance on RFC6570 and delimiters
Configuration menu - View commit details
-
Copy full SHA for f2939f0 - Browse repository at this point
Copy the full SHA f2939f0View commit details -
Merge pull request OAI#4078 from handrews/dup-op-304
Further clarify link operation ambiguity (3.0.4)
Configuration menu - View commit details
-
Copy full SHA for bac02c0 - Browse repository at this point
Copy the full SHA bac02c0View commit details -
Merge pull request OAI#4077 from handrews/complete-contained-304
Clarify complete vs self-contained documents
Configuration menu - View commit details
-
Copy full SHA for 95ceb03 - Browse repository at this point
Copy the full SHA 95ceb03View commit details -
Merge pull request OAI#4081 from handrews/fixes-304
Minor param serialization and wording fixes
Configuration menu - View commit details
-
Copy full SHA for 8733e80 - Browse repository at this point
Copy the full SHA 8733e80View commit details -
Move complex Sec Req example to appendix F
The extended example with a multi-document OAD and a Security Requirement in the referenced document did to fit well where it was, and there wasn't room in the Resolving Implicit Connections area. So this moves it to an Appendix linked from both locations.
Configuration menu - View commit details
-
Copy full SHA for 6eda099 - Browse repository at this point
Copy the full SHA 6eda099View commit details -
Merge pull request OAI#4090 from handrews/sec-req-304
Move complex Sec Req example to appendix F
Configuration menu - View commit details
-
Copy full SHA for 2eb4ffe - Browse repository at this point
Copy the full SHA 2eb4ffeView commit details
Commits on Sep 13, 2024
-
Merge pull request OAI#4063 from lornajane/propose-better-tags
[PROPOSAL] Add summary, parent and kind as optional fields for tags
Configuration menu - View commit details
-
Copy full SHA for fd13796 - Browse repository at this point
Copy the full SHA fd13796View commit details -
Bump vitest from 2.0.5 to 2.1.0
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.0.5 to 2.1.0. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.0/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee7428f - Browse repository at this point
Copy the full SHA ee7428fView commit details
Commits on Sep 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7d85742 - Browse repository at this point
Copy the full SHA 7d85742View commit details -
Merge pull request OAI#4093 from OAI/dependabot/npm_and_yarn/vitest-2…
….1.0 Bump vitest from 2.0.5 to 2.1.0
Configuration menu - View commit details
-
Copy full SHA for e76070d - Browse repository at this point
Copy the full SHA e76070dView commit details
Commits on Sep 16, 2024
-
Bump vitest from 2.1.0 to 2.1.1
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for caefc30 - Browse repository at this point
Copy the full SHA caefc30View commit details -
Merge pull request OAI#4098 from OAI/dependabot/npm_and_yarn/vitest-2…
….1.1 Bump vitest from 2.1.0 to 2.1.1
Configuration menu - View commit details
-
Copy full SHA for 3ab7d1a - Browse repository at this point
Copy the full SHA 3ab7d1aView commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e46084e - Browse repository at this point
Copy the full SHA e46084eView commit details -
Apply suggestions from PR review
Co-authored-by: Ralf Handl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce21969 - Browse repository at this point
Copy the full SHA ce21969View commit details -
Commit suggestions from PR review.
Co-authored-by: Ralf Handl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dfacec5 - Browse repository at this point
Copy the full SHA dfacec5View commit details
Commits on Sep 19, 2024
-
Merge pull request OAI#4097 from lornajane/update-release-process-notes
Update release process notes
Configuration menu - View commit details
-
Copy full SHA for c4b19a0 - Browse repository at this point
Copy the full SHA c4b19a0View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ad5840 - Browse repository at this point
Copy the full SHA 7ad5840View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99df8e9 - Browse repository at this point
Copy the full SHA 99df8e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b07626 - Browse repository at this point
Copy the full SHA 3b07626View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e9e25f - Browse repository at this point
Copy the full SHA 6e9e25fView commit details
Commits on Sep 24, 2024
-
Bump markdownlint-cli from 0.41.0 to 0.42.0
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.41.0 to 0.42.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.41.0...v0.42.0) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d264f42 - Browse repository at this point
Copy the full SHA d264f42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 281116b - Browse repository at this point
Copy the full SHA 281116bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4711a42 - Browse repository at this point
Copy the full SHA 4711a42View commit details -
Merge pull request OAI#4108 from OAI/dependabot/npm_and_yarn/markdown…
…lint-cli-0.42.0 Bump markdownlint-cli from 0.41.0 to 0.42.0
Configuration menu - View commit details
-
Copy full SHA for f4c3279 - Browse repository at this point
Copy the full SHA f4c3279View commit details -
Merge pull request OAI#4109 from ralfhandl/3.0.4-uri-code-blocks
3.0.4: use specific custom languages uri and uritemplate
Configuration menu - View commit details
-
Copy full SHA for d486d98 - Browse repository at this point
Copy the full SHA d486d98View commit details
Commits on Sep 25, 2024
-
Following the provisional period, welcome to the new maintainers! Thank you for all the work you've put in until now and for the progress yet to come. 🙏
Configuration menu - View commit details
-
Copy full SHA for e1b68fc - Browse repository at this point
Copy the full SHA e1b68fcView commit details
Commits on Sep 26, 2024
-
Merge pull request OAI#4113 from OAI/tsc-2024
Add in new full-TSC members
Configuration menu - View commit details
-
Copy full SHA for 0e3eec8 - Browse repository at this point
Copy the full SHA 0e3eec8View commit details -
Merge pull request OAI#4107 from ralfhandl/fix/respec-erratic-syntax-…
…highlighting ReSpec build script: no automatic syntax highlighting for unspecified or "unknown" languages
Configuration menu - View commit details
-
Copy full SHA for e9b9785 - Browse repository at this point
Copy the full SHA e9b9785View commit details
Commits on Oct 3, 2024
-
Bump vitest from 2.1.1 to 2.1.2
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.2/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f33276 - Browse repository at this point
Copy the full SHA 3f33276View commit details -
Configuration menu - View commit details
-
Copy full SHA for abddcf0 - Browse repository at this point
Copy the full SHA abddcf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d447096 - Browse repository at this point
Copy the full SHA d447096View commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c06c4fa - Browse repository at this point
Copy the full SHA c06c4faView commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for da96b2a - Browse repository at this point
Copy the full SHA da96b2aView commit details -
Merge pull request OAI#4120 from OAI/dependabot/npm_and_yarn/vitest-2…
….1.2 Bump vitest from 2.1.1 to 2.1.2
Configuration menu - View commit details
-
Copy full SHA for fea4d43 - Browse repository at this point
Copy the full SHA fea4d43View commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8bc304c - Browse repository at this point
Copy the full SHA 8bc304cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb3c833 - Browse repository at this point
Copy the full SHA eb3c833View commit details -
Apply suggestions from code review
Co-authored-by: Ralf Handl <[email protected]> Co-authored-by: Kevin Swiber <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 133352b - Browse repository at this point
Copy the full SHA 133352bView commit details -
Remove specific text for relative
operationRef
as it is being handl……ed in the "resolving relative URLs" section Co-authored-by: Ralf Handl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6de8f7d - Browse repository at this point
Copy the full SHA 6de8f7dView commit details -
Note relative URL-reference resolution ambiguity
This explicitly lists out the cases and notes which ones were (as far as we can recall) intended to behave like `$ref`, but could be reasonably read to behave like API URLs.
Configuration menu - View commit details
-
Copy full SHA for 1640363 - Browse repository at this point
Copy the full SHA 1640363View commit details -
Merge pull request OAI#4129 from handrews/sec-req-again-304
clarifies security requirements wording for 3.0.4 (port of OAI#4123)
Configuration menu - View commit details
-
Copy full SHA for 947cd76 - Browse repository at this point
Copy the full SHA 947cd76View commit details
Commits on Oct 11, 2024
-
Better use of defined terminology
Co-authored-by: Ralf Handl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c3b2cc - Browse repository at this point
Copy the full SHA 4c3b2ccView commit details -
Improve wording from review feedback
Co-authored-by: Mike Kistler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5cb6de9 - Browse repository at this point
Copy the full SHA 5cb6de9View commit details
Commits on Oct 12, 2024
-
Apply suggestions from PR review
Co-authored-by: Henry Andrews <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6d8d58 - Browse repository at this point
Copy the full SHA d6d8d58View commit details
Commits on Oct 14, 2024
-
Bumps [yaml](https://github.com/eemeli/yaml) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.5.1...v2.6.0) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db6208a - Browse repository at this point
Copy the full SHA db6208aView commit details -
Merge pull request OAI#4100 from OAI/mdk/description-vs-document
Fix description vs document terminology
Configuration menu - View commit details
-
Copy full SHA for ff007eb - Browse repository at this point
Copy the full SHA ff007ebView commit details -
Merge pull request OAI#4130 from handrews/resolve-304
Note relative URL-reference resolution ambiguity
Configuration menu - View commit details
-
Copy full SHA for c86f197 - Browse repository at this point
Copy the full SHA c86f197View commit details -
Merge pull request OAI#4134 from OAI/dependabot/npm_and_yarn/yaml-2.6.0
Bump yaml from 2.5.1 to 2.6.0
Configuration menu - View commit details
-
Copy full SHA for f73e159 - Browse repository at this point
Copy the full SHA f73e159View commit details
Commits on Oct 15, 2024
-
Bump vitest from 2.1.2 to 2.1.3
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.3/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c442afe - Browse repository at this point
Copy the full SHA c442afeView commit details -
Merge pull request OAI#4136 from OAI/dependabot/npm_and_yarn/vitest-2…
….1.3 Bump vitest from 2.1.2 to 2.1.3
Configuration menu - View commit details
-
Copy full SHA for 37e4ef0 - Browse repository at this point
Copy the full SHA 37e4ef0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33c0340 - Browse repository at this point
Copy the full SHA 33c0340View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7532592 - Browse repository at this point
Copy the full SHA 7532592View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42f7075 - Browse repository at this point
Copy the full SHA 42f7075View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7119547 - Browse repository at this point
Copy the full SHA 7119547View commit details -
Merge branch 'schemas-yaml-to-json-test-check-in' of https://github.c…
…om/ralfhandl/OpenAPI-Specification into schemas-yaml-to-json-test-check-in
Configuration menu - View commit details
-
Copy full SHA for 3a42a45 - Browse repository at this point
Copy the full SHA 3a42a45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50047b6 - Browse repository at this point
Copy the full SHA 50047b6View commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 882d1ca - Browse repository at this point
Copy the full SHA 882d1caView commit details -
Configuration menu - View commit details
-
Copy full SHA for c993d06 - Browse repository at this point
Copy the full SHA c993d06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1437630 - Browse repository at this point
Copy the full SHA 1437630View commit details -
Configuration menu - View commit details
-
Copy full SHA for a01f8b3 - Browse repository at this point
Copy the full SHA a01f8b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0016a58 - Browse repository at this point
Copy the full SHA 0016a58View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4aa48e - Browse repository at this point
Copy the full SHA b4aa48eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f19e32 - Browse repository at this point
Copy the full SHA 7f19e32View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8455733 - Browse repository at this point
Copy the full SHA 8455733View commit details -
Merge pull request OAI#4137 from ralfhandl/schemas-yaml-to-json-test-…
…check-in Run tests with YAML metaschemas
Configuration menu - View commit details
-
Copy full SHA for e9dc186 - Browse repository at this point
Copy the full SHA e9dc186View commit details
Commits on Oct 21, 2024
-
Merge pull request OAI#4142 from ralfhandl/3.0.4-set-release-date
3.0.4: set release date
Configuration menu - View commit details
-
Copy full SHA for c267bae - Browse repository at this point
Copy the full SHA c267baeView commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8608406 - Browse repository at this point
Copy the full SHA 8608406View commit details -
Merge pull request OAI#4156 from ralfhandl/3.0.4-set-release-date
3.0.4 set release date
Configuration menu - View commit details
-
Copy full SHA for 6397e01 - Browse repository at this point
Copy the full SHA 6397e01View commit details -
Configuration menu - View commit details
-
Copy full SHA for b895310 - Browse repository at this point
Copy the full SHA b895310View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13dadbc - Browse repository at this point
Copy the full SHA 13dadbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36dd159 - Browse repository at this point
Copy the full SHA 36dd159View commit details