Fix:
- Release major version, as there is a possibility of api change causing minimal backward incompatibly
Enhance:
- AI assisted clean up
Enhance:
- Added
proxy_count=0
as an option (@FraKraBa)
Enhance:
- Added
HTTP_CF_CONNECTING_IP
to list of known ip headers (Adam M.)
Enhance:
- Added logger name
Issue:
- Remove
HTTP_VIA
header support (unreliable IP information) (@yourcelf)
Enhance:
- Include support for python 3.12
- Introduced breaking changes to avoid conflicts with the
django-ipware
package. - Renamed the imported module from
ipware
topython_ipware
in thepython-ipware
package.- Old usage:
from ipware import IpWare
- New usage:
from python_ipware import IpWare
- Old usage:
- Enhance: Readme updates
Features:
- Added
X-CLIENT-IP
header support - Adds PEP 561 Compatibility (@stumpylog)
- Streamline pyproject.toml & add trusted publishing (@stumpylog)
- Publish version 1.0.0
Features:
- Initial Release