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