Skip to content

Additional Paths To Success

Pre-release
Pre-release

Choose a tag to compare

@mattpolzin mattpolzin released this 24 Oct 16:01
e285b2a

What's Changed

  • Add new OAS 3.2.0 HTTP method support (#432)

Breaking Changes

  • The OpenAPIKit30 module's OpenAPI.HttpMethod type has been renamed to OpenAPI.BuiltinHttpMethod and gained the .query method (though this method cannot be represented on the OAS 3.0.x Path Item Object).
  • The OpenAPI module's OpenAPI.HttpMethod type has been updated to support non-builtin HTTP methods with the pre-existing HTTP methods moving to the OpenAPI.BuiltinHttpMethod type and HttpMethod having just two cases: .builtin(BuiltinHttpMethod) and .other(String).

Full Changelog: 5.0.0-alpha.3...5.0.0-alpha.4