[Python] Release 0.21.0
·
329 commits
to master
since this release
Added
$anchorsupport.$recursiveRef&$recursiveAnchorsupport in Draft 2019-09.$dynamicRef&$dynamicAnchorsupport in Draft 2020-12.
Changed
- BREAKING: Treat
$refas URI, not URL and additionally normalize them. #454 - BREAKING: Resolve all non-recursive references eagerly.
- BREAKING: Disallow use of fragments in
$id. #264
Fixed
- Infinite recursion in
unevaluatedProperties. #420 - Cross-draft validation from newer to older ones.
- Changing base URI in folder.
- Location-independent identifier in remote resource.
- Missing some format validation for Draft 2020-12.
- Incomplete
iri&iri-referencevalidation.
Performance
- Faster validation for
uri,iri,uri-reference, andiri-referenceformats.