Skip to content

[Rust] Release 0.38.0

Choose a tag to compare

@Stranger6667 Stranger6667 released this 24 Dec 18:24
· 181 commits to master since this release
rust-v0.38.0
6f532dc

Added

  • EmailOptions for configuring email format validation. #903

Fixed

  • Use-after-free in async $ref resolution when multiple refs target the same external URL with different fragments. #906
  • multipleOf validation for large u64 values beyond i64::MAX with arbitrary-precision feature.
  • Validator not being Send + Sync on WASM targets. #915