Additional Paths To Success
Pre-release
Pre-release
What's Changed
- Add new OAS 3.2.0 HTTP method support (#432)
Breaking Changes
- The
OpenAPIKit30module'sOpenAPI.HttpMethodtype has been renamed toOpenAPI.BuiltinHttpMethodand gained the.querymethod (though this method cannot be represented on the OAS 3.0.x Path Item Object). - The
OpenAPImodule'sOpenAPI.HttpMethodtype has been updated to support non-builtin HTTP methods with the pre-existing HTTP methods moving to theOpenAPI.BuiltinHttpMethodtype andHttpMethodhaving just two cases:.builtin(BuiltinHttpMethod)and.other(String).
Full Changelog: 5.0.0-alpha.3...5.0.0-alpha.4