v0.124.0
What's Changed
- ci: make sure go-run'ing binaries works by @fenollp in #894
- Make the JSON body decode public by @cdent in #896
- add Delete operation to maplike structs by @tcdsv in #899
- openapi3filter: fix
x-www-form-urlencoded
decoder for oneOf, anyOf, and allOf by @imtaketa in #903 - openapi3filter: add
Unwrap()
method to SecurityRequirementsError by @nickajacks1 in #905 - Make Loader testable by @reuvenharrison in #906
- openapi3filter: support deepObject with nested objects and array parameters by @danicc097 in #911
- openapi2,3: support array of types in
type
field by @brandonbloom in #912 - openapi3: fix regex replacing
\u
literals by @thiagownt in #918 - openapi3filter: fix array of primitives query parameter types by @danicc097 in #921
- openapi3: Implement YAML Marshaler interface for AdditionalProperties by @praneetloke in #922
- openapi3filter: deepObject array of objects and array of arrays support by @danicc097 in #923
- openapi3gen: allow overriding how a Schema is generated by @taufik-rama in #920
- openapi3gen: rename example to show up in docs by @fenollp in #932
- openapi3: implement YAML Marshaller interface for paths and responses by @nobbynobbs in #931
- openapi3filter: some syntax tweaks by @fenollp in #933
- openapi3: tests for #931 by @fenollp in #887
- openapi3filter: guard BodyEncoder registration behind a RW lock by @fenollp in #934
- openapi3gen: add CreateComponentSchemas option to export object schemas to components by @fenollp in #935
New Contributors
- @cdent made their first contribution in #896
- @tcdsv made their first contribution in #899
- @imtaketa made their first contribution in #903
- @nickajacks1 made their first contribution in #905
- @brandonbloom made their first contribution in #912
- @thiagownt made their first contribution in #918
- @taufik-rama made their first contribution in #920
- @nobbynobbs made their first contribution in #931
Full Changelog: v0.123.0...v0.124.0