Skip to content

Releases: tursodatabase/turso-cli

v1.0.17

29 Jan 21:41
b296e1b

Choose a tag to compare

Changelog

v1.0.16

21 Jan 07:30
ab356cb

Choose a tag to compare

What's Changed

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

16 Oct 14:44
a9214f9

Choose a tag to compare

Changelog

v1.0.14

08 Oct 09:13
277b8b8

Choose a tag to compare

Changelog

  • e1dceb3 add missed file
  • 71a244f generate db/group tokens with fine-grained permissions
  • 5f05d8d remove unused variable
  • 809ae4f small fixes in the CLI
  • 50ca1f3 support external JWKS commands
  • 277b8b8 support external JWKS commands (#993)

v1.0.13

29 Aug 18:40
1c7b39a

Choose a tag to compare

Changelog

v1.0.12

26 Aug 16:59
f80b706

Choose a tag to compare

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

09 Jun 09:10
77a1066

Choose a tag to compare

Changelog

  • 54779ba Fix version in turso group list output
  • 77a1066 Fix version in turso group list output (#982)

v1.0.10

08 May 15:02
5a908fd

Choose a tag to compare

Changelog

v1.0.9

01 May 19:21
5ea0d80

Choose a tag to compare

Changelog

v1.0.8

28 Apr 09:45
189f917

Choose a tag to compare

Changelog

  • b489086 Add turso db export command
  • 189f917 Add turso db export command (#973)
  • 6774d85 Glauber/region (#970)
  • 3ec0c79 get proxy address from an environment variable
  • eefc9c8 get region URL from Proxy variable
  • baa4e19 remove ProbeLocation
  • b2cca6e use go's Client object instead of DefaultClient