Skip to content

Releases: ipinfo/mmdbctl

mmdbctl-1.4.8

05 Sep 19:47

Choose a tag to compare

mmdbctl-1.4.7

29 Jan 20:11

Choose a tag to compare

  • dbaf552 Upgrade to latest ipinfo/cli commit, fixing CSV values being written to stdout
  • 508bba1 read: include IP in JSON output

mmdbctl-1.4.6

08 Aug 01:44

Choose a tag to compare

  • #39 Switch to "github.com/edsrzf/mmap-go" for cross-platform mmap implementation (to make Windows builds work again)
  • #37 import: JSON input processing supports --fields and --fields-from-header flags
  • #30 added type sizes info found within the data section)
  • #28 added low-level mmdb data to the metadata output
  • #26 Fix: Compatibility Issue with IP2Location DB using int for IP Range

mmdbctl-1.4.4

07 Nov 18:57

Choose a tag to compare

Upgrade "Release to Github" workflow to use go v1.20

mmdbctl-1.4.3

25 Sep 23:28

Choose a tag to compare

What's Changed

Full Changelog: mmdbctl-1.4.2...mmdbctl-1.4.3

mmdbctl-1.4.2

26 Jul 08:08

Choose a tag to compare

  • Fixed a bug where the default output type for read was not set.

mmdbctl-1.4.1

25 Jul 23:20

Choose a tag to compare

Bug fix release

mmdbctl-1.4.0

25 Jul 20:46

Choose a tag to compare

What's Changed

Full Changelog: mmdbctl-1.3.0...mmdbctl-1.4.0

mmdbctl-1.3.0

22 Aug 10:37

Choose a tag to compare

What's Changed

Full Changelog: mmdbctl-1.2.0...mmdbctl-1.3.0

mmdbctl-1.2.0

14 Mar 21:49

Choose a tag to compare

  • Made import's --no-fields flag implicitly always write the network
    field into the output MMDB file to prevent some MMDB reader implementations
    (like the popular Golang one) from returning a result for an existing IP that
    is ambiguous from a result for a non-existing IP.