What's Changed
- README: add Fuego to dependents by @EwenQuim in #1017
- openapi3: skip a test in CI to avoid 403s from some remote server by @fenollp in #1019
- openapi3: introduce StringMap type to enable unmarshalling of maps with Origin by @reuvenharrison in #1018
- openapi3: reference originating locations in YAML specs - step 1 by @reuvenharrison in #1007
- openapi3: reference originating locations in YAML specs - step 2 by @reuvenharrison in #1024
- openapi3: process discriminator mapping values as refs by @jgresty in #1022
- openapi3filter: register decoder for other JSON content types by @oliverli in #1026
- Revert "openapi3: process discriminator mapping values as refs" by @fenollp in #1029
- openapi3: fail to load spec because of schema names in mapping by @reuvenharrison in #1027
- openapi2conv: convert schemaRef for additional props by @jayanth-tatina-groww in #1030
- openapi3: simplify by replacing math.Min with min by @alexandear in #1032
- openapi3: fix deprecation comments by @alexandear in #1034
- test: fix expected-actual parameters in require.Equal by @alexandear in #1035
- use forked yaml modules without "replace" by @reuvenharrison in #1038
- openapi3: update date schema formats to not match months or days of '00' by @RulerOfTheQueendom in #1042
- openapi3,openapi3filter: replace interface{} with any by @alexandear in #1040
- openapi3filter: Simplify ValidateRequest implementation by @alexandear in #1041
- openapi3filter: validation of
x-www-form-urlencoded
with arbitrary nested allOf by @mikhalytch in #1046 - openapi2conv: convert references in nested additionalProperties schemas by @travisnewhouse in #1047
New Contributors
- @EwenQuim made their first contribution in #1017
- @jgresty made their first contribution in #1022
- @oliverli made their first contribution in #1026
- @jayanth-tatina-groww made their first contribution in #1030
- @RulerOfTheQueendom made their first contribution in #1042
- @mikhalytch made their first contribution in #1046
- @travisnewhouse made their first contribution in #1047
Full Changelog: v0.128.0...v0.129.0