Skip to content

Releases: electric-sql/electric

electric-sql@0.11.3

14 May 14:46
379fad5
Compare
Choose a tag to compare

Patch Changes

  • 6080c9c: Fix port collisions in client tests

@electric-sql/debug-toolbar@1.2.0

14 May 14:46
379fad5
Compare
Choose a tag to compare

Minor Changes

  • e9f9221: Add support for Electric with postgres dialect (e.g. with PGLite)

Patch Changes

  • Updated dependencies [6080c9c]
    • electric-sql@0.11.3

electric-sql@0.11.2

13 May 10:46
d3f5623
Compare
Choose a tag to compare

Patch Changes

  • c4876dd: Fix Postgres introspection subquery to only look at PK constraints
  • ebd2cb9: Fix a bug with Postgres client sync so that pk columns for creating the ON CONFLICT statement are correct when applying an incoming transaction.

@electric-sql/debug-toolbar@1.0.2

13 May 10:46
d3f5623
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [c4876dd]
  • Updated dependencies [ebd2cb9]
    • electric-sql@0.11.2

@core/electric@0.11.1

13 May 10:46
d3f5623
Compare
Choose a tag to compare

Patch Changes

  • 3294240: fix: set Postgrex SSL mode based on the connection by :epgsql to keep sslmode=prefer behaviour when DATABASE_REQUIRE_SSL is not true.
  • 6a746d9: Correct handling of multi-statement migration sql

electric-sql@0.11.1

07 May 15:45
c646b42
Compare
Choose a tag to compare

Patch Changes

  • f03bde0: Fix CLI bug for fetching migrations

electric-sql@0.11.0

07 May 09:33
5e0f9b6
Compare
Choose a tag to compare

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

create-electric-app@0.3.1

07 May 09:41
6027c2d
Compare
Choose a tag to compare

Patch Changes

  • 1b79344: Install with --legacy-peer-deps to circumvent temporary issue with electric-sql package.
  • ccd7e69: Fix port configuration not setting proper .env variables and update README
  • 784f737: Remove usage of npx in template scripts to ensure correct package is used.

@electric-sql/prisma-generator@1.1.5

07 May 09:42
6027c2d
Compare
Choose a tag to compare

Patch Changes

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

@electric-sql/debug-toolbar@1.0.1

07 May 15:45
c646b42
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [f03bde0]
    • electric-sql@0.11.1