v0.1.8
- Cache: results now expire after a configurable TTL (
IPINFO_CACHE_TTL, default 1 hour). Entries are also scoped per API token, so different tokens never share cached results. - Fix: errors for individual IPs in a batch are now reported in
errorsinstead of being silently dropped. - The legacy API base URL is configurable via
IPINFO_LEGACY_BASE_URL.
Full Changelog: v0.1.7...v0.1.8