Skip to content

[Rust] Release 0.40.2

Choose a tag to compare

@Stranger6667 Stranger6667 released this 30 Jan 12:46
· 53 commits to master since this release
rust-v0.40.2
e5f0364

Changed

  • Exclude internal tracker field from ValidationError Debug output.
  • Switch HTTP client TLS crypto backend from aws-lc-rs to ring to simplify building from source on some Linux distributions. #957

Fixed

  • type: integer validation in Draft 4 now correctly accepts large integers outside the i64/u64 range when arbitrary-precision feature is enabled.