Skip to content

Commit

Permalink
openapi3: document v0.124.0 breaking API changes (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
percivalalb authored Jun 16, 2024
1 parent b18a27a commit 78b7c31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,9 @@ This will change the schema validation errors to return only the `Reason` field,
### v0.125.0
* The `openapi3filter.ErrFunc` and `openapi3filter.LogFunc` func types now take the validated request's context as first argument.

### v0.124.0
* `openapi3.Schema.Type` & `openapi2.Parameter.Type` fields went from a `string` to the type `*Type` with methods: `Includes`, `Is`, `Permits` & `Slice`.

### v0.122.0
* `Paths` field of `openapi3.T` is now a pointer
* `Responses` field of `openapi3.Operation` is now a pointer
Expand Down

0 comments on commit 78b7c31

Please sign in to comment.