Skip to content

Commit 88fbaf8

Browse files
cleanup changesets
1 parent 78a9345 commit 88fbaf8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.changeset/cuddly-dingos-check.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
'@powersync/node': patch
3+
---
4+
Fixed an issue where `readLock` and `writeLock` calls were unnecessarily serialized due to a shared mutex. This did not affect individual calls to `get`, `getAll`, or `getOptional`.

.changeset/short-countries-swim.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
'@powersync/common': patch
3-
'@powersync/node': patch
43
---
54

6-
Fixes an issue where the `readLock` and `writeLock` methods of `AbstractPowerSyncDatabase` shared a common wrapped mutex. This primarily affected the Node.js SDK. The concurrency of individual `get`, `getAll`, and `getOptional` executions was not impacted and functioned correctly prior to this fix.
5+
[Internal] Removed shared mutex implementation of `readLock` and `writeLock`.

0 commit comments

Comments
 (0)