A new release of the Swift toolkit for SQLite databases.
This release is a recommended upgrade: it fixes unexpected ValueObservation
failures in applications that perform asynchronous writes from a Task
that gets cancelled.
What's Changed
- Add the MIN and MAX multi-argument SQL functions to the query interface by @groue in #1745
- Transaction observers are not impacted by Task Cancellation by @groue in #1747
Full Changelog: v7.3.0...v7.4.0