Skip to content

electric-sql@0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 09:33
· 115 commits to main since this release
5e0f9b6

Minor Changes

  • 450a65b: Support for a local Postgres database on the client. Also introduces drivers for node Postgres and PGlite.

Patch Changes

  • c35956d: Don't leave a snapshot running when stopping the Satellite process
  • 5dd3975: Fix bug with null values in INT8 (BigInt) columns.
  • ca53955: Add react-dom and @tauri-apps/plugin-sql as optional peer dependencies.
  • 0115a0a: Add Zod and Prisma to (optional) peer dependencies.
  • 22a7555: Fix CLI PROXY option to correctly infer database name and not print introspection url.
  • ec27052: Remove max listener warning on EventNotifier's event emitter.
  • 22a7555: Fix ELECTRIC_ options not working as CLI arguments
  • abebbaa: Adding debug toolbar
  • 244033f: Ensure no snapshot is taken after closing the Satellite process.
  • 3794e2b: Fix duplicate ROLLBACKs when using interactive transactions through the adapter's transaction API.
  • 244066a: Fix TextEncoder polyfill being fed numbers rather than strings and breaking replication of number types
  • Updated dependencies [450a65b]
    • @electric-sql/prisma-generator@1.1.5