Releases: Consensys/discovery
Releases · Consensys/discovery
26.1.0
What's Changed
- Add QUIC support by @StefanBratanov in #193
- feat: introduce signer abstraction for secret key operations by @Gabriel-Trintinalia in #196
New Contributors
- @Gabriel-Trintinalia made their first contribution in #196
Full Changelog: 25.4.0...26.1.0
25.4.0
What's Changed
- Add getNodeRecordBuckets, addNodeRecord, and deleteNode to DiscoverySystem by @Matilda-Clerke in #188
Full Changelog: 25.3.0...25.4.0
25.3.0
What's Changed
- Replacing io.tmio.tuweni for io.consensys.tuweni by @lucassaldanha in #187
New Contributors
- @lucassaldanha made their first contribution in #187
Full Changelog: 25.2.0...25.3.0
25.2.0
What's Changed
- Ensure all node records are valid length by @Matilda-Clerke in #185
New Contributors
- @Matilda-Clerke made their first contribution in #185
Full Changelog: 24.12.0...25.2.0
24.12.0
What's Changed
- Update tuweni library. by @david-ry4n in #183
- Update netty by @tbenr in #184
Full Changelog: 24.9.1...24.12.0
24.9.1
24.9.0
24.6.0
This release adds support for configuring listening on both IPv4 and IPv6 addresses (dual-stack), This can be achieved by passing both an IPv4 and IPv6 InetSocketAddress instance in the new listen(InetSocketAddress... listenAddresses) method in DiscoverySystemBuilder
Breaking Changes
NodeRecord.getTcpAddress() only returns the configured IPv4 address. For the configured IPv6 address, the new NodeRecord.getTcp6Address method should be used
What's Changed
- Fixed NPE in node session by @rolfyone in #174
- Bouncy Castle to 1.76 using the Java 8 variant by @fab-10 in #172
- Change CircleCI context by @StefanBratanov in #175
- Dependencies updates + README by @StefanBratanov in #177
- Support listening both IPv4 and IPv6 + NodeRecord extension by @StefanBratanov in #178
- IPv4/IPv6 additional handling + dependencies updates by @StefanBratanov in #180
New Contributors
- @fab-10 made their first contribution in #172
- @StefanBratanov made their first contribution in #175
Full Changelog: 22.12.0...24.6.0