Releases: Stranger6667/jsonschema
Releases · Stranger6667/jsonschema
[Rust] Release 0.28.1
Fixed
- Handle fragment references within
$id
-anchored subschemas. #640
[Python] Release 0.28.1
Fixed
- Handle fragment references within
$id
-anchored subschemas. #640
[Rust] Release 0.28.0
Added
- Implement
IntoIterator
forLocation
to iterate overLocationSegment
. - Implement
FromIter
forLocation
to build aLocation
from an iterator ofLocationSegment
. ValidationError::to_owned
method for converting errors into owned versions.- Meta-schema validation support. #442
[Python] Release 0.28.0
Added
- Meta-schema validation support. #442
[Rust] Release 0.27.1
Added
- Implement
ExactSizeIterator
forPrimitiveTypesBitMapIterator
.
[Python] Release 0.27.1
Added
- Extend
ValidationErrorKind
with error-specific context data. - Missing type annotations for
retriever
&mask
arguments.
[Rust] Release 0.27.0
Added
- Added
masked()
andmasked_with()
methods toValidationError
to support hiding sensitive data in error messages. #434
Changed
- Improved error message for unknown formats.
- Bump MSRV to
1.71.1
.
[Python] Release 0.27.0
[Rust] Release 0.26.2
Documentation
- Fix documentation for
validate
[Rust] Release 0.26.1
Fixed
- Return "Unknown specification" error on
https
-prefixed$schema
for Draft 4, 5, 6. #629