Skip to content

24.6.0

Compare
Choose a tag to compare
@StefanBratanov StefanBratanov released this 26 Jun 08:59
· 4 commits to master since this release
c66f3d7

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

New Contributors

Full Changelog: 22.12.0...24.6.0