Releases: oschwald/maxminddb-golang
Releases · oschwald/maxminddb-golang
1.11.0
1.10.0
1.9.0
1.8.0
- Added
maxminddb.SkipAliasedNetworks
option toNetworks
and
NetworksWithin
methods. When set, this option will cause the
iterator to skip networks that are aliases of the IPv4 tree. - Added experimental custom deserializer support. This allows
much more control over the deserialization. The API is
subject to change and you should use at your own risk.
1.7.0
1.6.0
- This module now uses Go modules. Requested by Matthew Rothenberg.
GitHub #49. - Plan 9 is now supported. Pull request by Jacob Moody. GitHub #61.
- Documentation fixes. Pull request by Olaf Alders. GitHub #62.
- Thread-safety is now mentioned in the documentation. Requested by
Ken Sedgwick. GitHub #39. - Fix off-by-one error in file offset safety check. Reported by Will
Storey. GitHub #63.
1.5.0
1.4.0
1.3.1
1.3.0
- The methods on the
maxminddb.Reader
struct now return an error if
called on a closed database reader. Previously, this could cause a
segmentation violation when using a memory-mapped file. - The
Close
method on themaxminddb.Reader
struct now sets the
underlying buffer to nil, even when usingFromBytes
orOpen
on
Google App Engine. - No longer uses constants from
syscall