All Versions
18
Latest Version
Avg Release Cycle
121 days
Latest Release
1456 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.12.0 Changes
March 26, 2017Ownership has been transferred to the
elixir-geolix
organisationBackwards incompatible changes
- Support for non-map database configuration has been removed
- Support for
GeoIP2-Precision-City
andGeoIP2-Precision-Country
๐ database files has been removed
(matching upstream)
-
v0.11.0 Changes
December 28, 2016โจ Enhancements
- All configured databases can be reloaded in the background using
Geolix.reload_databases/0
- Database configuration has been extended to support adapters
Geolix.Adapter.Fake
is provided for a custom managed database with fixed/pre-defined responsesGeoIP-Enterprise
databases return structs instead of plain maps- Lookups are done with a configurable timeout
- All configured databases can be reloaded in the background using
๐ Deprecations
- Configuring the application's databases using
{:id, filename}
tuples (orKeyword.t
) has been deprecated in favor of a list of database definition maps Geolix.set_database/2
has been deprecated in favor of the newGeolix.load_database/1
- Configuring the application's databases using
-
v0.10.1 Changes
June 04, 2016- โจ Enhancements
- Lookup results are generated with
:en
as the default if no locale is passed
- Lookup results are generated with
- โจ Enhancements
-
v0.10.0 Changes
April 04, 2016โจ Enhancements
- Databases are reloaded if a storage process gets restarted
- Databases can be directly loaded from remote (http) locations if configured (#10)
- Paths can be configured by accessing the system environment
- Storage processes are now supervised
๐ Bug fixes
- Traits from the database are properly passed on in the result
-
v0.9.0 Changes
November 16, 2015- โจ Enhancements
- Allows usage of
GeoIP2-Precision-ISP
databases - Lookups querying all registered databases are done concurrently
- Allows usage of
- โจ Enhancements
-
v0.8.0 Changes
July 18, 2015โจ Enhancements
- Allows direct usage of gzip'ed database files
:locale
lookup option for easier access to translatable result values- Dependencies not used in production builds are marked as optional
๐ Bug fixes
Float
values are rounded to 4 decimal digitsDouble
values are rounded to 8 decimal digits
-
v0.7.0 Changes
February 16, 2015- โจ Enhancements
- Supports IPv4 lookups in IPv6 notation ("0:0:0:0:0:FFFF:xxxx:xxxx")
- Supports IPv6 lookups
- โจ Enhancements
-
v0.6.0 Changes
February 08, 2015- ๐ Initial Release