Skip to content

v7.4.0

Compare
Choose a tag to compare
@groue groue released this 22 Mar 14:04
· 53 commits to master since this release

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