You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.