Skip to content

Releases: planetscale/cli

v0.261.0

19 Nov 19:40
c0549a7

Choose a tag to compare

Changelog

  • 0575cf7 Add role reassign and role reset
  • 5441c08 Bump planetscale-go to get Reset and Reassign
  • 64dd3cb Bump planetscale-go to v0.143.0
  • 97afaf6 Fill in missing mock methods to fix the test

v0.260.0

12 Nov 21:24
f669f44

Choose a tag to compare

Changelog

  • bf129bb Add --replicas flag to database create command
  • d588694 Update Replicas Flag Description for PostgreSQL
  • b659119 Upgrade planetscale-go to v0.142.0

v0.259.0

15 Oct 16:50
65165ba

Choose a tag to compare

Changelog

  • 4d3dc85 Add multiple output formats to database dump command
  • 7513d6b build(deps): bump github.com/mark3labs/mcp-go from 0.39.1 to 0.41.1
  • c50a53f build(deps): bump golang.org/x/oauth2 from 0.31.0 to 0.32.0
  • 9804e90 build(deps): bump golang.org/x/sys from 0.36.0 to 0.37.0
  • 91bdab0 build(deps): bump golang.org/x/text from 0.29.0 to 0.30.0

What's Changed

  • build(deps): bump golang.org/x/sys from 0.36.0 to 0.37.0 by @dependabot[bot] in #1133
  • build(deps): bump golang.org/x/oauth2 from 0.31.0 to 0.32.0 by @dependabot[bot] in #1135
  • build(deps): bump github.com/mark3labs/mcp-go from 0.39.1 to 0.41.1 by @dependabot[bot] in #1131
  • build(deps): bump golang.org/x/text from 0.29.0 to 0.30.0 by @dependabot[bot] in #1134
  • Add multiple output formats to database dump command by @ivov in #1136

New Contributors

Full Changelog: v0.258.0...v0.259.0

v0.258.0

23 Sep 15:19
c97d3a4

Choose a tag to compare

Changelog

  • b122846 Increase db create --wait timeout

v0.257.0

18 Sep 20:04
636f65a

Choose a tag to compare

Changelog

  • 8e77955 Add a workflow for linting and formatting
  • f901bd6 Disable errcheck for now
  • 141dbc7 Extend timeout for database branch readiness checks
  • 2d5cd63 Run linters from Makefile as well
  • 6c003c8 Use latest linter
  • 0d84de7 adjust branch ready checker to do less api requests
  • 3dddcf1 build(deps): bump github.com/mark3labs/mcp-go from 0.37.0 to 0.39.1
  • 8413cdd build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1
  • 04ef4d6 build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10
  • 123e055 build(deps): bump github.com/spf13/viper from 1.20.1 to 1.21.0
  • eb18fd9 build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1
  • a99d2b6 build(deps): bump golang.org/x/oauth2 from 0.30.0 to 0.31.0
  • 6b34d39 build(deps): bump golang.org/x/sync from 0.16.0 to 0.17.0
  • 3bbaca1 build(deps): bump golang.org/x/sys from 0.35.0 to 0.36.0
  • 8450f04 build(deps): bump golang.org/x/text from 0.28.0 to 0.29.0

v0.256.0

11 Sep 15:26
2b4c25e

Choose a tag to compare

Changelog

  • 0396ee3 Updated planetscale-go dependency and improved branch list command for retrieving all branches rather than only the first 25 branches.
  • fc4710e remove accidentally added compiled pscale command

v0.255.0

29 Aug 17:58
7e280d7

Choose a tag to compare

Changelog

  • d8ef1ab Add --wait flag to database create

v0.254.0

28 Aug 21:59
902488e

Choose a tag to compare

Changelog

  • f628c16 Add --wait flag to keyspace create

v0.253.0

27 Aug 21:55
c717815

Choose a tag to compare

Changelog

  • cc5d028 Add --engine flag to size cluster list command
  • ecb92d4 Use official planetscale.WithPostgreSQL() from SDK
  • eb96fb9 bumps go SDK to v0.140.0 for postgres engine flag

What's Changed

Full Changelog: v0.252.0...v0.253.0

v0.252.0

19 Aug 22:03
76d4c23

Choose a tag to compare

Changelog

  • 8bcfe9d Update database command group title to 'General database commands'