github Stranger6667/jsonschema ruby-v0.42.2
[Ruby] Release 0.42.2

latest releases: ruby-v0.46.5, python-v0.46.5, rust-v0.46.5...
3 months ago

Changed

  • Custom keyword validation exceptions are now chained to the resulting ValidationError via cause, preserving the original exception class and message.

Fixed

  • SWAR digit parser accepted bytes :? (0x3A–0x3F) as valid digits during date, time, and date-time format validation, potentially allowing malformed values to pass.

Performance

  • Extend pattern prefix optimization to handle escaped slashes (^\/) and exact-match patterns (^\$ref$).
  • Specialize enum for cases when all variants are strings.

Don't miss a new jsonschema release

NewReleases is sending notifications on new releases.