Skip to content

v7.6.0

Choose a tag to compare

@groue groue released this 20 Jul 16:13
· 70 commits to master since this release

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