Releases: python-openapi/openapi-spec-validator
Releases · python-openapi/openapi-spec-validator
0.8.1
24 Feb 09:01
Compare
Sorry, something went wrong.
No results found
Features
CLI version option #466
Split CLI error controls into validation and subschema modes #469
Fixes
Fix malformed schema traversal to report validation errors instead of internal exceptions #467
Validate declared path parameters against path template #470
Deprecations
Deprecates --error/--errors CLI options #469
0.8.0
23 Feb 16:33
Compare
Sorry, something went wrong.
No results found
Upgrades
Jsonschema-path 0.4 and openapi-schema-validator 0.7 upgrades #459
Python 3.13 and 3.14 support #392 #457
Fixes
Update openapi-schema-validator version constraint #439
Backward incompatibilities
0.8.0b3
17 Feb 14:35
Compare
Sorry, something went wrong.
No results found
Upgrades
Jsonschema-path 0.4.0b8 upgrade #455
0.8.0b2
14 Feb 21:15
Compare
Sorry, something went wrong.
No results found
Upgrades
Jsonschema-path 0.4.0b2 upgrade #449
Fixes
Update openapi-schema-validator version constraint #439
0.8.0b1
07 Jun 21:21
Compare
Sorry, something went wrong.
No results found
Upgrades
Python 3.8 support dropped #392
Python 3.13 support #392
Jsonschema-path upgrade #398
0.7.2
07 Jun 14:43
Compare
Sorry, something went wrong.
No results found
Fixes
Allow undefined required properties #312
Extract extra options recursively #391
0.7.1
13 Oct 11:42
Compare
Sorry, something went wrong.
No results found
Features
Versions submodule #291
Move to jsonschema-path package #292
Validator accepts any schema (schema dictionary or SchemaPath) #293
validate and validate_url shortcuts #294
Deprecations
validate_spec shortcut in deprecated. Usevalidate instead.
validate_spec_url shortcut is deprecated. Use validate_url instead.
0.7.0
09 Oct 14:53
Compare
Sorry, something went wrong.
No results found
Features
Allow validate multiple files (also with pre-commit hook) #255
Validators and keywords refactor #286
Python 3.12 support #290
Bump docker image python from 3.11.5-alpine to 3.12.0-alpine #288
Deprecations
openapi_*_spec_validator objects are deprecated. Use *SpecValidator classes instead.
0.6.0
10 Jul 07:57
Compare
Sorry, something went wrong.
No results found
This version drops support for Python 3.7
Upgrades
Compatibility with jsonschema 4.18, jsonschema-spec 0.2 and openapi-schema-validator 0.6 #202
Update dependencies #243
Deprecations
spec_url parameter of spec validator is deprecated. Use base_uri instead. #202
Backward incompatibilities
Drop python 3.7 support #226
0.6.0a2
16 Jun 08:23
Compare
Sorry, something went wrong.
No results found
Fixes
Update SupportsValidation protocol #232