Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/khaki-pears-add.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @powersync/web

## 1.17.0

### Minor Changes

- fafd562: Navigator locks are now aquired with a random/unique key.

This resolves an issue related to sequential `connect()` calls breaking all syncing and never reaching a `connected` state.
Two typical scenarios that can cause this is switching client parameters and React's `StrictMode` which does multiple calls of hooks like `useEffect`.

## 1.16.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/web",
"version": "1.16.0",
"version": "1.17.0",
"description": "PowerSync web SDK. Sync Postgres, MongoDB or MySQL with SQLite in your web app",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions tools/diagnostics-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# diagnostics-app

## 0.8.6

### Patch Changes

- Updated dependencies [fafd562]
- @powersync/web@1.17.0

## 0.8.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/diagnostics-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/diagnostics-app",
"version": "0.8.5",
"version": "0.8.6",
"private": true,
"scripts": {
"dev": "vite",
Expand Down