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 #1768
- Add Sendable conformance to DatabasePreUpdateEvent.Kind, matching DatabaseEvent.Kind by @Jason-Abbott in #1773
- Add custom build instruction for hardened runtime by @Jason-Abbott in #1776
- Access task locals from asynchronous database accesses by @groue in #1794
- Throwing row accessors by @groue in #1796
Full Changelog: v7.5.0...v7.6.0