GRDB.swift v6.0.0 Release Notes

  • ๐Ÿš€ Released September 9, 2022 • diff

    • ๐Ÿ†• New: Bump custom SQLite builds v3.39.3
    • ๐Ÿ›  Fixed: #1274 Fixed a bug with HasManyThrough associations when the "through" association has the same association key as the association itself.
    • ๐Ÿ›  Fixed: #1275 Enhance error message for some requests involving associations on common table expressions.
    • ๐Ÿ›  Fixed: #1276 Fix build error with Xcode 14.0 RC (14A309)
    • ๐Ÿ’ฅ Breaking Change: Request methods that accept a closure with a Database argument have been renamed with the WhenConnected suffix: request.filterWhenConnected { db in ... }, etc.