Skip to content

Releases: maxmind/mmdbwriter

1.2.0

14 Jan 21:41
Immutable release. Only release title and notes can be modified.
6142bae

Choose a tag to compare

  • The mmdbtype.Unmarshaler now caches nested structures, maps and slices,
    in addition to top-level values. This improves performance when loading
    databases with shared nested data structures.
  • The zero value of mmdbtype.Unmarshaler is now documented as safe to use
    for unmarshaling without caching enabled. Use NewUnmarshaler() when you
    want caching.

1.1.0

08 Oct 15:39

Choose a tag to compare

  • Removed unnecessary deep copies in inserter. GitHub #119.
  • Converted to IPv4 in reserved network errors when inserting IPv4 into an
    IPv6 tree. GitHub #77.
  • Added typed errors for errors inserting into aliased and reserved
    networks. GitHub #71.
  • Added support for custom key generators. GitHub #70.
  • Improved performance of the default key generator. GitHub #70.

1.0.0

27 Sep 21:58
7932ea8

Choose a tag to compare

First tagged release.