Take a closer look (7)
Pre-release
Pre-release
·
2 commits
to release/7_0
since this release
What's Changed
- Add the just-released OAS 3.2.1 version as supported (#516)
- add validations for simple bounds checks by @true-false-maybe in #515
- work around compiler error by @true-false-maybe in #520
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