Sourced from com.github.seancfoley:ipaddress's releases.
Version 5.5.0
- added collection types for dual IPv4/v6 tries and for dual IPv4/v6 associative tries, issue #103
- trie performance improvements for all trie operations
- added
shortestPrefixMatch
trie methods- added
enumerate
methods, the inverse of theincrement
methods, to find the position of an address in a subnet, or to find the distance between two addresses- added an
increment
method accepting aBigInteger
argument toIPv6Address
andIPv6AddressSection
- added the ability to construct an
IPv6Address
from two longs- added
replace
methods to address classes that take address sections- added
overlaps
methods to check for overlapping subnets, and for checking sequential range overlap with a subnet- added
floor
/lower
/ceiling
/higher
methods to the address trie types, these methods previously accessible only from trie sets- added the extraneous digits IPv4 parsing option allow_inet_aton_extraneous_digits, issue #105.
- includes the fix to invalid radix argument infinite loop, issue #118
9d4275a
Update README.md514bcc9
version 5.5.0 artifacts2608276
clean-up27e2831
clean-up808fc2f
clean-upa95390e
remove explicit toString calld649f6f
changes for version 5.5b595686
Merge branch 'v5' of https://github.com/seancfoley/IPAddress.git
into v598f283d
improve max digit handling