Skip to content

Small changes, big footprint

Choose a tag to compare

@mattpolzin mattpolzin released this 27 Jan 16:23
· 46 commits to main since this release
f23fdf4

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 xml property.

New Contributors

Full Changelog: 4.3.1...5.0.0