Skip to content

Releases: electric-sql/electric

@core/[email protected]

25 Feb 15:04
4ab04c4
Compare
Choose a tag to compare
Pre-release

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]

17 Feb 15:47
dc1bc34
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 2f6452c: Change stack_id to source_id in open telemetry export

@core/[email protected]

17 Feb 14:43
a796d0e
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 329c428: Electric as a library: Telemetry config is now option parameters rather than application environemnt config
  • 8ce1353: Add embedded mode to Elixir client using the new Shapes API

@core/[email protected]

17 Feb 09:14
9ea7d96
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 7cb4ccb: Electric as a library: Support multiple stacks

@core/[email protected]

17 Feb 14:43
a796d0e
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 8ce1353: Add embedded mode to Elixir client using the new Shapes API

@core/[email protected]

12 Feb 10:25
bc0f3eb
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 3eb347b: Add optional telemetry to profile where clause filtering

@core/[email protected]

11 Feb 12:03
616e140
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 3867309: Fix the startup failure problem caused by broken release packaging.

@electric-sql/[email protected]

10 Feb 17:21
546a78d
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 2d9a636: Loosen react peer dependency to prevent conflict warnings.

@core/[email protected]

10 Feb 17:20
546a78d
Compare
Choose a tag to compare
Pre-release

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]

06 Feb 15:07
93a9d7a
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 519fc8a: Separate ConnectionBackoff logic for Connection.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