Officially Clarified (backport to 3.x)
What's Changed
- Support OAS 3.1.2 by @mattpolzin in #427
⚠️ Heads up
- From a Swift standpoint, adding OAS
v3_1_2is a breaking change if you have anyswitchstatements that match on the version enumeration and don't allow for future additions to the enumeration. This is regrettable but it is not practical to release a new major version of OpenAPIKit when the OAS standard introduces clarification patch versions like is the case this time.
Full Changelog: 3.7.1...3.8.0