Releases: tursodatabase/turso-cli
Releases · tursodatabase/turso-cli
v1.0.6
Changelog
- 7f08bac Fix broken orgs (#961)
- e89aa11 Revert "add the organization header to HTTP requests"
- cfd370f add delete protection file for databases
- e1c7923 add delete protection file for databases (#964)
- 8fa7103 default to personal organization if default is invalid
- 5ece466 pass organization information to the locations call
v1.0.5
v1.0.4
v1.0.3
v1.0.2
Changelog
v1.0.1
Changelog
v1.0.0
v0.100.1
Changelog
- 2fe4a96 Change error message not to autolist user's groups
- 8840cb3 Fix bug 'not being able to create db in existing fly group' and improve errors
- c9410bb Fix bug 'not being able to create db in existing fly group' and improve errors (#949)
- 7aa9c82 Return location without validating if existing group contains the location
v0.99.1
Changelog
- 8447a3d Delete database if upload fails
- 6c21c27 Do not autoset WAL mode, instead instruct user to do it
- ed1354b Ignore Filepath field in json serialization
- 26ce2e8 Improve error messages of local db checks
- 0642478 Merge pull request #935 from tursodatabase/aws-upload-v2
- 3bf6a5c Merge pull request #941 from tursodatabase/glauber/remove-feedback
- 5545ce7 Merge pull request #942 from tursodatabase/glauber/fly-regions
- e6e91f8 Merge pull request #943 from tursodatabase/glauber/aws-default-loc
- 3fabd8a Only print local verification check logs if flags.Debug()
- 7a7f12f Remove accidental shadowing of data variable causing nil panic
- 3f8921a Support --from-file direct upload on AWS databases
- 2511217 also mark the default region on AWS
- 7766b72 do not print fly locations header if there are no fly regions
- 255eac7 remove account commands
- a4db5f4 use camelCase
- 0d3208f use errors.Is() to check for EOF error