telize

High performance JSON IP and GeoIP REST API (IP Geolocation)
Log | Files | Refs | README | LICENSE

commit 22d7f1ec26682b438a11d43bbe7bdbe2d7589130
parent 3d175995792887489379cab78f113a4ac92130c7
Author: Frederic Cambus <fred@statdns.com>
Date:   Wed, 14 Mar 2018 10:45:52 +0100

Update ChangeLog prior to the 2.0.0 release

Diffstat:
MChangeLog | 11+++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,14 +1,17 @@ -Telize 2.00 (2018-03-??) +Telize 2.0.0 (2018-03-14) - 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 -- Convert ASN to numeric value -- Generate timezone offsets as numeric values -- Generate timezone offsets in seconds - Update timezones list - Add support for CORS in the 'jsonip' endpoint - Rename the 'geoip' endpoint to 'location'