Releases: Stranger6667/jsonschema
Releases · Stranger6667/jsonschema
[Rust] Release 0.24.3
Fixed
- Infinite recursion when using mutually recursive
$ref
inunevaluatedProperties
.
[Python] Release 0.25.0
Important: This release removes deprecated old APIs. See the Migration Guide for details on transitioning to the new API.
Changed
- BREAKING: Default to Draft 2020-12.
Removed
- Deprecated
JSONSchema
class. - Deprecated
with_meta_schemas
argument in multiple functions.
[Python] Release 0.24.3
Fixed
- Infinite recursion when using mutually recursive
$ref
inunevaluatedProperties
.
[Rust] Release 0.24.2
Fixed
- Infinite recursion in some cases. #146
$ref
interaction with$recursiveAnchor
in Draft 2019-09.unevaluatedProperties
with$recursiveRef
&$dynamicRef
.
[Python] Release 0.24.2
Fixed
- Infinite recursion in some cases. #146
$ref
interaction with$recursiveAnchor
in Draft 2019-09.unevaluatedProperties
with$recursiveRef
&$dynamicRef
.
[Rust] Release 0.24.1
Fixed
- Incomplete external reference resolution.
[Python] Release 0.24.1
Fixed
- Incomplete external reference resolution.
[Rust] Release 0.24.0
[Python] Release 0.24.0
[Rust] Release 0.23.0
Added
- Partial support for
unevaluatedItems
, excluding references.
Changed
- Improve error messages on WASM. #568
- Improve error messages on URI resolving and parsing.
- BREAKING: Replace
JsonPointer
in favor ofLocation
.
Deprecated
PathChunkRef
in favor ofLocationSegment
.JsonPointerNode
in favor ofLazyLocation
.
Fixed
- Resolving file references on Windows. #441
- Missing annotations from by-reference applicators. #403
- Relative keyword locations missing by-reference applicators (such as
$ref
or$dynamicRef
).
Performance
- Faster building of a validator.
- Speedup
hostname
&idn-hostname
formats validation. - Speedup
apply
.
Removed
JsonPointerNode::to_vec
without a replacement.