GRDB.swift v5.0.0-beta.2 Release Notes

  • ๐Ÿš€ Released May 11, 2020 • diff

    ๐Ÿ“š Documentation Diff

    • ๐Ÿ“š [Migrating From GRDB 4 to GRDB 5](Documentation/GRDB5MigrationGuide.md) describes the sunsetting of custom FetchRequest types.
    • ๐Ÿ“š The [Sharing a Database](Documentation/SharingADatabase.md) guide has an updated recommendation for opening writer connections to a shared database.

    ๐Ÿ†• New

    • โšก๏ธ #772: Update the Database Sharing Guide with mention of the persistent WAL mode
    • #775: DatabaseMigrator can check if it has been superseded

    ๐Ÿ’ฅ Breaking Changes

    • #774: All requests are usable as SQL expressions and collections

    ๐Ÿ›  Fixed

    • #773: Allow subqueries to refer to outer tables