Releases: powersync-ja/powersync-js
Releases · powersync-ja/powersync-js
@powersync/[email protected]
Minor Changes
- 56185bb: Add cacheSizeKb option, defaulting to 50MB.
Patch Changes
- Updated dependencies [893d42b]
- Updated dependencies [0606ac2]
- @powersync/[email protected]
@powersync/[email protected]
Patch Changes
- Updated dependencies [893d42b]
- Updated dependencies [0606ac2]
- @powersync/[email protected]
@powersync/[email protected]
Minor Changes
- 893d42b: Introduced
fetchStrategy
option to connect, allowing you to choose eitherbuffered
orsequential
for the Websocket connect option. Internally the functionality ofbuffered
was used by default, but now it can be switched to the sequential mode. This changes the WebSocket sync queue to only process one sync event at a time, improving known keep-alive issues for lower-end hardware with minimal impact on sync performance.
Patch Changes
- Updated dependencies [893d42b]
- Updated dependencies [0606ac2]
- @powersync/[email protected]
@powersync/[email protected]
Minor Changes
- 56185bb: Default to using memory for temp store, and 50MB cache size.
Patch Changes
- Updated dependencies [893d42b]
- Updated dependencies [0606ac2]
- @powersync/[email protected]
@powersync/[email protected]
Minor Changes
- e1c44ad: Improve diagnostics app performance for bulk downloads.
- 56185bb: Switch diagnostics app to OPFS.
Patch Changes
- Updated dependencies [56185bb]
- @powersync/[email protected]
@powersync/[email protected]
Minor Changes
- 893d42b: Introduced
fetchStrategy
option to connect, allowing you to choose eitherbuffered
orsequential
for the Websocket connect option. Internally the functionality ofbuffered
was used by default, but now it can be switched to the sequential mode. This changes the WebSocket sync queue to only process one sync event at a time, improving known keep-alive issues for lower-end hardware with minimal impact on sync performance. - 0606ac2: add 'connecting' flag to SyncStatus
@powersync/[email protected]
Patch Changes
- Updated dependencies [0f28fb3]
- @powersync/[email protected]
@powersync/[email protected]
Patch Changes
- Updated dependencies [0f28fb3]
- @powersync/[email protected]
@powersync/[email protected]
Minor Changes
- 0f28fb3: Add
retryDelayMs
andcrudUploadThrottleMs
toconnect
so that the values can be dynamically changed upon reconnecting.
Patch Changes
- Updated dependencies [0f28fb3]
- @powersync/[email protected]
@powersync/[email protected]
Patch Changes
- a4895cc: Silencing transactions that are reporting on failed rollback exceptions when they are safe to ignore.
- Updated dependencies [0f28fb3]
- @powersync/[email protected]