1.3.0
- The methods on the
maxminddb.Readerstruct 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
Closemethod on themaxminddb.Readerstruct now sets the
underlying buffer to nil, even when usingFromBytesorOpenon
Google App Engine. - No longer uses constants from
syscall