Skip to content

Releases: massimocandela/geofeed-finder

v1.10.1

11 Jun 22:28
Compare
Choose a tag to compare
  • exposed parameter to force local detection of sub allocations (90ec468)
  • updated bulk whois parser (a95bb08)

v1.10.0

11 Jun 12:28
Compare
Choose a tag to compare
  • fixed issue with missing arin sub allocations (50fd834)
ARIN sub allocations (allocations done by ARIN's customers to other entities) were previously partially missing.
This patch fixes this issue but it also increases the processing time for ARIN. 
You can use option -p to skip fetching sub allocations and rely to the old behavior.

Thanks Jonathan Kosgei (ipdata.co) for reporting 
  • added documentation -p param (cc0d5b6)
  • updated dependencies (b42c777)

v1.9.5

21 May 13:07
Compare
Choose a tag to compare

v1.9.4

12 Mar 20:16
Compare
Choose a tag to compare
  • fixed regression of test function (57777b4)
  • improved error message (81d8ff2)

v1.9.3

12 Mar 19:19
Compare
Choose a tag to compare

v1.9.2

08 Mar 22:28
Compare
Choose a tag to compare

v1.9.0

02 Mar 14:38
Compare
Choose a tag to compare
  • improved cache file max age validation (5680b3c)
  • updated dependencies (88cac91)
  • improved cache validity management (b675dd4)
  • skip cache for test (7ab1412)
  • avoid caching geofeed files while using -t (a3ffd57)

v1.8.1

18 Feb 15:47
Compare
Choose a tag to compare
  • fixed number of expected values for -c param (0b663b7)
  • improved doc (6054fa7)

v1.8.0

16 Feb 21:17
Compare
Choose a tag to compare
  • Moved to node 18
  • Updated iso dataset (f2464e1)
  • Introduced -c parameter for whois cache validity (be8eacc)
  • Updated dependencies and audit fix (6b09437)

v1.7.1

06 Feb 19:36
Compare
Choose a tag to compare
  • patched dependencies
  • improved http cache stability