v0.111.0
What's Changed
- Add variadic options to Validate method by @fenollp in #692
- fix: setting defaults for oneOf and anyOf by @tomato0111 in #690
- Try decoding as JSON first then YAML, for speed by @fenollp in #693
- Use and update GetBody() member of request by @ShouheiNishi in #704
- Bugfix/issue638 by @ShouheiNishi in #700
- Add json patch support by @ShouheiNishi in #702
- openapi3filter: Include schema ref or title in response body validation errors by @slessard in #699
- openapi3filter: parse integers with strconv.ParseInt instead of ParseFloat by @slessard in #711
- Fix inconsistent processing of server variables in gorillamux router by @slessard in #705
- Fix links to OpenAPI spec after GitHub changes by @fenollp in #714
- openapi3: patch YAML serialization of dates by @cosnicolaou in #698
New Contributors
- @tomato0111 made their first contribution in #690
- @ShouheiNishi made their first contribution in #704
- @cosnicolaou made their first contribution in #698
Full Changelog: v0.110.0...v0.111.0