Skip to content

chore: publish new package versions#1043

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore: publish new package versions#1043
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@electric-sql/pglite-sync@0.6.4

Patch Changes

  • af37b02: Fix move-in messages from tagged_subqueries not being synced

    This fixes two issues with move-in messages from Electric's tagged_subqueries feature:

    1. LSN filtering bypass: Move-in messages don't include an LSN header because they originate from direct database queries rather than the PostgreSQL replication stream. Previously, these messages were being filtered out as "already seen" because the missing LSN defaulted to 0. This fix checks for the is_move_in header and bypasses LSN filtering for these messages.
    2. Duplicate key handling: Move-in data can overlap with data from the initial sync (e.g., when a row "moves in" to match a subquery that it already matched during initial sync). This fix uses ON CONFLICT DO UPDATE for move-in inserts to handle these duplicates gracefully, updating the row with the latest data instead of erroring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants