Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ip2geo.dev/llms.txt

Use this file to discover all available pages before exploring further.

This page documents version history and updates for our SDKs. We strongly recommend keeping your SDK up to date to benefit from the latest features, security patches, and performance improvements.
18 Apr - 2026
v0.0.3
  • Client-side support — use the SDK directly in the browser with public keys (i2g_pk_…) tied to your domains
  • Built-in smart caching layer for successful conversions with stale-while-revalidate (SWR) pattern, LRU eviction, and configurable cache, cacheMaxSize, cacheTTL options on Init
28 Jan - 2026
v0.0.2
  • IpValidation helper function to validate IP addresses
  • GetConversion to retrieve a single conversion by ID
  • GetConversions to retrieve multiple conversions by IDs
  • ListConversions with pagination and IP search filtering
  • New SELECT constants: geoname_id, subdivision, accuracy_radius, metro_code, registered_country
  • General improvements and fixes from the previous version
05 Jan - 2026
v0.0.1
  • Initial release and base functionality
  • Init function for SDK configuration
  • ConvertIP method for single IP address conversion
  • ConvertIPs method for bulk IP address conversion
  • Full TypeScript support with type definitions
  • Built-in client & server side safety and update notifications