Releases: electric-sql/electric
Releases · electric-sql/electric
@electric-sql/[email protected]
Patch Changes
- Updated dependencies [cfb7955]
- Updated dependencies [c980a76]
- @electric-sql/[email protected]
@core/[email protected]
Patch Changes
- e499c05: Add the OTEL_DEBUG environment variable which is a flag to print Open Telemetry spans to stdout.
@core/[email protected]
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]
@core/[email protected]
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 atv1/health
that returnswaiting
,starting
,andactive
statuses.
- Configurable replication slot and publication name using
@electric-sql/[email protected]
Patch Changes
- Updated dependencies [b0d258d]
- Updated dependencies [df6cc5b]
- Updated dependencies [e459a62]
- @electric-sql/[email protected]
@core/[email protected]
Patch Changes
- 8d886ba: Add LISTEN_ON_IPV6=true|false configuration option to support IPv6 network interfaces.
@electric-sql/[email protected]
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/[email protected]
@core/[email protected]
@electric-sql/[email protected]
Minor Changes
- 7765d50: Expose isLoading status in ShapeStream and Shape classes and in useShape React hook.
Patch Changes
- Updated dependencies [7765d50]
- @electric-sql/[email protected]