Skip to content

Commit 6cc590d

Browse files
committed
[chore] Update other documentation
1 parent 94b0efa commit 6cc590d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/swift-openapi-generator/Documentation.docc/Swift-OpenAPI-Generator.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The code is generated at build-time, so it's always in sync with the OpenAPI doc
1616

1717
## Features
1818

19-
- Works with OpenAPI Specification versions 3.0 and 3.1.
19+
- Works with OpenAPI Specification versions 3.0 and 3.1 and has preliminary support for version 3.2.
2020
- Streaming request and response bodies enabling use cases such as JSON event streams, and large payloads without buffering.
2121
- Support for JSON, multipart, URL-encoded form, base64, plain text, and raw bytes, represented as value types with type-safe properties.
2222
- Client, server, and middleware abstractions, decoupling the generated code from the HTTP client library and web framework.
@@ -90,9 +90,9 @@ The Swift OpenAPI Generator project is split across multiple repositories to ena
9090

9191
### Requirements and supported features
9292

93-
| Generator versions | Supported OpenAPI versions | Minimum Swift version |
94-
| ------------------ | -------------------------- | --------------------- |
95-
| `1.0.0` ... `main` | 3.0, 3.1 | 5.9 |
93+
| Generator versions | Supported OpenAPI versions | Minimum Swift version |
94+
| ------------------ | --------------------------- | --------------------- |
95+
| `1.0.0` ... `main` | 3.0, 3.1, 3.2 (preliminary) | 5.9 |
9696

9797
See also <doc:Supported-OpenAPI-features>.
9898

0 commit comments

Comments
 (0)