Releases: powersync-ja/powersync-js
Releases · powersync-ja/powersync-js
@powersync/react-native@1.17.0
@powersync/op-sqlite@0.3.1
@powersync/diagnostics-app@0.7.8
Patch Changes
- @powersync/web@1.13.1
@powersync/common@1.23.0
Minor Changes
- 0f28fb3: Add
retryDelayMsandcrudUploadThrottleMstoconnectso that the values can be dynamically changed upon reconnecting.
@powersync/web@1.13.0
Minor Changes
- 065aba6: Added support for OPFS virtual filesystem.
@powersync/diagnostics-app@0.7.7
Patch Changes
- Updated dependencies [065aba6]
- @powersync/web@1.13.0
@powersync/op-sqlite@0.3.0
Minor Changes
- 3a37054: * Allow users to load additional sqlite extensions
- Remove
getBundledPathfunction asgetDylibPathcan now be used instead
- Remove
@powersync/drizzle-driver@0.3.2
Patch Changes
- 6580f29: Added support for custom column types when converting a Drizzle schema to a PowerSync app schema.
@powersync/drizzle-driver@0.3.1
Patch Changes
- 86a753f: Fixed Drizzle transactions breaking for react-native projects, correctly using lock context for transactions.