GRDB.swift v0.71.0 Release Notes

  • ๐Ÿš€ Released June 5, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix a crash that would sometimes happen when a FetchedRecordsController's callbacks avoid retain cycles by capturing unowned references.
    • ๐Ÿ‘Œ Improved handling of numeric overflows. Fixes #68.

    ๐Ÿ†• New

    • ๐Ÿ“š GRDB can now use a custom SQLite build (documentation). Merged #62 by @swiftlyfalling.
    • ๐Ÿ“š With a custom SQLite build, transaction observers can observe individual column values in the rows modified by a transaction (documentation). Merged #63 by @swiftlyfalling.
    • ๐Ÿ“š FetchedRecordsController can now fetch other values alongside the fetched records. This grants you the ability to fetch values that are consistent with the notified changes. (documentation)

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ‘ iOS7 is no longer supported.