Skip to content

Releases: electric-sql/electric

@core/[email protected]

03 Sep 16:17
4619eaa
Compare
Choose a tag to compare

Patch Changes

  • 67b0a5e: Remove timeout when quering to create the initial log to support tables over 150MB in size
  • 2b2c2fe: Support BETWEEN, BETWEEN SYMMETRIC and IS UNKNOWN comparison predicates
  • 77d7bff: Implement log chunking, which tries to keep chunks within the specified LOG_CHUNK_BYTES_THREHSOLD - see relevant PR
  • 538d99f: Remove list_active_shapes and replace it by list_shapes.
  • 1d00501: Clean cached column info on relation changes.

@core/[email protected]

28 Aug 20:12
93792e6
Compare
Choose a tag to compare

Patch Changes

  • e5a1d8e: Fix a crash caused by incorrect conversion of an UPDATE into an INSERT or a DELETE depending on whether it is a shape move-in or a shape move-out case.
  • 9faab42: Move to process- and storage-per-shape

@electric-sql/[email protected]

27 Aug 15:38
85c926a
Compare
Choose a tag to compare

Patch Changes

  • 55c8449: Update Readme for removing ShapesProvider

@electric-sql/[email protected]

27 Aug 15:27
b062864
Compare
Choose a tag to compare

Minor Changes

  • 914e768: Remove obsolete ShapesProvider.

Patch Changes

@core/[email protected]

26 Aug 16:18
60c5069
Compare
Choose a tag to compare

Patch Changes

  • 5f31867: Don't search for exact log entry with provided offset. Fixes a bug that caused an infinite loop of initial syncs followed by 409s.

@core/[email protected]

26 Aug 13:59
f1ae2e1
Compare
Choose a tag to compare

Patch Changes

  • fa88719: clean shapes affected by migrations
  • e3b0040: Fix a bug in ReplicationClient caused by an invalid assumption about cross-transaction operation LSN ordering.

@core/[email protected]

19 Aug 13:04
135c032
Compare
Choose a tag to compare

Patch Changes

  • 11f564d: Support quoted schema and table names

@electric-sql/[email protected]

14 Aug 16:31
11bfe0a
Compare
Choose a tag to compare

Patch Changes

@core/[email protected]

14 Aug 16:31
11bfe0a
Compare
Choose a tag to compare

Patch Changes

  • 1803392: Support larger shapes (1 million row, 170MB +) and faster time to first byte
  • 09f8636: Include nullability information in schema. Also parse null values in the JS client.

@electric-sql/[email protected]

08 Aug 14:50
ec0f285
Compare
Choose a tag to compare

Minor Changes

  • 8e584a1: Fix: rename "action" header -> "operation" to match Postgres's name for inserts, updates, deletes

Patch Changes