Skip to content

Conversation

@mattpolzin
Copy link
Owner

@mattpolzin mattpolzin commented Oct 20, 2025

Closes #431

Breaking

  • 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).

@mattpolzin mattpolzin changed the base branch from main to release/5_0 October 20, 2025 14:47
@mattpolzin mattpolzin force-pushed the feature/431/new-http-methods branch 6 times, most recently from 5ce9592 to d68d591 Compare October 23, 2025 16:11
@mattpolzin mattpolzin force-pushed the feature/431/new-http-methods branch 2 times, most recently from 4d86954 to 7fef747 Compare October 24, 2025 14:21
@mattpolzin mattpolzin force-pushed the feature/431/new-http-methods branch from d612c5b to 832263a Compare October 24, 2025 14:54
@mattpolzin mattpolzin marked this pull request as ready for review October 24, 2025 15:36
@mattpolzin mattpolzin merged commit e285b2a into release/5_0 Oct 24, 2025
13 of 15 checks passed
@mattpolzin mattpolzin deleted the feature/431/new-http-methods branch October 24, 2025 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support additional http methods (OAS 3.2.0)

2 participants