Skip to content

0.7.0

Latest

Choose a tag to compare

@oschwald oschwald released this 12 Sep 17:50
b70b141

Changed

  • Upgraded the maxminddb crate from 0.30.0 to 0.32.0, adding resource
    limits for decoding and verification of malformed databases, fixing
    overflowing extended data types, and improving record decoding, search-tree
    lookups, and selective path lookups.
  • Databases that exceed the new decoding or verification limits now raise
    InvalidDatabaseError, including databases that previously decoded successfully.
  • Updated Rust and Ruby dependencies.
  • Updated the MaxMind-DB test submodule and added coverage for the new resource
    limits and expanded malformed database corpus.