Releases: tmio/tuweni
Releases · tmio/tuweni
v2.4.2
Tuweni v2.4.1
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
This release's dependencies publication is invalid. Use 2.4.1 instead.
Breaking changes
What's Changed
- Use Vert.x for the DNS client instead of dnsjava: apache#439
- Move Scuttlebutt code to Kotlin apache#440
- Move discovery code to Kotlin apache#441
- New plumtree examples: apache#454 and apache#455
- Add support for max clients in RLPx service: apache#497
- Add new module, JSON-RPC downloader: apache#544
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