Releases: oschwald/maxminddb-rust
Releases · oschwald/maxminddb-rust
0.25.0
- Serde will now skip serialization of the GeoIP2 struct fields
whenOption
is none. Pull request by Stefan Sundin. GitHub #79. Serialize
andClone
were added to theMetadata
struct. Pull
request by Stefan Sundin. GitHub #80.- Added feature to use
simdutf8
as a faster alternative when
unsafe-str-decode
is too risky. Pull request by Jakub Onderka.
GitHub #88. - Minor internal refactoring and performance improvements.
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.