Skip to content

[Rust] Release 0.19.0

Compare
Choose a tag to compare
@Stranger6667 Stranger6667 released this 14 Sep 16:39
· 334 commits to master since this release
rust-v0.19.0
4349227

Added

  • jsonschema::compile shortcut.

Changed

  • Bump MSRV to 1.70.

Fixed

  • uuid format validation.
  • Combination of unevaluatedProperties with allOf and oneOf. #496

Deprecated

  • cli feature in favor of a separate jsonschema-cli crate.
  • draft201909 and draft202012 features. The relevant functionality is now enabled by default.

Performance

  • uuid validation via uuid-simd.