Peewee v2.4.7 Release Notes

  • ๐Ÿ› Bugs fixed

    • โšก๏ธ #504, Docs updates.
    • ๐Ÿ›  #506, Fixed regression in aggregate_rows()
    • ๐Ÿ›  #510, Fixes bug in pwiz overwriting columns.
    • #514, Correctly cast foreign keys in prefetch().
    • #515, Simplifies queries issued when doing recursive deletes.
    • #516, Fix cloning of Field objects.
    • #519, Aggregate rows now correctly preserves ordering of joined instances.
    • ๐Ÿ›  Unreported, fixed bug to not leave expired connections sitting around in the pool.

    ๐Ÿ†• New features

    • โž• Added support for Postgresql's jsonb type with BinaryJSONField.
    • โž• Add some basic Flask helpers.
    • โž• Add support for UNION ALL queries in #512
    • โž• Add SqlCipherExtDatabase, which combines the sqlcipher database with the sqlite extensions.
    • โž• Add option to print metadata when generating code with pwiz.

    View commits