[ga-bump-release] Update Dolt version to 1.78.3 and release v1.78.3

This commit is contained in:
coffeegoddd
2025-11-24 23:36:56 +00:00
parent 81936c7989
commit 01912160bd
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -15,5 +15,5 @@
package doltversion
const (
Version = "1.78.2"
Version = "1.78.3"
)
@@ -31,6 +31,7 @@ ListenerConfig servercfg.ListenerYAMLConfig 0.0.0 listener,omitempty
-TLSCert *string 0.0.0 tls_cert,omitempty
-CACert *string 1.77.0 ca_cert,omitempty
-RequireSecureTransport *bool 0.0.0 require_secure_transport,omitempty
-RequireClientCert *bool 1.78.3 require_client_cert,omitempty
-AllowCleartextPasswords *bool 0.0.0 allow_cleartext_passwords,omitempty
-Socket *string 0.0.0 socket,omitempty
PerformanceConfig *servercfg.PerformanceYAMLConfig 0.0.0 performance,omitempty
@@ -97,7 +97,7 @@ type ListenerYAMLConfig struct {
RequireSecureTransport *bool `yaml:"require_secure_transport,omitempty"`
// RequireClientCert enables a mode where all clients must present a certificate. If a CA
// cert is also provided, the client cert will also be verified.
RequireClientCert *bool `yaml:"require_client_cert,omitempty" minver:"TBD"`
RequireClientCert *bool `yaml:"require_client_cert,omitempty" minver:"1.78.3"`
// AllowCleartextPasswords enables use of cleartext passwords.
AllowCleartextPasswords *bool `yaml:"allow_cleartext_passwords,omitempty"`
// Socket is unix socket file path