v0.125.0
What's Changed
- Revert "openapi3gen: add CreateComponentSchemas option to export object schemas to components" and add with the correct contributors by @EnriqueL8 in #937
- openapi3: keep oneOf context in markSchemaErrorKey (#940) by @jordan-wu-97 in #941
- docs: add github.com/a-h/rest to projects list by @a-h in #942
- openapi4filter: improve CSV resp decoder performance by @mpoqq in #948
- openapi3filter: ensure key matches param name before decoding in
(*urlValuesDecoder) DecodeObject(..)
by @MateusFrFreitas in #947 - openapi3: ensure YAML marshalling matches JSON's by @damien-talos in #943
- openapi{2,3}: surface both json/yaml unmarshal errors by @timothympace in #950
- openapi3(tests): use testify's
YAMLEq
function by @percivalalb in #954 - openapi3filter: add context to Validator Middleware's ErrFunc and LogFunc functions by @crissi98 in #953
- openapi3: move ref codegen to Go by @percivalalb in #956
- changelog: note API breakage from #953 by @fenollp in #957
- openapi3: internalize refs for path parameters by @selaux in #960
- ci: drop CodeQL by @fenollp in #962
New Contributors
- @EnriqueL8 made their first contribution in #937
- @jordan-wu-97 made their first contribution in #941
- @a-h made their first contribution in #942
- @mpoqq made their first contribution in #948
- @MateusFrFreitas made their first contribution in #947
- @damien-talos made their first contribution in #943
- @timothympace made their first contribution in #950
- @percivalalb made their first contribution in #954
- @crissi98 made their first contribution in #953
- @selaux made their first contribution in #960
Full Changelog: v0.124.0...v0.125.0