Skip to content

Releases: planetscale/cli

v0.218.0

11 Dec 20:15
9a726d6
Compare
Choose a tag to compare

Changelog

  • 8426c12 Add additional context cancellation location
  • 1421bf6 Add max-query-size optional parameter
  • b0b03a2 Added ability to show extra details during restore process
  • bd304c5 Added show details output information for views
  • 731c3a6 Address BuildKite Errors
  • 0fec054 Adjust connection pool IDs to start from 1
  • eeb14a4 Adjusted --start-from to --starting-table and --ending-table
  • f050789 Code cleanup plus additional flags
  • f5ed825 Improved context usage and added extra error output
  • 8d23d88 Incorporated use of the Vitess sqlparser
  • 10437ea Merge branch 'main' into add-dump-progress-info
  • ab81e9b Merge branch 'main' into add-dump-progress-info
  • 806f69e Merge branch 'main' into add-dump-progress-info
  • 033d59a Removed a few commented lines
  • bdef4dd Removing code that shuffles the processing order of the data files
  • 53bff35 Switch WaitGroup usage to ErrGroup
  • 8467444 Switching NewPool back to the canonical numbering style

v0.217.0

11 Dec 19:48
6729396
Compare
Choose a tag to compare

Changelog

  • 80426f9 Add mocks for new function
  • 4762688 Fix --replica and --rdonly dump
  • 688d50f build(deps): bump github.com/planetscale/planetscale-go
  • 2e87109 build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
  • 3789f87 build(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.24.0
  • d6fdccd build(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0

What's Changed

  • build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #942
  • build(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 by @dependabot in #943
  • build(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 by @dependabot in #944
  • build(deps): bump github.com/planetscale/planetscale-go from 0.115.0 to 0.116.0 by @dependabot in #927
  • Fix --replica and --rdonly dump by @mscoutermarsh in #949

Full Changelog: v0.216.0...v0.217.0

v0.216.0

02 Dec 23:04
b50c743
Compare
Choose a tag to compare

Changelog

  • 490dd78 Revert "build(deps): bump go.uber.org/zap/exp from 0.2.0 to 0.3.0"
  • 3d8dfbd roll zap/exp forward again with fix

What's Changed

Full Changelog: v0.215.0...v0.216.0

v0.215.0

02 Dec 20:47
522cb87
Compare
Choose a tag to compare

Changelog

  • 4e23450 Do not reset default organization on auth
  • 008952e build(deps): bump github.com/adrg/xdg from 0.5.1 to 0.5.3
  • f25cd91 build(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0
  • 2642eaa build(deps): bump go.uber.org/zap/exp from 0.2.0 to 0.3.0
  • 521e0f3 build(deps): bump golang.org/x/text from 0.19.0 to 0.20.0

What's Changed

  • Do not reset default organization on auth by @mscoutermarsh in #938
  • build(deps): bump golang.org/x/text from 0.19.0 to 0.20.0 by @dependabot in #937
  • build(deps): bump github.com/adrg/xdg from 0.5.1 to 0.5.3 by @dependabot in #935
  • build(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0 by @dependabot in #930
  • build(deps): bump go.uber.org/zap/exp from 0.2.0 to 0.3.0 by @dependabot in #931

Full Changelog: v0.214.0...v0.215.0

v0.214.0

06 Nov 21:20
4474712
Compare
Choose a tag to compare

Changelog

  • 5750f87 Added context to longer-running functions for quicker cancellation
  • a9c9e81 Improve view support for pscale database dump / restore-dump (#932)
  • ff34955 build(deps): bump github.com/adrg/xdg from 0.5.0 to 0.5.1
  • 4474712 bump internal vitess version (#936)

v0.213.0

15 Oct 18:02
a872907
Compare
Choose a tag to compare

Changelog

  • a094811 Change BranchKeyspace to Keyspace (#925)
  • a872907 Update planetscale-go to version with optimizations (#926)

v0.212.0

14 Oct 19:12
92e9b7e
Compare
Choose a tag to compare

Changelog

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