·
482 commits
to main
since this release
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.