Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-20 | 881 Bytes | |
v7.6.0 source code.tar.gz | 2025-07-20 | 7.6 MB | |
v7.6.0 source code.zip | 2025-07-20 | 7.9 MB | |
Totals: 3 Items | 15.5 MB | 0 |
A new release of the Swift toolkit for SQLite databases.
[!CAUTION] this release has a race condition regarding cancelled
async
database accesses. Please upgrade to v7.6.1.
What's Changed
- All closures that accept DatabaseComponents can throw by @groue in https://github.com/groue/GRDB.swift/pull/1768
- Add Sendable conformance to DatabasePreUpdateEvent.Kind, matching DatabaseEvent.Kind by @Jason-Abbott in https://github.com/groue/GRDB.swift/pull/1773
- Add custom build instruction for hardened runtime by @Jason-Abbott in https://github.com/groue/GRDB.swift/pull/1776
- Access task locals from asynchronous database accesses by @groue in https://github.com/groue/GRDB.swift/pull/1794
- Throwing row accessors by @groue in https://github.com/groue/GRDB.swift/pull/1796
Full Changelog: https://github.com/groue/GRDB.swift/compare/v7.5.0...v7.6.0