Skip to content

Tuweni 2.4.0

Compare
Choose a tag to compare
@atoulme atoulme released this 30 May 06:19
· 84 commits to main since this release

⚠️ THIS RELEASE IS SUPERCEDED BY 2.4.1. ⚠️
This release's dependencies publication is invalid. Use 2.4.1 instead.

Breaking changes

  • Change the group ID used by Tuweni from org.apache.tuweni to io.tmio @atoulme in #2

What's Changed

What's Fixed

  • Fix a problem where 32-byte constant values would not slice properly: apache#446
  • Fixes a corner case of bytes comparisons if both objects are only representing zero bytes, but they have different sizes: apache#447
  • using compile only for annotation dependencies that are used for static code analysis: apache#450
  • Fix for error logged during discovery: apache#277
  • SSZ complex types support: apache#487