Releases: O-X-L/geoip-lookup-service
Releases · O-X-L/geoip-lookup-service
1.5
1.3
Features
-
Added Filter-shortcuts:
With these users can query commonly used filters without an additional lookup.
Example:
?ip=8.8.8.8&lookup=country.iso_code # gives the same response as ?ip=8.8.8.8&lookup=country&filter=country.iso_codeFor edge-cases where users want get more data - the wildcard filter can be used:
?lookup=country&ip=1.1.1.1 > US ?lookup=country&ip=1.1.1.1&filter=* > {"continent":"NA","continent_name":"North America","country":"US","country_name":"United States"} -
Better error-handling was implemented
-
Quotes from simple string-responses are now omitted by default
Project
- Tests were updated and organized into a dedicated directory
Support the Open-Source project:
1.2
Features
-
Support for IPInfo-Lite databases
Use the
-lite ./ipinfo_lite.mmdbIt is used as Country & ASN lookup-source.
-
Support for OXL ASN databases
-
Bumped version of Go
-
Bumped version of alpine in the docker-example
Project
- Extended functional tests & added them as CI-job to test for regressions
Support the Open-Source project:
1.1
1.0
Features:
- Support for IPInfo Free and MaxMind GeoLite2 databases
- Basic Database Lookups
- Filtering to select single attribute
Feedback is welcome!