Releases: tursodatabase/turso-cli
Releases · tursodatabase/turso-cli
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
v1.0.11
v1.0.10
v1.0.9
v1.0.8
Changelog
v1.0.7
Changelog
- 6c484cc Update internal/cmd/org.go
- a55f70e Update internal/turso/organizations.go
- 574bb02 Update internal/turso/utils.go
- ec3fd6a Update internal/turso/utils.go
- d37cb30 adapt page size to terminal size
- 6da77e5 chore: fmt
- 19b167b chore: fmt
- d1233b0 feat: add audit-logs command
- 2b9aad7 feat: add audit-logs command (#971)
- 3c1d950 feat: add limit to database list options
- 735eb57 feat: list and paginate branches
- 3e87f08 feat: list and paginate databases/branches (#968)
- b88c551 feat: use parent query param instead of branches url
- a2513e7 fix go mod tidy linter issue
- 345eb83 increase fetch size for non interactive version
- b4dcdc4 refactor: move error code handling
- 81eee3b show branches, databases, in an interactive terminal
- 06beb8e static check linters failing
- 26c1614 use new v2 locations endpoints
- 2418174 use new v2 locations endpoints (#966)