Skip to content

[Ruby] Release 0.47.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 23:55
c327318

Added

  • Optional iter_errors(instance) method on custom keyword validators for reporting multiple errors from a single keyword. #1071

Performance

  • Faster validator construction, 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).