[Rust] Release 0.19.0
·
334 commits
to master
since this release
Added
jsonschema::compile
shortcut.
Changed
- Bump MSRV to
1.70
.
Fixed
uuid
format validation.- Combination of
unevaluatedProperties
withallOf
andoneOf
. #496
Deprecated
cli
feature in favor of a separatejsonschema-cli
crate.draft201909
anddraft202012
features. The relevant functionality is now enabled by default.
Performance
uuid
validation viauuid-simd
.