Skip to content

Releases: electric-sql/pglite

[email protected]

09 Dec 09:59
9aff673
Compare
Choose a tag to compare

Patch Changes

@electric-sql/[email protected]

09 Dec 09:59
9aff673
Compare
Choose a tag to compare

Patch Changes

  • fa13714: Remove a debug console.log from the live query plugin

@electric-sql/[email protected]

09 Dec 09:59
9aff673
Compare
Choose a tag to compare

Patch Changes

@electric-sql/[email protected]

09 Dec 09:59
9aff673
Compare
Choose a tag to compare

Patch Changes

  • 46c102c: Add options for the commitGranularity parameter in the syncShapeToTable function, enabling the user to choose how often the sync should commit.
  • c3d98d5: Export return type of syncShapeToTable
  • 515a155: Bump the version of the Electric sync client
  • Updated dependencies [fa13714]

@electric-sql/[email protected]

09 Dec 09:59
9aff673
Compare
Choose a tag to compare

Patch Changes

@electric-sql/[email protected]

09 Dec 09:59
9aff673
Compare
Choose a tag to compare

Patch Changes

@electric-sql/[email protected]

27 Nov 11:16
bfddaaa
Compare
Choose a tag to compare

Patch Changes

  • 17c9875: add node imports to the package.json browser excludes

[email protected]

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

Patch Changes

@electric-sql/[email protected]

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

Patch Changes

  • 6547374: New runExclusive method on PGlite that allows you to hold an exclusive lock on the database, for use with execProtocol* methods
  • 6547374: A new execProtocolRawSync method that can execute a postgres wire protocol synchronously
  • df5c290: Make pglite compatible with @jest-environment: node
  • 1784d04: Bump Emscripten to 3.1.72
  • ae36974: Fix a bug with pipelining prepared statements.
  • 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.
  • ce212cf: Use PG "WITH RECURSIVE" to traverse the live query dependencies

@electric-sql/[email protected]

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

Patch Changes