Skip to content

Releases: ipinfo/mmdbctl

mmdbctl-1.4.6

08 Aug 01:44
Compare
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
Compare
Choose a tag to compare
Upgrade "Release to Github" workflow to use go v1.20

mmdbctl-1.4.3

25 Sep 23:28
Compare
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
Compare
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
Compare
Choose a tag to compare

Bug fix release

mmdbctl-1.4.0

25 Jul 20:46
Compare
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
Compare
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
Compare
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.

mmdbctl-1.1.0

03 Mar 15:12
Compare
Choose a tag to compare
  • Ensured that if the network field is being requested, single IPs get
    converted to ranges/CIDRs before insertion into that field.
  • Updated default value of --ip to be 6 instead of 4.

mmdbctl-1.0.0

23 Feb 05:42
Compare
Choose a tag to compare
  • Initial release of mmdbctl.