-
-
Notifications
You must be signed in to change notification settings - Fork 484
Comparing changes
Open a pull request
base repository: getkin/kin-openapi
base: v0.132.0
head repository: getkin/kin-openapi
compare: v0.133.0
- 12 commits
- 32 files changed
- 14 contributors
Commits on May 1, 2025
-
fix: resolve Snyk security warning with path traversal (#1066)
Co-authored-by: Seb Chatal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf26c56 - Browse repository at this point
Copy the full SHA bf26c56View commit details
Commits on May 9, 2025
-
openapi3: replace bigfloat with decimal128 to fix rounding errors dur…
…ing validation (#1068) * fix: replace bigfloat with decimal128 * update tests
Configuration menu - View commit details
-
Copy full SHA for d4bdebd - Browse repository at this point
Copy the full SHA d4bdebdView commit details
Commits on May 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 90fb641 - Browse repository at this point
Copy the full SHA 90fb641View commit details
Commits on Jun 10, 2025
-
openapi3: fix ineffectual caching of compiled regexps (#1076)
* Fix openapi regex caching. * Remove stray line
Configuration menu - View commit details
-
Copy full SHA for 783206b - Browse repository at this point
Copy the full SHA 783206bView commit details
Commits on Jun 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2de45f7 - Browse repository at this point
Copy the full SHA 2de45f7View commit details
Commits on Jul 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d72d75b - Browse repository at this point
Copy the full SHA d72d75bView commit details
Commits on Aug 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4358c4a - Browse repository at this point
Copy the full SHA 4358c4aView commit details
Commits on Aug 7, 2025
-
openapi3filter: use FileBodyDecoder if the format is specified as bin…
…ary (#1088) * use FileBodyDecoder if the format is specified as binary * added tests * clean up zip test * Update openapi3filter/req_resp_decoder.go --------- Co-authored-by: Pierre Fenoll <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6acf92b - Browse repository at this point
Copy the full SHA 6acf92bView commit details
Commits on Aug 10, 2025
-
openapi3: preserve all validation errors for allOf (#1087)
Previously, only the first error would be reported
Configuration menu - View commit details
-
Copy full SHA for e00a340 - Browse repository at this point
Copy the full SHA e00a340View commit details
Commits on Aug 21, 2025
-
openapi3filter: support primitive parsing for individual text like pa…
…rts in multipart/form-data (#1090) * Add primitive parsing * fix check --------- Co-authored-by: Nathan Meheus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a33c5f8 - Browse repository at this point
Copy the full SHA a33c5f8View commit details -
Some coding style fixes and cleaning up (#1093)
* openapi3filter: some coding style fixes Signed-off-by: Pierre Fenoll <[email protected]> * aannd more cleaning up Signed-off-by: Pierre Fenoll <[email protected]> --------- Signed-off-by: Pierre Fenoll <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59b018c - Browse repository at this point
Copy the full SHA 59b018cView commit details
Commits on Aug 25, 2025
-
openapi2conv: preserve x-fields when converting from v2 to v3 (#1092)
* Fix: Preserve extensions (like x-order) when converting OpenAPI v2 to v3 This commit fixes an issue where schema property-level extensions such as x-order were being lost during OpenAPI v2 to v3 conversion. The problem was in the ToV3SchemaRef function where schema.Extensions was being assigned to v3Schema.Extensions instead of schema.Value.Extensions. This meant that only SchemaRef-level extensions were preserved, but not the actual schema property extensions. Changes: - Modified ToV3SchemaRef to properly copy schema.Value.Extensions - Added comprehensive tests to verify extension preservation - Ensured both schema-level and property-level extensions are maintained - Verified nested properties also preserve their extensions Fixes #1091 * fix: remove the unnecessary copy loop Signed-off-by: saltbo <[email protected]> --------- Signed-off-by: saltbo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2baea3d - Browse repository at this point
Copy the full SHA 2baea3dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.132.0...v0.133.0