GRDB.swift v5.24.0 Release Notes

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

    • ๐Ÿ›  Fixed: #1203 by @EvanHahn: Fix changelog links
    • ๐Ÿ›  Fixed: #1212 by @MartinP7r: Fix apple docs links
    • ๐Ÿ›  Fixed: #1213 by @groue: Fix crash when the number of active ValueObservations is high
    • ๐Ÿ’ฅ Breaking Change: Transactions performed during a read-only database access are no longer notified to transaction observers. This is, strictly speaking, a breaking change. However it should have no impact since read-only transactions have very little interest.