Skip to content

Commit c5b2acb

Browse files
committed
reset src/oas.md history
2 parents 1a46a6f + 398f2c1 commit c5b2acb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/oas.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,7 +1857,7 @@ Using `contentEncoding` for a multipart field is equivalent to specifying an [En
18571857
If `contentEncoding` is used for a multipart field that has an Encoding Object with a `headers` field containing `Content-Transfer-Encoding` with a schema that disallows the value from `contentEncoding`, the result is undefined for serialization and parsing.
18581858

18591859
Note that as stated in [Working with Binary Data](#working-with-binary-data), if the Encoding Object's `contentType`, whether set explicitly or implicitly through its default value rules, disagrees with the `contentMediaType` in a Schema Object, the `contentMediaType` SHALL be ignored.
1860-
Because of this, and because the Encoding Object's `contentType` defaulting rules do not take the Schema Object's `contentMediaType` into account, the use of `contentMediaType` with an Encoding Object is NOT RECOMMENDED.
1860+
Because of this, and because the Encoding Object's `contentType` defaulting rules do not take the Schema Object's`contentMediaType` into account, the use of `contentMediaType` with an Encoding Object is NOT RECOMMENDED.
18611861

18621862
Note also that `Content-Transfer-Encoding` is deprecated for `multipart/form-data` ([RFC7578](https://www.rfc-editor.org/rfc/rfc7578.html#section-4.7)) where binary data is supported, as it is in HTTP.
18631863

@@ -4805,8 +4805,8 @@ Certain fields allow the use of Markdown which can contain HTML including script
48054805

48064806
| Version | Date | Notes |
48074807
| ---- | ---- | ---- |
4808-
| 3.2.0 | TBD | Release of the OpenAPI Specification 3.2.0 |
4809-
| 3.1.2 | TBD | Patch release of the OpenAPI Specification 3.1.2 |
4808+
| 3.2.0 | 2025-09-19 | Release of the OpenAPI Specification 3.2.0 |
4809+
| 3.1.2 | 2025-09-19 | Patch release of the OpenAPI Specification 3.1.2 |
48104810
| 3.1.1 | 2024-10-24 | Patch release of the OpenAPI Specification 3.1.1 |
48114811
| 3.1.0 | 2021-02-15 | Release of the OpenAPI Specification 3.1.0 |
48124812
| 3.1.0-rc1 | 2020-10-08 | rc1 of the 3.1 specification |

0 commit comments

Comments
 (0)