Releases: ipinfo/cli
Releases · ipinfo/cli
grepip-1.2.2
- Some special bogon edge cases are now properly ignored by grepip when requested.
ipinfo-2.10.1
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
Initial release of splitcidr
which splits larger CIDRs into smaller CIDRs.
ipinfo-2.10.0
ipinfo
now includes splitcidr
as a new subcommand, which splits larger
CIDRs into smaller CIDRs.
ipinfo-2.9.0
What's Changed
- make
myip
command not cache by default by @K3das in #114 - Added code snippets to the README's Quick Start Section by @anyfactor in #115
- fixed country format by @rm-Umar in #116
- clear error for unauthenticated request by @rm-Umar in #117
- fix csv format by @rm-Umar in #118
New Contributors
- @K3das made their first contribution in #114
- @anyfactor made their first contribution in #115
Full Changelog: ipinfo-2.8.1...ipinfo-2.9.0
ipinfo-2.8.1
- Upgrades the underlying IPinfo Go SDK to make batch operations more stable
when inputting extremely large inputs.
range2cidr-1.3.0
- Fixed
range2cidr
not properly re-writing headers when they were available.
ipinfo-2.8.0
- 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
- 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
Fixes a bug where if the config directory was not created, the cache would
not be used until it was created manually.