Version Packages - #714
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
July 15, 2026 12:37
fc0143e to
a97b6ee
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
10 times, most recently
from
July 27, 2026 10:40
dad5d9b to
2cfd044
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
10 times, most recently
from
August 4, 2026 12:34
a2d50e7 to
1207442
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 4, 2026 14:52
1207442 to
bc376c7
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 5, 2026 11:29
bc376c7 to
df90e20
Compare
rkistner
approved these changes
Aug 5, 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 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
@powersync/lib-services-framework@0.10.0
Minor Changes
2189250: Add
/sync/checkpoint-requestfor client-supplied checkpoint request ids, previously called write checkpoint ids. The route returns the storedcheckpoint_request_id, storage now treats managed request ids as monotonic per user/client, custom checkpoint request ids continue to use the existingcheckpointfield for backwards compatibility, andcheckpoint_requested_atmetadata lets compact jobs remove expired request-derived checkpoint records.This release includes storage migrations for the checkpoint request metadata. Self-hosters should run migrations as part of the upgrade.
Patch Changes
@powersync/service-module-convex@0.3.0
Minor Changes
2189250: Add
/sync/checkpoint-requestfor client-supplied checkpoint request ids, previously called write checkpoint ids. The route returns the storedcheckpoint_request_id, storage now treats managed request ids as monotonic per user/client, custom checkpoint request ids continue to use the existingcheckpointfield for backwards compatibility, andcheckpoint_requested_atmetadata lets compact jobs remove expired request-derived checkpoint records.This release includes storage migrations for the checkpoint request metadata. Self-hosters should run migrations as part of the upgrade.
Patch Changes
PSYNC_R2201) when a schema wildcard is used in a table pattern with MongoDB, MySQL, SQL Server or Convex connections, instead of silently discovering no tables.@powersync/service-module-mongodb@0.20.0
Minor Changes
087b61e: Configurable heartbeat_interval_seconds for MongoDB, Postgres, SQL Server.
2189250: Add
/sync/checkpoint-requestfor client-supplied checkpoint request ids, previously called write checkpoint ids. The route returns the storedcheckpoint_request_id, storage now treats managed request ids as monotonic per user/client, custom checkpoint request ids continue to use the existingcheckpointfield for backwards compatibility, andcheckpoint_requested_atmetadata lets compact jobs remove expired request-derived checkpoint records.This release includes storage migrations for the checkpoint request metadata. Self-hosters should run migrations as part of the upgrade.
Patch Changes
PSYNC_R2201) when a schema wildcard is used in a table pattern with MongoDB, MySQL, SQL Server or Convex connections, instead of silently discovering no tables.@powersync/service-module-mongodb-storage@0.19.0
Minor Changes
2189250: Add
/sync/checkpoint-requestfor client-supplied checkpoint request ids, previously called write checkpoint ids. The route returns the storedcheckpoint_request_id, storage now treats managed request ids as monotonic per user/client, custom checkpoint request ids continue to use the existingcheckpointfield for backwards compatibility, andcheckpoint_requested_atmetadata lets compact jobs remove expired request-derived checkpoint records.This release includes storage migrations for the checkpoint request metadata. Self-hosters should run migrations as part of the upgrade.
922f974: Add experimental support for storing bucket data chunks on S3.
Patch Changes
@powersync/service-module-mssql@0.9.0
Minor Changes
087b61e: Configurable heartbeat_interval_seconds for MongoDB, Postgres, SQL Server.
2189250: Add
/sync/checkpoint-requestfor client-supplied checkpoint request ids, previously called write checkpoint ids. The route returns the storedcheckpoint_request_id, storage now treats managed request ids as monotonic per user/client, custom checkpoint request ids continue to use the existingcheckpointfield for backwards compatibility, andcheckpoint_requested_atmetadata lets compact jobs remove expired request-derived checkpoint records.This release includes storage migrations for the checkpoint request metadata. Self-hosters should run migrations as part of the upgrade.
Patch Changes
PSYNC_R2201) when a schema wildcard is used in a table pattern with MongoDB, MySQL, SQL Server or Convex connections, instead of silently discovering no tables.@powersync/service-module-mysql@0.15.0
Minor Changes
2189250: Add
/sync/checkpoint-requestfor client-supplied checkpoint request ids, previously called write checkpoint ids. The route returns the storedcheckpoint_request_id, storage now treats managed request ids as monotonic per user/client, custom checkpoint request ids continue to use the existingcheckpointfield for backwards compatibility, andcheckpoint_requested_atmetadata lets compact jobs remove expired request-derived checkpoint records.This release includes storage migrations for the checkpoint request metadata. Self-hosters should run migrations as part of the upgrade.
Patch Changes
PSYNC_R2201) when a schema wildcard is used in a table pattern with MongoDB, MySQL, SQL Server or Convex connections, instead of silently discovering no tables.@powersync/service-module-postgres@0.22.0
Minor Changes
087b61e: Configurable heartbeat_interval_seconds for MongoDB, Postgres, SQL Server.
2189250: Add
/sync/checkpoint-requestfor client-supplied checkpoint request ids, previously called write checkpoint ids. The route returns the storedcheckpoint_request_id, storage now treats managed request ids as monotonic per user/client, custom checkpoint request ids continue to use the existingcheckpointfield for backwards compatibility, andcheckpoint_requested_atmetadata lets compact jobs remove expired request-derived checkpoint records.This release includes storage migrations for the checkpoint request metadata. Self-hosters should run migrations as part of the upgrade.
be42e25: Support wildcard schemas in Sync Streams (e.g.
SELECT * FROM "%".assets), with the matched schema available asassets.schema(), the table name asassets.table_name()and the matched wildcard table suffix asassets.table_suffix()for use in filters and bucket parameters.Patch Changes
@powersync/service-module-postgres-storage@0.17.0
Minor Changes
2189250: Add
/sync/checkpoint-requestfor client-supplied checkpoint request ids, previously called write checkpoint ids. The route returns the storedcheckpoint_request_id, storage now treats managed request ids as monotonic per user/client, custom checkpoint request ids continue to use the existingcheckpointfield for backwards compatibility, andcheckpoint_requested_atmetadata lets compact jobs remove expired request-derived checkpoint records.This release includes storage migrations for the checkpoint request metadata. Self-hosters should run migrations as part of the upgrade.
Patch Changes
LISTENsubscriptions when the underlying connection is terminated. Harden connection-slot retries and lease handling, and publish checkpoint notifications atomically with checkpoint updates.@powersync/service-core@1.24.0
Minor Changes
087b61e: Configurable heartbeat_interval_seconds for MongoDB, Postgres, SQL Server.
2189250: Add
/sync/checkpoint-requestfor client-supplied checkpoint request ids, previously called write checkpoint ids. The route returns the storedcheckpoint_request_id, storage now treats managed request ids as monotonic per user/client, custom checkpoint request ids continue to use the existingcheckpointfield for backwards compatibility, andcheckpoint_requested_atmetadata lets compact jobs remove expired request-derived checkpoint records.This release includes storage migrations for the checkpoint request metadata. Self-hosters should run migrations as part of the upgrade.
922f974: Add experimental support for storing bucket data chunks on S3.
Patch Changes
to 100 entries.
@powersync/service-core-tests@0.18.0
Minor Changes
2189250: Add
/sync/checkpoint-requestfor client-supplied checkpoint request ids, previously called write checkpoint ids. The route returns the storedcheckpoint_request_id, storage now treats managed request ids as monotonic per user/client, custom checkpoint request ids continue to use the existingcheckpointfield for backwards compatibility, andcheckpoint_requested_atmetadata lets compact jobs remove expired request-derived checkpoint records.This release includes storage migrations for the checkpoint request metadata. Self-hosters should run migrations as part of the upgrade.
Patch Changes
@powersync/service-errors@0.5.0
Minor Changes
PSYNC_R2201) when a schema wildcard is used in a table pattern with MongoDB, MySQL, SQL Server or Convex connections, instead of silently discovering no tables.@powersync/service-sync-rules@0.40.0
Minor Changes
SELECT * FROM "%".assets), with the matched schema available asassets.schema(), the table name asassets.table_name()and the matched wildcard table suffix asassets.table_suffix()for use in filters and bucket parameters.Patch Changes
@powersync/service-types@0.17.0
Minor Changes
2189250: Add
/sync/checkpoint-requestfor client-supplied checkpoint request ids, previously called write checkpoint ids. The route returns the storedcheckpoint_request_id, storage now treats managed request ids as monotonic per user/client, custom checkpoint request ids continue to use the existingcheckpointfield for backwards compatibility, andcheckpoint_requested_atmetadata lets compact jobs remove expired request-derived checkpoint records.This release includes storage migrations for the checkpoint request metadata. Self-hosters should run migrations as part of the upgrade.
@powersync/lib-service-mongodb@0.6.30
Patch Changes
@powersync/lib-service-postgres@0.5.3
Patch Changes
LISTENsubscriptions when the underlying connection is terminated. Harden connection-slot retries and lease handling, and publish checkpoint notifications atomically with checkpoint updates.@powersync/service-module-core@0.2.32
Patch Changes
@powersync/service-jpgwire@0.21.22
Patch Changes
LISTENsubscriptions when the underlying connection is terminated. Harden connection-slot retries and lease handling, and publish checkpoint notifications atomically with checkpoint updates.@powersync/service-rsocket-router@0.2.25
Patch Changes
@powersync/service-client@0.0.9
Patch Changes
@powersync/service-schema@1.24.0
@powersync/service-image@1.24.0
Patch Changes
LISTENsubscriptions when the underlying connection is terminated. Harden connection-slot retries and lease handling, and publish checkpoint notifications atomically with checkpoint updates.unstable_sqlite_expression_engine, this may change how floating-point values are converted to text, due to the bundled SQLite version being upgraded to 3.53.test-client@0.1.79
Patch Changes