v0.127.0
What's Changed
- openapi3: include local reference parts in refPath saved by @percivalalb in #978
- fix: update type: file to type: string and format: binary by @reversearrow in #980
- test: add a test for #499 by @AnatolyRugalev in #982
- test: add a test for #961 by @AnatolyRugalev in #981
- openapi3gen: generate "nullable: true" for pointers by @endertunc in #987
- openapi3filter: Remove inconsistency for arrays in queries by @TheSadlig in #990
- openapi3filter: remove double call by @AriehSchneier in #993
- openapi3filter: Fix default arrays application for query parameters by @TheSadlig in #992
- routers: downgrade gorilla/mux to v1.8.0 for #988 by @fenollp in #996
- openapi3: export
ComponentRef
for usage inRefNameResolver
by @fenollp in #998 - Add note on gorillamux by @fenollp in #999
New Contributors
- @reversearrow made their first contribution in #980
- @endertunc made their first contribution in #987
- @TheSadlig made their first contribution in #990
Full Changelog: v0.126.0...v0.127.0