Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release for Version 1.5.0
Fix null values in CRUD entries being reported as strings in [Internal] Improve Lock Error handling #69
Added support for Swift 6 strict concurrency checking in Support Swift 6 Strict Concurrency Checking #70
[Any]
to[Sendable]
. This should cover all supported query parameter types.Result
generic types now should extendSendable
.open class PowerSyncBackendConnector
. Devs should preferably implement thePowerSyncBackendConnectorProtocol
Potential Breaking Change: Attachment helpers have been updated to better support Swift 6 strict concurrency checking.
Actor
isolation is improved, but developers who customize or extendAttachmentQueue
will need to update their implementations. The default instantiation ofAttachmentQueue
remains unchanged.AttachmentQueueProtocol
now defines the basic requirements for an attachment queue, with most base functionality provided via an extension. Custom implementations should extendAttachmentQueueProtocol
.Added
PowerSyncDynamic
product to package. Importing this product should restore XCode preview functionality in XCode Previews #71[Internal] Instantiate Kotlin Kermit logger directly in [Internal] Logger Updates #67
[Internal] Improved connection context error handling in [Internal] Improve Lock Error handling #69