GRDB.swift v5.26.0 Release Notes

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

    • ๐Ÿ†• New: #1248 by @groue: Avoid double notification of the initial value for ValueObservation on DatabasePool
    • ๐Ÿ†• New: #1253 by @george-signal: Make memory management optional
    • ๐Ÿ›  Fixed: DatabasePool no longer prevents database reads when UIKit posts UIApplication.didReceiveMemoryWarningNotification (see #1253 for more information).