Skip to content

Releases: electric-sql/pglite

[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]

@electric-sql/[email protected]

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

Patch Changes

  • 3d8efbb: Bump dependencies to address Dependabot alerts

[email protected]

11 Oct 14:06
0c7a627
Compare
Choose a tag to compare

Patch Changes

@electric-sql/[email protected]

11 Oct 14:06
0c7a627
Compare
Choose a tag to compare

Patch Changes

  • 1495625: add util to package.json browser config to exclude it in browser builds
  • d3905cf: Export LiveNamespace type from the live extension
  • 1f036dc: The VFS API has been refactored, along with the OPFS implementation, in order to prepare it for becoming a public API.
  • 52ddcb0: Fix issue where a string passed as a parameter expecting JSON would not treat the string as a json encoded string

@electric-sql/[email protected]

11 Oct 14:06
0c7a627
Compare
Choose a tag to compare

Patch Changes