Skip to content

[Python] Release 0.23.0

Compare
Choose a tag to compare
@Stranger6667 Stranger6667 released this 12 Oct 17:04
· 196 commits to master since this release
python-v0.23.0
06c4b81

Added

  • Partial support for unevaluatedItems, excluding references.
  • validate_formats argument to all validator classes and validation functions. This allows overriding the draft-specific default behavior for format validation.
  • ignore_unknown_formats argument to all validator classes and validation functions. When set to False, unrecognized formats will be reported as validation errors instead of being silently ignored.
  • Python 3.13 support.

Changed

  • Improve error messages on URI resolving and parsing.

Fixed

  • Resolving file references on Windows. #441

Performance

  • Faster building of a validator.
  • Speedup hostname & idn-hostname formats validation.