Skip to content

Releases: ipinfo/mmdbctl

mmdbctl-1.4.10

13 Apr 15:25

Choose a tag to compare

mmdbctl-1.4.9

23 Mar 15:29

Choose a tag to compare

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

  • NDJson import and export by @awaismslm in #9
  • import: buffer input file by @maxmouchet in #11
  • MMDB with nested structures break read and export FIX by @awaismslm in #10
  • mmdbctl structured like ipinfo/cli to use as subcommand in cli by @awaismslm in #12
  • golang update to latest version by @awaismslm in #13
  • Factor out the import code for reuse in library contexts by @max-ipinfo in #14
  • Expose CmdImportFlagsDefaults by @max-ipinfo in #15
  • Support for nested mmdb in import by @awaismslm in #16

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