Skip to content

Releases: electric-sql/electric

@electric-sql/[email protected]

17 Oct 22:42
3f97a55
Compare
Choose a tag to compare

Patch Changes

@core/[email protected]

17 Oct 22:42
3f97a55
Compare
Choose a tag to compare

Patch Changes

  • 9860f5c: Increase max-age for the initial -1 offset request to 1 week (from 60 seconds) so browsers/CDNs keep the initial segment of the shape log in their cache
  • 7f86b47: Fix in-memory storage chunking boundaries recovery to actually respect stored boundaries
  • bdbfd46: Parse and validate REPLICATION_STREAM_ID as it cannot include special characters

@core/[email protected]

15 Oct 13:33
89084c8
Compare
Choose a tag to compare

Patch Changes

  • a1d332f: fix: make sure array column types are correctly passed around & that array comparison functions work on nested arrays

@core/[email protected]

15 Oct 11:48
4432230
Compare
Choose a tag to compare

Patch Changes

  • b093b79: Reduce the default DB_POOL_SIZE to 20.
  • 3ab27a6: Implement support for array columns and operations over those in where clauses

@electric-sql/[email protected]

14 Oct 22:01
4e2ffb5
Compare
Choose a tag to compare

Patch Changes

@core/[email protected]

14 Oct 22:01
4e2ffb5
Compare
Choose a tag to compare

Patch Changes

  • b9db6ca: Add LOG_LEVEL configuration option.
  • 25c437f: Implement columns query parameter for GET v1/shapes API to allow filtering rows for a subset of table columns.
  • 2bf933c: Obfuscate database password in the process memory to prevent it from accidentally getting logged in cleartext.

@electric-sql/[email protected]

11 Oct 17:30
96b2e16
Compare
Choose a tag to compare

Patch Changes

@core/[email protected]

11 Oct 17:31
96b2e16
Compare
Choose a tag to compare

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]

08 Oct 16:38
687899f
Compare
Choose a tag to compare

Patch Changes

@core/[email protected]

08 Oct 16:46
6831efc
Compare
Choose a tag to compare

Patch Changes

  • e499c05: Add the OTEL_DEBUG environment variable which is a flag to print Open Telemetry spans to stdout.