GRDB.swift v5.20.0 Release Notes

  • ๐Ÿš€ Released February 1, 2022 • diff

    • ๐Ÿ›  Fixed: Fixed a bug of including(all:) for composite foreign keys and limited requests.
    • ๐Ÿ›  Fixed: #1162 by @groue: Fix truncate optimization handling.
    • ๐Ÿ†• New: #1160 by @groue: Hide statement arguments by default.
    • ๐Ÿ†• New: #1161 by @groue: Target DispatchQueue for non-read-only database connections.
    • ๐Ÿ“š Documentation Update: The [Database Configuration](README.md#database-configuration) chapter explains how to opt in for public statement arguments in DEBUG builds.