diff --git a/server/server.go b/server/server.go index 3c42622f..bcd58991 100644 --- a/server/server.go +++ b/server/server.go @@ -48,7 +48,7 @@ import ( // Version should have a new line that follows, else the formatter will fail the PR created by the release GH action const ( - Version = "0.57.0" + Version = "0.57.1" DefUserName = "postres" DefUserEmail = "postgres@somewhere.com" diff --git a/servercfg/cfgdetails/testdata/minver_validation.txt b/servercfg/cfgdetails/testdata/minver_validation.txt index 53359a3c..3e4c9a7a 100644 --- a/servercfg/cfgdetails/testdata/minver_validation.txt +++ b/servercfg/cfgdetails/testdata/minver_validation.txt @@ -8,6 +8,10 @@ BehaviorConfig *cfgdetails.DoltgresBehaviorConfig 0.7.4 behavior,omitempty -ReadOnly *bool 0.7.4 read_only,omitempty -DisableClientMultiStatements *bool 0.7.4 disable_client_multi_statements,omitempty -DoltTransactionCommit *bool 0.7.4 dolt_transaction_commit,omitempty +-AutoGCBehavior *cfgdetails.DoltgresAutoGCBehaviorYAMLConfig TBD auto_gc_behavior,omitempty +--Enable_ *bool TBD enable,omitempty +--ArchiveLevel_ *int TBD archive_level,omitempty +--IncrementalFileSize_ *uint64 TBD incremental_file_size,omitempty UserConfig *cfgdetails.DoltgresUserConfig 0.7.4 user,omitempty -Name *string 0.7.4 name,omitempty -Password *string 0.7.4 password,omitempty