Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Commit

Permalink
Update downloads and improve .build
Browse files Browse the repository at this point in the history
  • Loading branch information
datacharmer committed Sep 13, 2020
1 parent fddf743 commit d8e72d1
Show file tree
Hide file tree
Showing 8 changed files with 1,446 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .build/COMPATIBLE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.53.0
1.54.0
2 changes: 1 addition & 1 deletion .build/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.53.3
1.54.0
2 changes: 1 addition & 1 deletion .build/code-generation.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func createTarballRegistry() {
return
}
data := make(common.StringMap)
data["DbDeployerVersion"] = common.CompatibleVersion
data["DbDeployerVersion"] = common.VersionDef
data["Items"] = []common.StringMap{}
for _, tb := range tarballList.Tarballs {
tempItem := common.StringMap{
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 1.54.0 13-Sep-2020

### NEW FEATURES

* The `send_kill` script accepts an argument `destroy` (aliases `-9` or `crash`)
to halt the server immediately.
* The `delete` command is much faster (uses `send_kill destroy`)

### BUGS FIXED

* The `use` command should re-start a sandbox that was stopped, but it was not doing it (Issue #116)
* Listing of small tarball for 8.0.21 lacked the 'minimal' attribute

### NOTES

* Added MySQL shell 8.0.21 to downloads list

### TESTING

* Improve `all_tests`: Now it doesn't require the version
* Improve unit test script to detect where to run


## 1.53.3 29-Aug-2020

### BUGS FIXED
Expand Down
Loading

0 comments on commit d8e72d1

Please sign in to comment.