Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
telize-2.0.0.tar.gz | 2018-03-24 | 12.8 kB | |
2.0.0 source code.tar.gz | 2018-03-15 | 12.8 kB | |
2.0.0 source code.zip | 2018-03-15 | 15.9 kB | |
README.md | 2018-03-15 | 819 Bytes | |
Totals: 4 Items | 42.4 kB | 0 |
- Switch to using GeoIP2/GeoLite2 databases
- The 'region_code' field is now in the ISO-3166-2 format for all countries
- The 'organization' field now only contains organization name, Autonomous System Numbers are now provided as a separate 'asn' field in numeric value
- Timezone offsets ('offset' field) are now generated as numeric values and in seconds
- The 'area_code' and 'dma_code' are not provided anymore
- Drop dependency on the Lua iconv module, GeoIP2/GeoLite2 databases are encoded as UTF-8
- Drop timezone.conf, GeoIP2/GeoLite2 databases contain time zones for each location
- Rename telize to telize.conf
- Update timezones list
- Add support for CORS in the 'jsonip' endpoint
- Rename the 'geoip' endpoint to 'location'
- Add Cache-Control header in the 'jsonip' endpoint as well