Update core extension - #1049
Merged
Merged
Conversation
🦋 Changeset detectedLatest commit: ddeea67 The changes in this PR will be included in the next version bump. This PR includes changesets to release 10 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
12 tasks
12 tasks
simolus3
marked this pull request as ready for review
August 3, 2026 13:25
Chriztiaan
approved these changes
Aug 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This updates the core extension to version 0.5.2. It follows the usual checklist of updating wa-sqlite, sql-js, node, react-native and capacitor. For sql-js, this also refactors update notifications to use the core extension instead of JavaScript callbacks.
Breaking changes in the core extension update are:
@powersync/common: clarify or preserveSyncStreamStatus.subscription.lastSyncedAtprecision #945.$localbucket has been replaced with thepowersync_control('target_checkpoint_request_id')interface.powersync_last_synce_at()function has been removed, I don't know why nuxt would possibly call that directly but I have adopted a literal port topowersync_offline_sync_status().This also makes
@journeyapps/wa-sqlitea regular instead of a peer-dependency, meaning that users won't have to worry about keeping these packages in sync. We depend on an exact version of wa-sqlite now, allowing us to land subsequent core extension updates without another major bump on that package.