| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-08-25 | 2.5 kB | |
| v0.133.0 source code.tar.gz | 2025-08-25 | 509.5 kB | |
| v0.133.0 source code.zip | 2025-08-25 | 691.6 kB | |
| Totals: 3 Items | 1.2 MB | 0 | |
What's Changed
- openapi3: resolve Snyk security warning with path traversal by @seborama in https://github.com/getkin/kin-openapi/pull/1066
- openapi3: replace bigfloat with decimal128 to fix rounding errors during validation by @Revolyssup in https://github.com/getkin/kin-openapi/pull/1068
- openapi2conv: Preserve externalDocs on operations during conversion by @hwustrack in https://github.com/getkin/kin-openapi/pull/1070
- openapi3: fix ineffectual caching of compiled regexps by @philpearl in https://github.com/getkin/kin-openapi/pull/1076
- openapi3: use Ptr instead of BoolPtr,Float64Ptr,Int64Ptr,Uint64Ptr by @alexandear in https://github.com/getkin/kin-openapi/pull/1033
- openapi3: resolve refs in parameter examples by @reuvenharrison in https://github.com/getkin/kin-openapi/pull/1086
- openapifilter: Add support for RFC 7396 application/merge-patch+json by @byted in https://github.com/getkin/kin-openapi/pull/1084
- openapi3filter: use FileBodyDecoder if the format is specified as binary by @dbarrosop in https://github.com/getkin/kin-openapi/pull/1088
- openapi3: preserve all validation errors for allOf by @alexbakker in https://github.com/getkin/kin-openapi/pull/1087
- openapi3filter: support primitive parsing for individual text like parts in multipart/form-data by @nmeheus in https://github.com/getkin/kin-openapi/pull/1090
- Some coding style fixes and cleaning up by @fenollp in https://github.com/getkin/kin-openapi/pull/1093
- openapi2conv: preserve x-fields when converting from v2 to v3 by @saltbo in https://github.com/getkin/kin-openapi/pull/1092
New Contributors
- @seborama made their first contribution in https://github.com/getkin/kin-openapi/pull/1066
- @Revolyssup made their first contribution in https://github.com/getkin/kin-openapi/pull/1068
- @hwustrack made their first contribution in https://github.com/getkin/kin-openapi/pull/1070
- @philpearl made their first contribution in https://github.com/getkin/kin-openapi/pull/1076
- @byted made their first contribution in https://github.com/getkin/kin-openapi/pull/1084
- @dbarrosop made their first contribution in https://github.com/getkin/kin-openapi/pull/1088
- @nmeheus made their first contribution in https://github.com/getkin/kin-openapi/pull/1090
- @saltbo made their first contribution in https://github.com/getkin/kin-openapi/pull/1092
Full Changelog: https://github.com/getkin/kin-openapi/compare/v0.132.0...v0.133.0