What's Changed
- openapi3: resolve Snyk security warning with path traversal by @seborama in #1066
- openapi3: replace bigfloat with decimal128 to fix rounding errors during validation by @Revolyssup in #1068
- openapi2conv: Preserve externalDocs on operations during conversion by @hwustrack in #1070
- openapi3: fix ineffectual caching of compiled regexps by @philpearl in #1076
- openapi3: use Ptr instead of BoolPtr,Float64Ptr,Int64Ptr,Uint64Ptr by @alexandear in #1033
- openapi3: resolve refs in parameter examples by @reuvenharrison in #1086
- openapifilter: Add support for RFC 7396 application/merge-patch+json by @byted in #1084
- openapi3filter: use FileBodyDecoder if the format is specified as binary by @dbarrosop in #1088
- openapi3: preserve all validation errors for allOf by @alexbakker in #1087
- openapi3filter: support primitive parsing for individual text like parts in multipart/form-data by @nmeheus in #1090
- Some coding style fixes and cleaning up by @fenollp in #1093
- openapi2conv: preserve x-fields when converting from v2 to v3 by @saltbo in #1092
New Contributors
- @seborama made their first contribution in #1066
- @Revolyssup made their first contribution in #1068
- @hwustrack made their first contribution in #1070
- @philpearl made their first contribution in #1076
- @byted made their first contribution in #1084
- @dbarrosop made their first contribution in #1088
- @nmeheus made their first contribution in #1090
- @saltbo made their first contribution in #1092
Full Changelog: v0.132.0...v0.133.0