Skip to content

What Versions May Come (release candidate)

Pre-release
Pre-release
Compare
Choose a tag to compare
@mattpolzin mattpolzin released this 17 Feb 20:57
· 7 commits to release/4_0 since this release
3c34a3f

What's Changed

  • Add a migration guide (#396)
  • Support future OAS versions without breaking enum changes (#397)

Breaking Changes

The OpenAPIKit30 module's OpenAPI.Document.Version gained the v3_0_x(x: Int) case and the OpenAPIKit module's OpenAPI.Document.Version gained the v3_1_x(x: Int) case. Any exhaustive switch statements will need to be updated.

Full Changelog: 4.0.0-beta.2...4.0.0-rc.1