Releases: powersync-ja/powersync-js
@powersync/[email protected]
Minor Changes
- c7d2b53: - Added additional listeners for
closing
andclosed
events inAbstractPowerSyncDatabase
.- Added
query
andcustomQuery
APIs for enhanced watched queries. - Added
triggerImmediate
option to theonChange
API. This allows emitting an initial event which can be useful for downstream use cases.
- Added
- a1abb15: Added ControlledExecutor utility to exports.
Patch Changes
@powersync/[email protected]
@powersync/[email protected]
Minor Changes
-
ab33799: Add experimental support for raw tables, giving you full control over the table structure to sync into.
While PowerSync manages tables as JSON views by default, raw tables have to be created by the application
developer.For more information about raw tables, see the documentation.
-
810c6ad: Propagate logger from PowerSyncDatabase to streaming sync and remote implementations, and tweak some log messages.
Patch Changes
@powersync/[email protected]
Patch Changes
- Updated dependencies [ab33799]
- Updated dependencies [810c6ad]
- Updated dependencies [a1aa18c]
- Updated dependencies [9fb898d]
- @powersync/[email protected]
- @powersync/[email protected]
@powersync/[email protected]
Minor Changes
-
ab33799: Add experimental support for raw tables, giving you full control over the table structure to sync into.
While PowerSync manages tables as JSON views by default, raw tables have to be created by the application
developer.For more information about raw tables, see the documentation.
-
810c6ad: Propagate logger from PowerSyncDatabase to streaming sync and remote implementations, and tweak some log messages.
Patch Changes
- a9f6eba: Update PowerSync core extension to 0.4.2
- a1aa18c: Fix sync stream delays during CRUD upload.
- Updated dependencies [ab33799]
- Updated dependencies [810c6ad]
- Updated dependencies [a1aa18c]
- Updated dependencies [9fb898d]
- @powersync/[email protected]
- @powersync/[email protected]
@powersync/[email protected]
@powersync/[email protected]
Minor Changes
-
ab33799: Add experimental support for raw tables, giving you full control over the table structure to sync into.
While PowerSync manages tables as JSON views by default, raw tables have to be created by the application
developer.For more information about raw tables, see the documentation.
-
810c6ad: Propagate logger from PowerSyncDatabase to streaming sync and remote implementations, and tweak some log messages.
Patch Changes
- 9fb898d: Fixed an issue where
readLock
andwriteLock
calls were unnecessarily serialized due to a shared mutex. This did not affect individual calls toget
,getAll
, orgetOptional
. - a9f6eba: Update PowerSync core extension to 0.4.2
- a1aa18c: Fix sync stream delays during CRUD upload.
- Updated dependencies [ab33799]
- Updated dependencies [810c6ad]
- Updated dependencies [a1aa18c]
- Updated dependencies [9fb898d]
- @powersync/[email protected]
@powersync/[email protected]
Patch Changes
- Updated dependencies [ab33799]
- Updated dependencies [810c6ad]
- Updated dependencies [a9f6eba]
- Updated dependencies [a1aa18c]
- @powersync/[email protected]
- @powersync/[email protected]
@powersync/[email protected]
Minor Changes
-
ab33799: Add experimental support for raw tables, giving you full control over the table structure to sync into.
While PowerSync manages tables as JSON views by default, raw tables have to be created by the application
developer.For more information about raw tables, see the documentation.
-
810c6ad: Propagate logger from PowerSyncDatabase to streaming sync and remote implementations, and tweak some log messages.
Patch Changes
@powersync/[email protected]
Patch Changes
- Updated dependencies [9b2bde3]
- @powersync/[email protected]