Skip to content

v1.0.0

Choose a tag to compare

@mneudert mneudert released this 08 Sep 14:15
· 114 commits to master since this release
6e25a0b

The adapter Geolix.Adapter.MMDB2 has been extracted a separate repository. You should be able to upgrade to the external adapter by changing your project's dependencies from :geolix to :geolix_adapter_mmdb2 with an appropriate version requirement.

  • Enhancements

    • Database metadata is now available via Geolix.metadata/0,1 (#26)
  • Backwards incompatible changes

    • The database workers function of an adapter will now receive the full database configuration to be configured as the sole parameter
    • The lookup function of an adapter will now receive the full database configuration to be used for the lookup as a third parameter