Skip to content

Release 3.7.0

Choose a tag to compare

@zeenix zeenix released this 11 May 07:58
· 3205 commits to main since this release
  • Remove a big bunch of panic possibilities in serializers and deserializers.
  • More thorough and correct signature checks.
  • Limit container recursion depth to avoid stack overflows.
  • Add fuzzing to CI.
  • Signature::from_str_unchecked now const.
  • Value::to_owned now a public API.
  • Add more Error variants:
    • OutOfBounds.
    • MaxDepthExceeded.