Releases: electric-sql/electric
Releases · electric-sql/electric
@core/[email protected]
@electric-sql/[email protected]
Patch Changes
- Updated dependencies [c0c9af6]
- Updated dependencies [41845cb]
- @electric-sql/[email protected]
@core/[email protected]
Patch Changes
-
8ad40e7: Make relation OID part of shape definition, removing the need for persisting relations and simplifying relation change handling.
-
41845cb: Fix inconsistencies in http proxies for caching live long-polling requests.
The server now returns a cursor for the client to use in requests to cache-bust any stale caches.
-
14681cc: Store shape definitions along with shape data and use that to restore them instead of persisted cached metadata. This removes the unified serilization and persistence of all shape metadata and allows better scaling of speed of shape creation.
@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.