Releases: oschwald/maxminddb-rust
Releases · oschwald/maxminddb-rust
0.24.0
0.23.0
0.22.0
- 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, anEnterprise
struct has been added and themodel
module has been replaced bycity
andcountry
modules. Also,
several missing fields have been added. Mmap
is now re-exported for convenience. Pull request by zhuhaow.
GitHub #54.- Upgraded memmap2 dependency.