Skip to content

Releases: tmio/tuweni

v2.4.2

07 Jul 06:14
Compare
Choose a tag to compare

This release is a maintenance release following 2.4.1, with a single fix.

  • use Vert.x periodic await (##14)

Full Changelog: v2.4.1...v2.4.2

Tuweni v2.4.1

06 Jun 04:37
Compare
Choose a tag to compare

This release is a patch release replacing 2.4.0.

Fixes:

  • Fix the group id used in Maven pom dependency declarations with project dependencies

Full Changelog: v2.4.0...v2.4.1

Tuweni 2.4.0

30 May 06:19
Compare
Choose a tag to compare

⚠️ 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