Releases: powersync-ja/powersync-js
Releases · powersync-ja/powersync-js
@journeyapps/[email protected]
Patch Changes
- 280ab96: - Removed
user-id
header from backend connector and remote headers.- Added
waitForReady
method on PowerSyncDatabase client which resolves once initialization is complete.
- Added
@journeyapps/[email protected]
Patch Changes
- Updated dependencies [ba982eb]
- @journeyapps/[email protected]
@journeyapps/[email protected]
Patch Changes
- 961f544: Fixed: Added correct typings for React hooks. Previously hooks would return
any
. - Updated dependencies [280ab96]
- @journeyapps/[email protected]
@journeyapps/[email protected]
Patch Changes
- Updated dependencies [ba982eb]
- @journeyapps/[email protected]
@journeyapps/[email protected]
Patch Changes
- Updated dependencies [280ab96]
- @journeyapps/[email protected]
@journeyapps/[email protected]
Patch Changes
- Updated dependencies [2032643]
- @journeyapps/[email protected]
@journeyapps/[email protected]
Patch Changes
- 2032643: Fix
Table.createLocalOnly
to not also beinsertOnly
@journeyapps/[email protected]
Patch Changes
- 186bf4f: Initial @journeyapps/powersync-attachments
- Updated dependencies [2032643]
- @journeyapps/[email protected]
@journeyapps/[email protected]
Minor Changes
- 210de9d: Bump version for Beta release
Patch Changes
- Updated dependencies [210de9d]
- @journeyapps/[email protected]
- @journeyapps/[email protected]
@journeyapps/[email protected]
Patch Changes
-
ca458d3: Updated logic to correspond with React Native Quick SQLite concurrent transactions. Added helper methods on transaction contexts.
API changes include:
- Removal of synchronous DB operations in transactions:
execute
,commit
,rollback
are now async functions.executeAsync
,commitAsync
androllbackAsync
have been removed. - Transaction contexts now have
get
,getAll
andgetOptional
helpers. - Added a default lock timeout of 2 minutes to aide with potential recursive lock/transaction requests.
- Removal of synchronous DB operations in transactions:
-
ab9957b: Update README polyfill command.
-
b125f75: Use default timeout in post streaming warning message. Update connectivity status on streaming messages.
-
413a4d0: Added better logging of streaming errors. Added warnings if Polyfills are not correctly configured.
-
Updated dependencies [ca458d3]
-
Updated dependencies [b125f75]
-
Updated dependencies [ab9957b]
-
Updated dependencies [413a4d0]
- @journeyapps/[email protected]
- @journeyapps/[email protected]