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