github dolthub/dolt v1.78.4
1.78.4

3 hours ago

Merged PRs

dolt

  • 10124: go/cmd/dolt: Allow the Dolt CLI to connect to a running dolt sql-server which is configured with require_secure_transport: true.
    When Dolt CLI is running in a directory with a corresponding running sql-server process, it will connect to the server process and complete its work using SQL statements. Previously, the Dolt CLI was configured to always connect on a plaintext TCP connection for these connections. That meant it did not work for servers configured with require_secure_transport: true. One consequence was that the published Dolt dockerhub image did not work with require_secure_transport: true, since that image runs dolt sql against the running server as part of its entrypoint.
    This changes dolt CLI to connect over (non-verified) TLS if such as an option is presented by the server. The CLI still falls back to plaintext as well.
    Dolt CLI still does not work when the server is configured with require_client_certificate, since Dolt CLI does not currently have a way to configure its presented client certificate and private key. As a consequence, at least for the time being, the published DockerHub images for Dolt do not work with require_client_certificate: true.

Closed Issues

Don't miss a new dolt release

NewReleases is sending notifications on new releases.