Skip to content

Releases: planetscale/cli

v0.245.0

05 Jun 01:54
23c18c3

Choose a tag to compare

Changelog

  • 7975a6e Add --name flag to password delete command
  • 1e85c7b Implement pagination for password list command

v0.244.0

03 Jun 00:31
7699e98

Choose a tag to compare

Changelog

  • f7c34fb Fixes auth check for service tokens
  • 2d58b6f Improve error messages for branch delete|promote|demote|list
  • 46a0996 Improve service token auth error messages
  • dcd4caa Update internal/cmd/auth/check.go
  • 5d14f98 build(deps): bump github.com/mark3labs/mcp-go from 0.30.1 to 0.31.0
  • e8aac27 get error messages right
  • 4b1f54c remove extra period

v0.243.0

28 May 17:40
954f41b

Choose a tag to compare

Changelog

  • de44797 MCP server_helpers.go: don't hardcode a replica
  • c4b3eb5 use replica if production

v0.242.0

28 May 15:58
25d9300

Choose a tag to compare

Changelog

  • 6e01a8a Fix branch create help message (#1046)
  • e9a5c65 Upgrade MCP Go library from v0.27.0 to v0.30.1
  • 581cc29 Warn about the seed data costs (#1042)
  • 33357c1 add schema only dump option
  • 3c2de40 build(deps): bump github.com/charmbracelet/huh from 0.6.0 to 0.7.0
  • d94e4f4 build(deps): bump github.com/mark3labs/mcp-go from 0.20.0 to 0.27.0
  • b44832e build(deps): bump golang.org/x/oauth2 from 0.29.0 to 0.30.0
  • 9f5f99a build(deps): bump golang.org/x/sync from 0.13.0 to 0.14.0
  • 3ab19ac build(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0
  • 9c9f965 build(deps): bump golang.org/x/text from 0.24.0 to 0.25.0
  • c910144 return config err
  • 71ba893 use ubuntu-based image for goreleaser

v0.241.0

18 Apr 19:00
c46c45e

Choose a tag to compare

Changelog

  • 59b34e8 Add a stub get_insights tool
  • a031bce Implement get_insights
  • 2ad4dc3 More helpful non-interactive shell error (#1036)
  • 255cd4d Remove onboarding database from dump command
  • 1d9205e Suppress Authorization header after redirects
  • 4872a00 Tidy up a bit
  • 57acb98 Whitespace

v0.240.0

14 Apr 20:33
c40018f

Choose a tag to compare

Changelog

  • 9ec108e Add MCP server integration instructions and Cursor support
  • c40018f Remove requirement for cluster-size flag (#1030)
  • 9f14183 build(deps): bump github.com/mark3labs/mcp-go from 0.19.0 to 0.20.0

v0.239.0

11 Apr 23:55
6a245b1

Choose a tag to compare

Changelog

  • d50704c mcp: improve error messages

v0.238.0

11 Apr 18:01
86fbfa6

Choose a tag to compare

Changelog

  • ac3477c Add --vendor claude flag to mcp install
  • b0b4721 Add a list_databases [org] tool
  • 80ad12c Add a list_orgs tool
  • c9e60a8 Add a stub of an mcp command
  • df97a16 Add stub subcommands: mcp {install,server}
  • 5686db0 Add tool: list_branches [org] database
  • ca47428 Add tool: list_keyspaces [org] database branch
  • d9a01d4 Add tool: get_schema
  • 73d7b86 Add tool: list_tables
  • 73071f5 Add tool: run_query
  • e1470f9 Fix confusing branch create --from error (#1024)
  • 0590165 Implement mcp install --target claude
  • 273837c Implement a stub MCP server
  • 12f8d49 Linter: lower-case error strings
  • 76c9349 Refactor createDatabaseConnection
  • 7e48562 Refactor overly large server.go file
  • 854ed8e Refactor shared getOrganization
  • b6f7d7b Refactor tool handlers

v0.237.0

09 Apr 17:48
a77666d

Choose a tag to compare

Changelog

  • a77666d Add cluster-size to backup restoration commands (#1023)
  • 7d6108c build(deps): bump github.com/go-sql-driver/mysql from 1.9.1 to 1.9.2
  • fc684e0 build(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.29.0
  • 615822a build(deps): bump golang.org/x/sync from 0.12.0 to 0.13.0
  • 40b74c7 build(deps): bump golang.org/x/sys from 0.31.0 to 0.32.0
  • e9e1549 build(deps): bump golang.org/x/text from 0.23.0 to 0.24.0

v0.236.0

01 Apr 18:29
3a101bc

Choose a tag to compare

Changelog

  • 3a101bc Unhide the keyspace settings and update-settings commands (#1016)
  • bd793a5 build(deps): bump github.com/spf13/viper from 1.20.0 to 1.20.1
  • d8f2d7a max query size: clarify in help message