Releases: ipinfo/mmdbctl
Releases · ipinfo/mmdbctl
mmdbctl-1.4.6
- #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
Upgrade "Release to Github" workflow to use go v1.20
mmdbctl-1.4.3
What's Changed
- Temporarily use max-info/mmdbwriter by @max-ipinfo in #18
Full Changelog: mmdbctl-1.4.2...mmdbctl-1.4.3
mmdbctl-1.4.2
- Fixed a bug where the default output type for
read
was not set.
mmdbctl-1.4.1
Bug fix release
mmdbctl-1.4.0
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
mmdbctl-1.3.0
What's Changed
- Add examples for all major commands. by @UmanShahzad in #5
- added optional input/output by @rm-Umar in #6
Full Changelog: mmdbctl-1.2.0...mmdbctl-1.3.0
mmdbctl-1.2.0
- Made
import
's--no-fields
flag implicitly always write thenetwork
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
- 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 be6
instead of4
.
mmdbctl-1.0.0
- Initial release of
mmdbctl
.