Small changes, big footprint
See the migration guide before updating to OpenAPIKit v5.0.0. There were a fair number of breaking changes (each one fairly small on its own) required to support the new standard version.
What's Changed
See the migration guide and individual Release Notes for the pre-releases of version 5 to get a full picture but here are some highlights:
- Support for OpenAPI Standard 3.2.0 features.
- The default version for new documents is 3.2.0 now.
- Component Object entries can now be references.
- Swift version 5.10+ is now required.
- The official YAML media type is now preferred over
application/x-yaml, though the old media type is still supported. - JSON Schema values now (finally) support the
xmlproperty.
New Contributors
Full Changelog: 4.3.1...5.0.0