v0.17.0
-
Enhancements
- Storage of the internal database loader state has been migrated
to a named ets table in order to allow reading from databases while
the loading cycle has not yet been completed
(#20). - The
:is_in_european_union
information has been added to theCountry
andRepresentedCountry
result structs
- Storage of the internal database loader state has been migrated
-
Backwards incompatible changes
- Adapters are now responsible to return the complete (and final) result
of the lookup. No additional modifications will be made. Several module
namespaces have been renamed for this:Geolix.Model -> Geolix.Adapter.MMDB2.Model
Geolix.Record -> Geolix.Adapter.MMDB2.Record
Geolix.Result -> Geolix.Adapter.MMDB2.Result
- Adapters are now responsible to return the complete (and final) result