Skip to content

Releases: planetscale/cli

v0.211.0

09 Oct 15:20
502e3aa
Compare
Choose a tag to compare

Changelog

  • c0af99a Prevent --from and --seed-data being used with --restore (#917)
  • d68bc44 Switch shell / connect to use caching_sha2_password by default
  • 12874f9 build(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0
  • 41c1f1d build(deps): bump golang.org/x/text from 0.18.0 to 0.19.0

v0.210.0

01 Oct 15:18
5c084d1
Compare
Choose a tag to compare

Changelog

  • 5c084d1 Add keyspace create command (#909)
  • 98c056f Add skeleton of logs
  • fcd5e0a Document that shell requires the mysql 8 client (#908)
  • 9b02d91 Update format of --wait deploy
  • b2aeb18 Update language
  • fc94815 build(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.23.0
  • bb25d16 build(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0
  • d2f359e build(deps): bump golang.org/x/sys from 0.22.0 to 0.25.0
  • ed754cc build(deps): bump golang.org/x/text from 0.16.0 to 0.18.0

v0.209.0

03 Sep 22:05
de5a1ba
Compare
Choose a tag to compare

Changelog

  • d364882 writing dump files with @replica naming will make the dump not-importable. fixes #863

v0.208.0

14 Aug 21:09
c24cdc9
Compare
Choose a tag to compare

Changelog

  • c24cdc9 Unhide keyspace flag for branch schema command (#903)

v0.207.0

01 Aug 23:07
4f21299
Compare
Choose a tag to compare

Changelog

  • 30f30c3 Only set useReplica/useRdonly when not targeting a specific shard
  • 4afedb7 allow shard targeting with rdonly+replica, rdonly

v0.206.0

25 Jul 00:06
f6ee6a4
Compare
Choose a tag to compare

Changelog

v0.205.0

17 Jul 14:10
ac448cf
Compare
Choose a tag to compare

Changelog

  • b1ff703 Add auto-delete-branch flag to deploy-request create
  • ee47b0c Add description of name flag for data-imports start
  • 7baef0c build(deps): bump github.com/adrg/xdg from 0.4.0 to 0.5.0
  • 107efa3 build(deps): bump github.com/briandowns/spinner from 1.23.0 to 1.23.1
  • 92d2782 build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1
  • 69d96ab build(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0
  • b01d4a2 build(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1

v0.204.0

12 Jul 22:40
238ff40
Compare
Choose a tag to compare

Changelog

v0.197.0

23 Apr 15:27
d8b065d
Compare
Choose a tag to compare

Changelog

  • a813f97 Disable custom signal handling if not on foreground

v0.196.0

22 Apr 13:11
823251d
Compare
Choose a tag to compare

Changelog

  • 6970d60 Add custom signal handling back for Windows
  • c15c62e Handle cancel callback returned
  • b7af049 Revert MySQL signal handling
  • f580ec3 Setup better handling of MySQL CLI
  • 83f1fca Update dependencies to latest