Skip to content

Commit

Permalink
Update DoltgreSQL version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bheni committed May 13, 2024
1 parent 7afe7fb commit 5675860
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 4 deletions.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import (
)

const (
Version = "0.7.0"
Version = "0.7.1"

// DOLTGRES_DATA_DIR is an environment variable that defines the location of DoltgreSQL databases
DOLTGRES_DATA_DIR = "DOLTGRES_DATA_DIR"
Expand Down
48 changes: 45 additions & 3 deletions server/testdata/minver_validation.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,53 @@
# file automatically updated by the release process.
# if you are getting an error with this file it's likely you
# have added a new minver tag with a value other than TBD
Vars []server.DoltgresUserSessionVars TBD user_session_vars,omitempty
LogLevelStr *string 0.7.1 log_level,omitempty
MaxLenInLogs *int 0.7.1 max_query_len_in_logs,omitempty
EncodeLoggedQuery *bool 0.7.1 encode_logged_query,omitempty
BehaviorConfig *server.DoltgresBehaviorConfig 0.7.1 behavior,omitempty
-ReadOnly *bool 0.7.1 read_only,omitempty
-DisableClientMultiStatements *bool 0.7.1 disable_client_multi_statements,omitempty
-DoltTransactionCommit *bool 0.7.1 dolt_transaction_commit,omitempty
UserConfig *server.DoltgresUserConfig 0.7.1 user,omitempty
-Name *string 0.7.1 name,omitempty
-Password *string 0.7.1 password,omitempty
ListenerConfig *server.DoltgresListenerConfig 0.7.1 listener,omitempty
-HostStr *string 0.7.1 host,omitempty
-PortNumber *int 0.7.1 port,omitempty
-ReadTimeoutMillis *uint64 0.7.1 read_timeout_millis,omitempty
-WriteTimeoutMillis *uint64 0.7.1 write_timeout_millis,omitempty
-TLSKey *string 0.7.1 tls_key,omitempty
-TLSCert *string 0.7.1 tls_cert,omitempty
-RequireSecureTransport *bool 0.7.1 require_secure_transport,omitempty
-AllowCleartextPasswords *bool 0.7.1 allow_cleartext_passwords,omitempty
-Socket *string 0.7.1 socket,omitempty
PerformanceConfig *server.DoltgresPerformanceConfig 0.7.1 performance,omitempty
-QueryParallelism *int 0.7.1 query_parallelism,omitempty
DataDirStr *string 0.7.1 data_dir,omitempty
CfgDirStr *string 0.7.1 cfg_dir,omitempty
MetricsConfig *server.DoltgesMetricsConfig 0.7.1 metrics,omitempty
-Labels map[string]string 0.7.1 labels,omitempty
-Host *string 0.7.1 host,omitempty
-Port *int 0.7.1 port,omitempty
RemotesapiConfig *server.DoltgresRemotesapiConfig 0.7.1 remotesapi,omitempty
-Port *int 0.7.1 port,omitempty
-ReadOnly *bool 0.7.1 read_only,omitempty
PrivilegeFile *string 0.7.1 privilege_file,omitempty
BranchControlFile *string 0.7.1 branch_control_file,omitempty
Vars []server.DoltgresUserSessionVars 0.7.1 user_session_vars,omitempty
-Name string 0.0.0 name
-Vars map[string]string 0.0.0 vars,omitempty
Jwks []engine.JwksConfig TBD jwks,omitempty
SystemVariables *engine.SystemVariables 0.7.1 system_variables,omitempty
Jwks []engine.JwksConfig 0.7.1 jwks,omitempty
-Name string 0.0.0 name
-LocationUrl string 0.0.0 location_url
-Claims map[string]string 0.0.0 claims
-FieldsToLog []string 0.0.0 fields_to_log
-FieldsToLog []string 0.0.0 fields_to_log
GoldenMysqlConn *string 0.7.1 golden_mysql_conn,omitempty
PostgresReplicationConfig *server.PostgresReplicationConfig 0.7.1 postgres_replication,omitempty
-PostgresServerAddress *string 0.7.1 postgres_server_address,omitempty
-PostgresUser *string 0.7.1 postgres_user,omitempty
-PostgresPassword *string 0.7.1 postgres_password,omitempty
-PostgresDatabase *string 0.7.1 postgres_database,omitempty
-PostgresPort *int 0.7.1 postgres_port,omitempty
-SlotName *string 0.7.1 slot_name,omitempty

0 comments on commit 5675860

Please sign in to comment.