Skip to content

Take a closer look (7)

Pre-release
Pre-release

Choose a tag to compare

@mattpolzin mattpolzin released this 14 Sep 14:42
· 2 commits to release/7_0 since this release

What's Changed

Breaking Changes

Version 3.2.1 of the OpenAPI standard has been added to the built-in
enumeration in OpenAPIKit which means that any code that attempts to cover all
cases of the OpenAPI.Document.Version enum must be updated to include the new
case.

Relatedly, code that creates Version.v3_2_x(x: 1) values must be updated to
Version.v3_2_1 as that is the spelling for versions supported at the time of
release for any given OpenAPIKit version.

.v3_2_1 has been made the default version of new documents. Previously, new
documents would default to .v3_2_0.

Full Changelog: 7.0.0-beta.2...7.0.0-beta.3