Skip to content

[Rust] Release 0.46.6

Choose a tag to compare

@github-actions github-actions released this 23 Jun 22:51
· 368 commits to master since this release
332f539

Added

  • IntoRegistryResource for Arc<Value>. #1129

Fixed

  • prefixItems incorrectly recognised as a known keyword in Draft 2019-09 and earlier (it is 2020-12 only).
  • pattern validation errors displayed the internally translated regex instead of the original schema pattern. #1149