Skip to content

Releases: oschwald/maxminddb-rust

0.24.0

14 Feb 14:45
9045bfe
Compare
Choose a tag to compare
  • Added the is_anycast field to the Traits struct. Pull request
    by Skye. GitHub #73.

0.23.0

03 Apr 23:22
c4b3be0
Compare
Choose a tag to compare
  • Added lookup_prefix to return the prefix length for the network
    associated with the IP address. Pull request by Marek Vavruša.
    GitHub #26.

0.22.0

23 Mar 19:10
Compare
Choose a tag to compare
  • A within method has been added to the reader to allow iterating
    over all records in the database. Pull request by Ross McFarland.
    Github #50.
  • Database structs in maxminddb::geoip2 have been updated. Most
    noticeably, an Enterprise struct has been added and the model
    module has been replaced by city and country modules. Also,
    several missing fields have been added.
  • Mmap is now re-exported for convenience. Pull request by zhuhaow.
    GitHub #54.
  • Upgraded memmap2 dependency.