Skip to content

Releases: ipinfo/cli

grepip-1.2.2

21 Jul 20:17
Compare
Choose a tag to compare
  • Some special bogon edge cases are now properly ignored by grepip when requested.

ipinfo-2.10.1

01 Feb 02:52
Compare
Choose a tag to compare

Fixed a rare bug where a cache could exceed 1GB in size but have less than 10k
entries, thus causing a crash due to a presumption that at least 10k entries
would exist.

splitcidr-1.0.0

28 Sep 13:42
f5bc3be
Compare
Choose a tag to compare

Initial release of splitcidr which splits larger CIDRs into smaller CIDRs.

ipinfo-2.10.0

28 Sep 13:53
Compare
Choose a tag to compare

ipinfo now includes splitcidr as a new subcommand, which splits larger
CIDRs into smaller CIDRs.

ipinfo-2.9.0

22 Aug 09:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: ipinfo-2.8.1...ipinfo-2.9.0

ipinfo-2.8.1

23 May 15:33
Compare
Choose a tag to compare
  • Upgrades the underlying IPinfo Go SDK to make batch operations more stable
    when inputting extremely large inputs.

range2cidr-1.3.0

21 Mar 21:13
Compare
Choose a tag to compare
  • Fixed range2cidr not properly re-writing headers when they were available.

ipinfo-2.8.0

21 Mar 21:13
Compare
Choose a tag to compare
  • Fixed range2cidr not properly re-writing headers when they were available.
  • -f region wasn't working for when selecting specific fields.
  • Don't cancel on reading newlines when reading from files.

ipinfo-2.7.0

08 Dec 13:14
Compare
Choose a tag to compare
  • Added a config subcommand for configuring the cache, the token, and more in
    the future.
  • Fixes a bug where the IP in bulk lookup context was not showing if the output
    format was CSV.

ipinfo-2.6.1

23 Nov 10:48
Compare
Choose a tag to compare

Fixes a bug where if the config directory was not created, the cache would
not be used until it was created manually.