github Stranger6667/jsonschema rust-v0.47.0
[Rust] Release 0.47.0

latest releases: ruby-v0.47.0, python-v0.47.0
4 hours ago

Added

  • #[jsonschema::validator] attribute macro (behind the macros feature) that compiles a JSON Schema into is_valid and validate implementations at build time.
  • Keyword::iter_errors for reporting multiple validation errors from a single custom keyword. #1071

Changed

  • Bump MSRV to 1.85.0.

Performance

  • Faster meta-schema validation and schema compilation with the macros feature, via compile-time meta-schema validators.

Fixed

  • type under items asserted with the Validation vocabulary disabled.
  • Disabled vocabularies ignored for $ref targets without their own $schema (e.g. $defs entries).

Don't miss a new jsonschema release

NewReleases is sending notifications on new releases.