Skip to content

Releases: electric-sql/electric

@core/sync-service@0.6.2

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/react@0.4.2

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

Patch Changes

  • Updated dependencies [b0d258d]
  • Updated dependencies [df6cc5b]
  • Updated dependencies [e459a62]
    • @electric-sql/client@0.6.0

@core/sync-service@0.6.1

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/react@0.4.1

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]
    • @electric-sql/client@0.5.1

@core/sync-service@0.5.2

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/react@0.4.0

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

  • Updated dependencies [7765d50]
    • @electric-sql/client@0.5.0

@core/sync-service@0.5.1

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/sync-service@0.5.0

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.

@electric-sql/react@0.3.6

13 Sep 22:49
8ecd2b3
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [e3a07b7]
  • Updated dependencies [412ea8e]
    • @electric-sql/client@0.4.1

@core/sync-service@0.4.4

13 Sep 22:49
8ecd2b3
Compare
Choose a tag to compare

Patch Changes

  • e3a07b7: Return 400 if shape ID does not match shape definition. Also handle 400 status codes on the client.
  • 5c684bd: Add shape filters to Postgres publication to reduce processing load on Electric.