Releases: electric-sql/electric
Releases · electric-sql/electric
@core/[email protected]
Patch Changes
- 49dd88f: fix: Fix file corruption when doing external sort during compaction
- f92d4b3: Fallback to replicating whole relations if publication row filtering cannot support given where clauses.
- c444072: Allow multiple conditions in a where clause to be optimised (not just one)
- d22e363: Fix transaction ID comparison logic to use correct modulo-2^32 arithmetic.
- c444072: Optimise where clauses that have a condition in the form 'array_field @> array_const'
- 8a4b0d5: Ensure shape properties are added to OTEL spans in shape requests.
@core/[email protected]
Patch Changes
- 2f6452c: Change stack_id to source_id in open telemetry export
@core/[email protected]
@core/[email protected]
Patch Changes
- 7cb4ccb: Electric as a library: Support multiple stacks
@core/[email protected]
Patch Changes
- 8ce1353: Add embedded mode to Elixir client using the new Shapes API
@core/[email protected]
Patch Changes
- 3eb347b: Add optional telemetry to profile where clause filtering
@core/[email protected]
Patch Changes
- 3867309: Fix the startup failure problem caused by broken release packaging.
@electric-sql/[email protected]
Patch Changes
- 2d9a636: Loosen
react
peer dependency to prevent conflict warnings.
@core/[email protected]
Patch Changes
- 54fb0ac: Avoid stopping the beam process when an unrecoverable error is encountered. Instead, stop the main OTP supervisor. Required for multi-tenancy.
@core/[email protected]
Patch Changes
- 519fc8a: Separate
ConnectionBackoff
logic forConnection.Manager
to enhance:bakckoff
functionality. - 40dcfe8: Add support for casting enums to text in where clauses (e.g.
type::text = 'foo'
). - b84cd5c: Expose globally last-seen LSN on up-to-date messages
- 2dd8ca0: Reset reconnection attempt backoff timer and add more information to connection failure events.
- 8955a58: Refactor to use an internal api to provide the shape change stream