What's changing: The .NET SDK adds a PowerSyncDatabase.RequestCheckpoint() method that lets apps explicitly request a checkpoint and wait for it to sync, matching the JS and Kotlin SDKs. This builds on the still-open prerequisite PR powersync-dotnet#97, which adds the underlying checkpoint-request protocol support (PowerSyncConnectionOptions.CheckpointMode.Requests()) for .NET.
High priority — existing docs are now inaccurate or incomplete
None identified. The docs correctly state today that checkpoint requests aren't available for .NET, so nothing is wrong until this ships.
For reviewer consideration — worth documenting
- Sync Catch-Up (Checkpoint Requests) (https://docs.powersync.com/client-sdks/advanced/checkpoint-requests): once released, the opening Warning callout ("Checkpoint requests are not currently available for the .NET and Rust SDKs") will need updating to drop .NET, and the page's JS/Dart/Kotlin/Swift
<CodeGroup> examples (the connect option, requestCheckpoint()/waitForSync() usage, error handling, and the local-writes example) will need a C# tab added.
Source PR: powersync-ja/powersync-dotnet#99 — open, labeled "Product Visibility"
Filed automatically by Claude Code (claude-sonnet-5). A human must verify the scope, prepare the docs PR, and publish it only once this update has been released.
What's changing: The .NET SDK adds a
PowerSyncDatabase.RequestCheckpoint()method that lets apps explicitly request a checkpoint and wait for it to sync, matching the JS and Kotlin SDKs. This builds on the still-open prerequisite PR powersync-dotnet#97, which adds the underlying checkpoint-request protocol support (PowerSyncConnectionOptions.CheckpointMode.Requests()) for .NET.High priority — existing docs are now inaccurate or incomplete
None identified. The docs correctly state today that checkpoint requests aren't available for .NET, so nothing is wrong until this ships.
For reviewer consideration — worth documenting
<CodeGroup>examples (the connect option,requestCheckpoint()/waitForSync()usage, error handling, and the local-writes example) will need a C# tab added.Source PR: powersync-ja/powersync-dotnet#99 — open, labeled "Product Visibility"
Filed automatically by Claude Code (
claude-sonnet-5). A human must verify the scope, prepare the docs PR, and publish it only once this update has been released.