Skip to content

Releases: electric-sql/electric

@electric-sql/[email protected]

05 Feb 09:41
Compare
Choose a tag to compare
Pre-release

Patch Changes

@electric-sql/[email protected]

05 Feb 09:41
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • f1a9247: feat!: change the wire protocol to remove offset and add an explicit lsn header. Only valid offset now is the one provided in headers

@core/[email protected]

05 Feb 09:41
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • f1a9247: feat!: change the wire protocol to remove offset and add an explicit lsn header. Only valid offset now is the one provided in headers

Patch Changes

  • f1a9247: feat: add a special header to last operation in transaction for a given shape
  • f1a9247: feat: replace txid with txids header

@core/[email protected]

05 Feb 09:41
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • f1a9247: feat!: change the wire protocol to remove offset and add an explicit lsn header. Only valid offset now is the one provided in headers

@core/[email protected]

04 Feb 12:26
e3df316
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 5516d70: Fallback to IPv4 if DATABASE_USE_IPV6 is enabled but an IPv6 address could not be resolved.
  • 0d71dc4: fix: don't expose information about columns that weren't selected
  • c4e4e75: Connect shape consumer spans to replication traces and add OTEL metrics
  • f8a94aa: chore: ensure proper trace span connection for snapshot creation

@core/[email protected]

03 Feb 13:30
b7b207d
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 802680f: feat: make sure lines that underwent compaction don't reference any transaction id

@core/[email protected]

30 Jan 21:06
69586fd
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • edfb9f3: feat: add compaction flag to Electric that allows UPDATE events within a shape to be compacted to save space and bandwidth
  • 7f36cc1: Use Storage.unsafe_cleanup!/1 to delete data after a shape has been removed

@core/[email protected]

29 Jan 17:50
11e34ea
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • eccdf9f: - Do not await for responses while recovering publication filters.
    • Remove publication update debounce time - simply wait until end of current process message queue.
  • 5f2cb99: fix: ensure correct JSON formating when reading concurrently written snapshot

@core/[email protected]

29 Jan 17:50
11e34ea
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • df1c18f: Fix race condition when using mock backend

@core/[email protected]

23 Jan 17:17
af6e8a4
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 214435b: System metrics will now be sent to Honeycomb as well as traces
  • 214435b: Add metric publishing to Honeycomb when that exporter is enabled