Skip to content

@core/electric@0.8.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 17:08
dc0008d

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.