Skip to content

Releases: Stranger6667/jsonschema

Release 0.17.1

05 Jul 10:00
rust-v0.17.1
8a2fa1f
Compare
Choose a tag to compare

Changed

  • Improved error messages for oneOf / anyOf keywords. #429

Fixed

  • Improper handling of subschema validation in unevaluatedProperties. #421

[Python] Release 0.16.0

12 May 15:41
python-v0.16.0
ead0da1
Compare
Choose a tag to compare

Added

  • Python 3.10 support

Fixed

  • Installation error due to pyo3-built incompatibility
  • Memory leak in iter_errors. #325

Changed

  • Update pyo3 to 0.16.

Removed

  • Support for Python 3.6

Release 0.16.0

21 Apr 15:34
rust-v0.16.0
10530ec
Compare
Choose a tag to compare

Fixed

  • Library compilation with no default features. #356
  • Compilation with resolve-file only. #358

Changed

  • BREAKING: Revert changes from #353 and #343, as they caused compilation issues.