This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@electric-sql/pglite@0.2.13
Patch Changes
5e39036: Fix live queries can query a view by recursively finding all tables they depend on.
3d8efbb: Bump dependencies to address Dependabot alerts
1844b10: Add a new describeQuery method to get type information about a query's parameters and result fields without executing it.
79e6082: Changed PGlite interface to automatically add typing for extensions.
16d2296: Fix bug where Firefox was unable to remove OPFS files
cf50f47: Change interface of execProtocol return value to remove duplication of data buffer
bd1b3b9: Fix a bug in live.incrementalQuery where if it was set to limit 1 it would return no rows
5e39036: Extend the return value of live queries to be subscribed to multiple times, and make the callback optional on initiation.
16d2296: Fix an issue with live.incrementalQuery where the order would be incorrect with rapid consecutive queries
e9bd9a7: Fix the types exports spesified in package.json
c442c88: Added custom parser and serializer options to PGliteOptions. Added custom serializer option to QueryOptions.
@electric-sql/pglite-react@0.2.13
Patch Changes
3d8efbb: Bump dependencies to address Dependabot alerts
bd1b3b9: Enable passing the return value of a live query directly to useLiveQuery. This allows you to create a live query in a react-router loader, then pass it to the route component where it is then attached with useLiveQuery.
Updated dependencies [5e39036]
Updated dependencies [3d8efbb]
Updated dependencies [1844b10]
Updated dependencies [79e6082]
Updated dependencies [16d2296]
Updated dependencies [cf50f47]
Updated dependencies [bd1b3b9]
Updated dependencies [5e39036]
Updated dependencies [16d2296]
Updated dependencies [e9bd9a7]
Updated dependencies [c442c88]
@electric-sql/pglite@0.2.13
@electric-sql/pglite-repl@0.2.13
Patch Changes
3d8efbb: Bump dependencies to address Dependabot alerts
Updated dependencies [5e39036]
Updated dependencies [3d8efbb]
Updated dependencies [1844b10]
Updated dependencies [bd1b3b9]
Updated dependencies [79e6082]
Updated dependencies [16d2296]
Updated dependencies [cf50f47]
Updated dependencies [bd1b3b9]
Updated dependencies [5e39036]
Updated dependencies [16d2296]
Updated dependencies [e9bd9a7]
Updated dependencies [c442c88]
@electric-sql/pglite@0.2.13
@electric-sql/pglite-react@0.2.13
@electric-sql/pglite-sync@0.2.14
Patch Changes
f4f8a42: Filter out update messages that don't modify any columns
3d8efbb: Bump dependencies to address Dependabot alerts
1685b91: Set an electric.syncing config flag in Postgres during a sync transaction to enable user defined triggers to chose how to run during a sync.
61f638e: Change to do a DELETE FROM rather than a TRUNCATE on must-refetch so that custom merge logic can be applied with triggers.
61f638e: Add a useCopy option to syncShapeToTable, when true performs a COPY TO for the initial sync.
Updated dependencies [5e39036]
Updated dependencies [3d8efbb]
Updated dependencies [1844b10]
Updated dependencies [79e6082]
Updated dependencies [16d2296]
Updated dependencies [cf50f47]
Updated dependencies [bd1b3b9]
Updated dependencies [5e39036]
Updated dependencies [16d2296]
Updated dependencies [e9bd9a7]
Updated dependencies [c442c88]
@electric-sql/pglite@0.2.13
@electric-sql/pglite-vue@0.2.13
Patch Changes
3d8efbb: Bump dependencies to address Dependabot alerts
Updated dependencies [5e39036]
Updated dependencies [3d8efbb]
Updated dependencies [1844b10]
Updated dependencies [79e6082]
Updated dependencies [16d2296]
Updated dependencies [cf50f47]
Updated dependencies [bd1b3b9]
Updated dependencies [5e39036]
Updated dependencies [16d2296]
Updated dependencies [e9bd9a7]
Updated dependencies [c442c88]
@electric-sql/pglite@0.2.13
benchmark@0.0.13
Patch Changes
Updated dependencies [5e39036]
Updated dependencies [3d8efbb]
Updated dependencies [1844b10]
Updated dependencies [79e6082]
Updated dependencies [16d2296]
Updated dependencies [cf50f47]
Updated dependencies [bd1b3b9]
Updated dependencies [5e39036]
Updated dependencies [16d2296]
Updated dependencies [e9bd9a7]
Updated dependencies [c442c88]
@electric-sql/pglite@0.2.13
@electric-sql/pg-protocol@0.0.2
Patch Changes
3d8efbb: Bump dependencies to address Dependabot alerts
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@electric-sql/pglite@0.2.13
Patch Changes
describeQuery
method to get type information about a query's parameters and result fields without executing it.limit 1
it would return no rowsPGliteOptions
. Added custom serializer option toQueryOptions
.@electric-sql/pglite-react@0.2.13
Patch Changes
useLiveQuery
. This allows you to create a live query in a react-router loader, then pass it to the route component where it is then attached withuseLiveQuery
.@electric-sql/pglite-repl@0.2.13
Patch Changes
@electric-sql/pglite-sync@0.2.14
Patch Changes
electric.syncing
config flag in Postgres during a sync transaction to enable user defined triggers to chose how to run during a sync.DELETE FROM
rather than aTRUNCATE
onmust-refetch
so that custom merge logic can be applied with triggers.useCopy
option tosyncShapeToTable
, whentrue
performs aCOPY TO
for the initial sync.@electric-sql/pglite-vue@0.2.13
Patch Changes
benchmark@0.0.13
Patch Changes
@electric-sql/pg-protocol@0.0.2
Patch Changes