Skip to content

v2.0.0

Choose a tag to compare

@mneudert mneudert released this 02 Nov 14:16
· 109 commits to master since this release
9de5201
  • Enhancements

    • The data at a specific pointer position can be retrieved
    • The pointer an IP has can be retrieved
  • Backwards incompatible changes

    • Database entries of the type data cache container now return :cache_container (was :cache)
    • Database entries of the type end marker now return :end_marker (was :end)
    • Minimum required elixir version is now ~> 1.7
    • New decoding defaults are now active:
      • double_prevision: nil
      • float_precision: nil
      • map_keys: :strings
        • As a result the database descriptions in MMDB2Decoder.Metadata are now always a map with binary keys instead of atom keys
    • MMDB2Decoder.Data.decode/3 is now private