Skip to content

1.3.0

Compare
Choose a tag to compare
@oschwald oschwald released this 25 Feb 20:07
· 261 commits to main since this release
  • 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 the maxminddb.Reader struct now sets the
    underlying buffer to nil, even when using FromBytes or Open on
    Google App Engine.
  • No longer uses constants from syscall