Skip to content

1.34.1

Compare
Choose a tag to compare
@vyazelenko vyazelenko released this 13 Jan 12:01
· 94 commits to master since this release

Changed

  • Bump json to 20250107.
  • Bump Mockito to 5.15.2.

Added

  • Doc: Add --add-opens java.base/jdk.internal.misc=ALL-UNNAMED to the example execution.
  • Rust: encoding primitive arrays now supports slice instead of array (issue #1021). (#1040)

Fixed

  • C++: check for not wrapped state in decodeLength() when precedence checks are enabled. (#1046)
  • C++: use m_actingBlockLength in decodeLength(). (#1045)