Releases: elixir-geolix/testdata
Releases · elixir-geolix/testdata
v0.6.0
- Enhancements
- Added option to download a specific version (e.g. commit) of the MaxMind MMDB2 fixtures while defaulting to the
mainbranch - Downloads of the MaxMind MMDB2 fixtures are done with SSL verification when running OTP 21 or later using the
:castorelibrary and:public_key.pkix_verify_hostname_match_fun/1
- Added option to download a specific version (e.g. commit) of the MaxMind MMDB2 fixtures while defaulting to the
v0.5.1
v0.5.0
v0.4.0
-
Enhancements
- Entries to benchmark parsing of specific data types have been extended in
Benchmark.mmdb - Official MaxMind MMDB2 fixtures can be downloaded using
Geolix.TestData.MMDB2Fixture.download/2. To get the fixture contents and only download if not found locally you can useGeolix.TestData.MMDB2Fixture.contents/2
- Entries to benchmark parsing of specific data types have been extended in
-
Backwards incompatible changes
- Minimum required elixir version is now
~> 1.5
- Minimum required elixir version is now