Skip to content

Releases: electric-sql/pglite

@electric-sql/[email protected]

26 Nov 16:26
34cd616
Compare
Choose a tag to compare

Patch Changes

  • 6547374: Alpha version of pg_dump support in the browser and Node using a WASM build of pg_dump

@electric-sql/[email protected]

26 Nov 16:26
34cd616
Compare
Choose a tag to compare

Patch Changes

@electric-sql/[email protected]

26 Nov 16:26
34cd616
Compare
Choose a tag to compare

Patch Changes

@electric-sql/[email protected]

26 Nov 16:26
34cd616
Compare
Choose a tag to compare

Patch Changes

  • 75f9f6d: Add a offset and limit option to live queries, when used it will return the total count for the query along with efficient updating of the offset. This works well with windowed or virtualised scrolling components.
  • Updated dependencies [6547374]
  • Updated dependencies [6547374]
  • Updated dependencies [df5c290]
  • Updated dependencies [1784d04]
  • Updated dependencies [ae36974]
  • Updated dependencies [75f9f6d]
  • Updated dependencies [ce212cf]

[email protected]

12 Nov 15:14
c747bcf
Compare
Choose a tag to compare

Patch Changes

@electric-sql/[email protected]

12 Nov 15:13
c747bcf
Compare
Choose a tag to compare

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/[email protected]

12 Nov 15:14
c747bcf
Compare
Choose a tag to compare

Patch Changes

@electric-sql/[email protected]

12 Nov 15:14
c747bcf
Compare
Choose a tag to compare

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/[email protected]

12 Nov 15:13
c747bcf
Compare
Choose a tag to compare

Patch Changes

@electric-sql/[email protected]

12 Nov 15:13
c747bcf
Compare
Choose a tag to compare

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]