Skip to content

PowerSync 1.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Sep 08:47
· 1 commit to main since this release
08fd253
  • Update core extension to 0.4.6 (changelog)
  • Add getCrudTransactions(), returning an async sequence of transactions.
  • Compatibility with Swift 6.2 and XCode 26.
  • Update minimum MacOS target to v12
  • Update minimum iOS target to v15
  • [Attachment Helpers] Added automatic verification or records' local_uri values on AttachmentQueue initialization.
    initialization can be awaited with AttachmentQueue.waitForInit(). AttachmentQueue.startSync() also performs this verification.
    waitForInit() is only recommended if startSync is not called directly after creating the queue.