You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.