[Rust] Release 0.19.0
·
460 commits
to master
since this release
Added
jsonschema::compileshortcut.
Changed
- Bump MSRV to
1.70.
Fixed
uuidformat validation.- Combination of
unevaluatedPropertieswithallOfandoneOf. #496
Deprecated
clifeature in favor of a separatejsonschema-clicrate.draft201909anddraft202012features. The relevant functionality is now enabled by default.
Performance
uuidvalidation viauuid-simd.