Releases: tursodatabase/turso-cli
Releases · tursodatabase/turso-cli
v1.0.17
v1.0.16
What's Changed
- Allow connecting local dbs just by name by @avinassh in #997
- Update staticcheck version by @avinassh in #1002
- update staticcheck version by @avinassh in #1003
- Make it possible to reset baseUrl by @LeMikaelF in #998
- Add operations supporting encrypted databases on Cloud by @avinassh in #1000
- Validate that reserve bytes are set when uploading db with encryption by @avinassh in #1009
- Remove canary flag by @LeMikaelF in #1005
- Add tests for encryption related flags by @avinassh in #1010
- Support multipart upload by @LeMikaelF in #999
- Support encryption flags on db import command by @avinassh in #1011
- use fork of sqlclosecheck by @LeMikaelF in #1014
- Upgrade forked sqlclosecheck by @LeMikaelF in #1015
- Various upload improvements by @LeMikaelF in #1012
- Update vulnerable dependencies flagged by Dependabot by @Copilot in #1018
New Contributors
- @LeMikaelF made their first contribution in #998
- @Copilot made their first contribution in #1018
Full Changelog: v1.0.15...v1.0.16
v1.0.15
v1.0.14
v1.0.13
v1.0.12
Changelog
- 6f49abb Add Missing Completion Commands to the Allow List (#980)
- e49413a Kill legacy tap
- 292b235 Kill legacy tap (#950)
- 00760fc db export: Export database WAL too
- f80b706 db export: Export database WAL too (#990)
- 3ab78b2 fix(completion): add completion commands to unauthed allow list
- 982bc21 internal/cmd/: Replace fmt.Errorf with errors.New for static error messages
- cf0c62a internal/flags/: Replace fmt.Errorf with errors.New in flag validation
- a60b920 internal/prompt/: Replace fmt.Errorf with errors.New for cancellation
- 74e2072 internal/turso/: Replace fmt.Errorf with errors.New for static error messages
- 054f20a internal/turso/organizations: errors.New instead of fmt.Errorf for static error
- d2a0244 refactor: use errors.New instead of fmt.Errorf for non-format strings