feat(ipintelligence): add canonical RDAP CIDR coverage and derive CIDRs from IPv4 start/end ranges

This commit is contained in:
2026-04-26 20:45:47 +00:00
parent 5331a3c2ce
commit 3e86e99d4f
5 changed files with 139 additions and 11 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-04-26 - 4.7.0 - feat(ipintelligence)
add canonical RDAP CIDR coverage and derive CIDRs from IPv4 start/end ranges
- Expose a new networkCidrs field alongside networkRange in IP intelligence results
- Convert RDAP IPv4 start/end ranges into canonical CIDR blocks, preserving legacy range formatting when multiple prefixes are required
- Add tests covering single-prefix and multi-prefix RDAP range parsing
## 2026-04-13 - 4.6.0 - feat(domain-intelligence)
add domain intelligence lookups with RDAP and DNS enrichment