Releases: electric-sql/electric
Releases · electric-sql/electric
@electric-sql/[email protected]
Patch Changes
- Updated dependencies [7de9f1d]
- @electric-sql/[email protected]
@core/[email protected]
Patch Changes
- 11c326f: Unify CORS header handling to ensure they are always present
- 7de9f1d: Handle 400 errors as unrecoverable rather than
must-refetch
cases - 3bdf6b6: Handle relations in
ShapeLogCollector
same way that transactions are handled - a8b36ac: Validate table names locally first before going to PG to save resources
@electric-sql/[email protected]
Patch Changes
- Updated dependencies [7f86b47]
- @electric-sql/[email protected]
@core/[email protected]
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]
Patch Changes
- a1d332f: fix: make sure array column types are correctly passed around & that array comparison functions work on nested arrays
@core/[email protected]
@electric-sql/[email protected]
Patch Changes
- Updated dependencies [25c437f]
- @electric-sql/[email protected]
@core/[email protected]
@electric-sql/[email protected]
Patch Changes
- Updated dependencies [c0c9af6]
- Updated dependencies [41845cb]
- @electric-sql/[email protected]
@core/[email protected]
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.