Releases: powersync-ja/powersync-js
Releases · powersync-ja/powersync-js
@powersync/tanstack-react-query@0.0.12
Patch Changes
- Updated dependencies [2c86114]
- @powersync/common@1.22.2
@powersync/react-native@1.16.3
Patch Changes
- b38bcdb: Fixed an issue where the read and write locks were executing mutually exclusively. A read conccurent with a write or another read should correctly proceed instead of being blocked until the other lock has released.
- 2c86114: Update powersync-sqlite-core to 0.3.8 - Increase limit on number of columns per table to 1999.
- Updated dependencies [2c86114]
- @powersync/common@1.22.2
@powersync/op-sqlite@0.2.1
@powersync/diagnostics-app@0.7.6
@powersync/common@1.22.2
Patch Changes
- 2c86114: Update powersync-sqlite-core to 0.3.8 - Increase limit on number of columns per table to 1999.
@powersync/op-sqlite@0.2.0
Minor Changes
- 181a9db: Fixed single write transaction operations in
ps_crudnot being processed. Batching update notifications per write lock.
This will also fix downstream features such as watched queries and reactive query hooks in cases where the query is fired before the data was committed, and batching will improve performance specifically in cases where a lot of data changes occur.