Releases: electric-sql/electric
Releases · electric-sql/electric
@core/[email protected]
Patch Changes
- 18b7054: Improve consistency of shape consumers after storage error
@core/[email protected]
Minor Changes
- b3f5d7c: Introduce and enable by default a new iteration of the storage engine, which is more optimal when creating new shapes. If you need to continue using the old shapes without interruption, set
STORAGE=cubdb
environment variable. - 1461432: Replace individual persistence location configuration with a single
STORAGE_DIR
environment variable, that should be bound to a volume to survive Electric restarts. If you were usingCUBDB_FILE_PATH
, you should move that folder into a subdirectory namedshapes
and configureSTORAGE_DIR
to the previous directory.
Patch Changes
@electric-sql/[email protected]
@electric-sql/[email protected]
Patch Changes
- 0836ebb: Improve type of selector argument in useShape hook.
- Updated dependencies [d3b4711]
- @electric-sql/[email protected]
@core/[email protected]
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]
@electric-sql/[email protected]
Patch Changes
- 55c8449: Update Readme for removing ShapesProvider
@electric-sql/[email protected]
Minor Changes
- 914e768: Remove obsolete ShapesProvider.
Patch Changes
- Updated dependencies [a6c7bed]
- @electric-sql/[email protected]
@core/[email protected]
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.