Skip to content

v0.17.0

Compare
Choose a tag to compare
@mneudert mneudert released this 02 Sep 10:12
· 220 commits to master since this release
ee0804d
  • 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 the Country
      and RepresentedCountry result structs
  • 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