Skip to content

Latest commit

 

History

History
130 lines (124 loc) · 4.43 KB

File metadata and controls

130 lines (124 loc) · 4.43 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.8 - 2026-02-05

Added

Changed

  • README.md updated

0.7 - 2025-12-09

Added

  • --backoff-factor argument

Changed

  • CLI messages updated
  • Python 3.14 added to test.yml
  • Internal functions default values removed
  • README.md updated
  • Test system modified
  • ipspot_info function renamed to _print_ipspot_info
  • display_ip_info function renamed to _print_report

0.6 - 2025-11-18

Added

Changed

Removed

  • IPv4HTTPAdapter class
  • _get_json_ipv4_forced function

0.5 - 2025-10-17

Added

Changed

  • Test system modified
  • README.md updated

0.4 - 2025-06-09

Added

Changed

  • IPv4API.IPAPI renamed to IPv4API.IP_API_COM
  • IPv4API.IPINFO renamed to IPv4API.IPINFO_IO
  • IPv4API.IPSB renamed to IPv4API.IP_SB
  • IPv4API.IDENTME renamed to IPv4API.IDENT_ME
  • IPv4API.TNEDIME renamed to IPv4API.TNEDI_ME
  • get_public_ipv4 function modified
  • filter_parameter function renamed to _filter_parameter
  • README.md updated

0.3 - 2025-05-19

Added

  • is_ipv4 function
  • is_loopback function
  • IPv4HTTPAdapter class
  • Support ident.me
  • Support tnedi.me

Changed

  • get_private_ipv4 function modified
  • get_public_ipv4 function modified
  • _ipsb_ipv4 function modified
  • _ipapi_ipv4 function modified
  • _ipinfo_ipv4 function modified
  • functions.py renamed to utils.py
  • CLI functions moved to cli.py
  • IPv4 functions moved to ipv4.py
  • Test system modified

0.2 - 2025-05-04

Added

  • Support ip.sb
  • --timeout argument

Changed

  • README.md updated
  • Requests header updated
  • Test system modified

0.1 - 2025-04-25

Added

  • Support ipinfo.io
  • Support ip-api.com
  • get_private_ipv4 function
  • get_public_ipv4 function
  • --info and --version arguments
  • --ipv4-api argument
  • --no-geo argument
  • Logo