Releases: electric-sql/pglite
Releases · electric-sql/pglite
@electric-sql/[email protected]
Patch Changes
- Updated dependencies [3113d56]
- Updated dependencies [23cd31a]
- @electric-sql/[email protected]
- @electric-sql/[email protected]
@electric-sql/[email protected]
Patch Changes
- Updated dependencies [3113d56]
- Updated dependencies [23cd31a]
- @electric-sql/[email protected]
[email protected]
Patch Changes
- Updated dependencies [20008c2]
- Updated dependencies [a5712a8]
- @electric-sql/[email protected]
@electric-sql/[email protected]
@electric-sql/[email protected]
Patch Changes
- Updated dependencies [20008c2]
- Updated dependencies [a5712a8]
- @electric-sql/[email protected]
@electric-sql/[email protected]
Patch Changes
- Updated dependencies [20008c2]
- Updated dependencies [a5712a8]
- @electric-sql/[email protected]
@electric-sql/[email protected]
Patch Changes
- Updated dependencies [20008c2]
- Updated dependencies [a5712a8]
- @electric-sql/[email protected]
- @electric-sql/[email protected]
@electric-sql/[email protected]
Patch Changes
- Updated dependencies [20008c2]
- Updated dependencies [a5712a8]
- @electric-sql/[email protected]
[email protected]
@electric-sql/[email protected]
Patch Changes
- 53ec60e: Fix the sql tagged template method to correctly handle null values
- 880b60d: Fix close() as it was not correctly shutting down Postgres
- 058ed7c: Fix quoting of table and channel names with the live plugin and listen method. Fixes issue where the live plugin would not work when the table names were camel case.
- 2831c34: Add wasmModule and fsBundle options to manually load the WASM module and FS bundle. Additionally cache the WASM module and FS bundle after the first download for a speedup on subsequent calls.
- 880b60d: Fix DROP DATABASE so that it doesn't hang in a busy loop
- 880b60d: Initial work towards a WASI build of PGlite
- 4aeb677: Change parameter serialization to be driven by expected types from Postgres, rather than inferring from the JS type
- 19b3529: Fix path alias for
@electric-sql/pg-protocol
to bundle types correctly