Peewee v2.2.4 Release Notes

  • ๐Ÿš€ This release contains a complete rewrite of pwiz as well as some improvements to the SQLite extension, including support for the BM25 ranking algorithm for full-text searches. I also merged support for sqlcipher, an encrypted SQLite database with many thanks to @thedod!

    ๐Ÿ”„ Changes in 2.2.4

    • Rewrite of pwiz, schema introspection utility.
    • Model.save() returns a value indicating the number of modified rows.
    • Fixed bug with PostgresqlDatabase.last_insert_id() leaving a transaction open in autocommit mode (#353).
    • โž• Added BM25 ranking algorithm for full-text searches with SQLite.

    View commits