Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2024

This PR contains the following updates:

Package Change Age Confidence
com.github.seancfoley:ipaddress (source) 5.5.05.6.1 age confidence

Release Notes

seancfoley/IPAddress (com.github.seancfoley:ipaddress)

v5.6.1: Version 5.6.1

Adjusts prefix lengths in containment tries for all individual addresses

v5.6.0: Version 5.6.0

This version introduces new types for efficient IP address collections and set operations, along with a few other enhancements

  • added IPAddressSeqRangeList, a collection type backed by IP address ranges, offering binary search, an alternative to tries with potentially better CPU cache coherence when searching
  • IPAddressSeqRangeList enables the arithmetic set operations add/join, intersect, remove, and complement
  • added the corresponding version-specific types IPv4AddressSeqRangeList and IPv6AddressSeqRangeList
  • added IPAddressContainmentTrie, an alternative collection option backed by CIDR prefix blocks in a trie, expanding on the existing trie functionality.
  • added the corresponding version-specific types IPv4AddressContainmentTrie and IPv6AddressContainmentTrie
  • added the IPAddressCollection interface representing collections of individual addresses, implemented by all range list and containment trie types
  • added the IPAddressAggregation interface representing all types which can represent a multitude of IP addresses, whether collections, ranges, or subnets
  • added new and optimized increment(), decrement() and incrementBoundary() methods to the address types, more efficient than increment(1), increment(-1), incrementBoundary(1)
  • extended increment(BigInteger) to the address/subnet types IPAddress and IPv4Address, and not just IPV6Address, for easier polymorphism
  • added a complement method to IPAddress returning blocks, and a complement method to IPAddressSeqRange returning ranges, in addition to the complement method included with IPAddressSeqRangeList
  • added methods to IPAddressSeqRange to integrate with IPAddressSeqRangeList to create lists efficiently: subtractIntoList, joinIntoList, complementIntoList
  • added intoSequentialRangeList methods to IP address and sequential range classes for polymorphic and efficient IPAddressSeqRangeList creation
  • added intoContainmentTrie methods to IP address and range classes for polymorphic IPAddressContainmentTrie creation
  • added new trie types IPAddressTrie and IPAddressAssociativeTrie, similar to existing types, but version-polymorphic, they can become either IPv4 or IPv6 tries, but not both at the same time
  • fixed an issue with merging addresses with prefixes into sequential blocks

v5.5.1: Version 5.5.1

  • added new merge functions mergeToDualPrefixBlocks and mergeToDualSequentialBlocks for combined IPv4/IPv6 merging
  • added public constructors accepting message strings to AddressValueException and IncompatibleAddressException, issue #​127
  • removed caching functionality from containingFirstIterator, use all-node containingFirstAllNodeIterator instead

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/com.github.seancfoley-ipaddress-5.x branch from 792080a to 0781233 Compare August 10, 2025 13:58
@renovate renovate bot force-pushed the renovate/com.github.seancfoley-ipaddress-5.x branch from 0781233 to e52ce3d Compare February 2, 2026 06:00
@renovate renovate bot changed the title fix(deps): update dependency com.github.seancfoley:ipaddress to v5.5.1 fix(deps): update dependency com.github.seancfoley:ipaddress to v5.6.1 Feb 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants