rusqlite v0.24.2 Release Notes

Release Date: 2020-12-05 // over 3 years ago
  • ๐ŸŽ v0.24.2 is identical to v0.24.1 except it allows building with an older version of smallvec, as the newer one caused meaningful performance issues in Firefox.

    ๐Ÿ‘€ See #855 for more info.


Previous changes from v0.24.1

    The lru-cache crate has been replaced with hashlink, which may fix panics on Rust nightly caused by unsoundness in some versions of the lru-cache crate (#811).

    ๐Ÿ’… A positional BLOB I/O API has been added, which more closely mirrors SQLites actual BLOB I/O api, and is similar to unix-style pwrite/pread. (#780).

    ๐Ÿ A winsqlite3 feature as been added to both rusqlite and libsqlite3-sys which allows linking against the SQLite present in newer versions of Windows 10 (#796).

    Rusqlite's iterator types are now #[must_use] (#799).

    โšก๏ธ Several dependencies have been updated.