Skip to content

Releases: electric-sql/electric

@core/[email protected]

08 Oct 16:38
687899f
Compare
Choose a tag to compare

Minor Changes

  • 9ed9511: Lets Postgres validate user-provided table identifier.
    This means identifiers are now case insensitive unless you explitictly quote them.

@core/[email protected]

04 Oct 17:57
8da97cf
Compare
Choose a tag to compare

Patch Changes

  • c886f86: Query Postgres server version as early as possible so that it is available throughout the whole connection initialization process.
  • 841922d: Cover the processing of GET /shape with OpenTelemetry spans for improved observability.

@core/[email protected]

01 Oct 15:59
174dece
Compare
Choose a tag to compare

Patch Changes

  • 5f6d202: - Wait for advisory lock on replication slot to enable rolling deploys.
    • Configurable replication slot and publication name using REPLICATION_STREAM_ID environment variable.
    • Add HealthCheckPlug API endopint at v1/health that returns waiting, starting,and active statuses.

@electric-sql/[email protected]

30 Sep 12:32
7f44565
Compare
Choose a tag to compare

Patch Changes

@core/[email protected]

30 Sep 12:32
7f44565
Compare
Choose a tag to compare

Patch Changes

  • 8d886ba: Add LISTEN_ON_IPV6=true|false configuration option to support IPv6 network interfaces.

@electric-sql/[email protected]

17 Sep 15:07
4603e9e
Compare
Choose a tag to compare

Patch Changes

  • 70da0b5: Expose lastSyncedAt field in ShapeStream and Shape classes and in the useShape React hook.
  • Updated dependencies [9992a74]
  • Updated dependencies [70da0b5]

@core/[email protected]

17 Sep 15:07
4603e9e
Compare
Choose a tag to compare

Patch Changes

  • 5e72067: Fix the configuration of OpenTelemetry libraries, removing the "inets_not_started" warning from log output.
  • e7fdb14: Fix how Electric reads PG's version number.
  • df3c174: Don't crash when there are no active shapes
  • fa879b1: Don't timeout when writing to lots of shapes

@electric-sql/[email protected]

16 Sep 17:01
5cd4a95
Compare
Choose a tag to compare

Minor Changes

  • 7765d50: Expose isLoading status in ShapeStream and Shape classes and in useShape React hook.

Patch Changes

@core/[email protected]

16 Sep 17:01
5cd4a95
Compare
Choose a tag to compare

Patch Changes

  • 0b8fbc4: Run filter logic for PG version 15 in unit tests.
  • aaf9c75: Clean up underlying shape data when cleaning up shape.

@core/[email protected]

16 Sep 12:45
953e73d
Compare
Choose a tag to compare

Minor Changes

  • c842835: Detect when Electric is connected to a different Postgres DB than before and clean all shapes.

Patch Changes

  • fd6b88f: Change default chunk size to ~10MB uncompressed.
  • 66ee2ae: Add OpenTelemetry spans for HTTP request handling and replication message processing.