geolix v0.11.0 Release Notes

Release Date: 2016-12-28 // over 7 years ago
    • ✨ 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 responses
      • GeoIP-Enterprise databases return structs instead of plain maps
      • Lookups are done with a configurable timeout
    • 🗄 Deprecations

      • Configuring the application's databases using {:id, filename} tuples (or Keyword.t) has been deprecated in favor of a list of database definition maps
      • Geolix.set_database/2 has been deprecated in favor of the new Geolix.load_database/1