Releases: gregzo/electric
Releases · gregzo/electric
@core/electric@0.8.1
Patch Changes
- 0dfb35d: [VAX-1324] Prevent updates to table PKs
- a3d4bfe: Electric now opens all its ports to listen both on IPv4- and IPv6-capable interfaces. This obviates the need for the ELECTRIC_USE_IPV6 configuration setting in most cases.
- 34a89b4: Automatically publish electricsql/electric:canary images to Docker Hub on every push to main.
- b57ec92: [VAX-1417] Add the option to tunnel TCP connections to the migrations proxy over regular WebSocket connections.
- 34a89b4: Log the version of the Electric sync service on startup.
- 11878e7: Log a descriptive error message when Electric fails to open a replication connection to Postgres.
- ddb70c9: [VAX-1374] Add a new write-to-pg mode that applies client updates as DML statements as opposed to streaming them to Postgres over a logical replication connection.
@core/electric@0.8.0
Minor Changes
- eb722c9: [VAX-1335] Create new protocol op to represent a compensation
Patch Changes
- 0dc6166: [VAX-820, VAX-1325] Add support for the BIGINT / INT8 column type in electrified tables.
- d9efe92: [VAX-1264, VAX-1265] Fix some edge cases in the parsing of DATABASE_URL.
- 4ad7df4: [VAX-825] Add support for the JSONB column type in electrified tables.
- b6e589d: [VAX-846, VAX-849] Add support for the REAL / FLOAT4 column type in electrified tables.