Skip to content

Releases: planetscale/cli

v0.252.0

19 Aug 22:03
76d4c23
Compare
Choose a tag to compare

Changelog

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

v0.251.0

13 Aug 15:20
675726a
Compare
Choose a tag to compare

Changelog

  • 31ff2c0 Add query_count to MCP get_insights output
  • 515cdad Add missing roleutil.go
  • c82e14f Add per-tool instructions about naming conventions
  • 71e62fa Bump go to 1.24.6
  • 69eeb2d Clarify tool usage statements
  • 94b5f7a Correct the error message
  • 106f9b9 DRY up MCP tools that care about database kind
  • f27daa8 DRY up TTLFlag
  • f9b6236 Escape table names for MySQL
  • 56bb1c8 Fix the build warnings
  • 81ee614 Give some MCP-wide instructions
  • d7b7ef2 Implement get_schema MCP tool for Postgres
  • 711ee1e Implement pscale role create
  • 41df61e Implement pscale role delete
  • 3fa6b4b Implement pscale role get
  • aa8347f Implement pscale role list
  • 4f7e1ae Implement pscale role renew
  • 42368a2 Implement pscale role update --name newname
  • 164ad51 Implement pscale shell for Pg
  • 2f01378 Implement run_query MCP tool for Postgres
  • badf675 Implement mcp list_keyspaces tool for Postgres
  • f9f6927 Implement the list_tables MCP tool for Postgres
  • 00d8adb Include database kind in list_databases output
  • 050e3ac Make prompt+branch styling work right
  • 15f63c9 Move pscale mcp and pscale shell in usage
  • f9ac579 Provide stronger instructions about org/db format
  • 3415e8f Refactor parseDuration into a shared util file
  • dd7fe82 Refactor shellFlags
  • c1a5a8c Remove unneeded goroutines and channels
  • 0c71348 Rename old helpers to say they're for MySQL
  • cff5489 Suggest a successor role
  • 2db1d3d Suggest some common inherited roles
  • 43c74bd Support pscale role list --web
  • 04ba27e Undo Claude changes to the MySQL code path
  • 4506a62 Unify role-name generation
  • 5f59890 Use a port if the roles server provides one
  • 2060865 Use parameterized queries to avoid SQL injections
  • 4945c46 Use updated planetscale-go
  • fa23456 build(deps): bump github.com/mark3labs/mcp-go from 0.36.0 to 0.37.0
  • b94c741 build(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0
  • 35a7406 build(deps): bump golang.org/x/text from 0.27.0 to 0.28.0

What's Changed

Full Changelog: v0.250.0...v0.251.0

v0.250.0

01 Aug 13:53
e9e5330
Compare
Choose a tag to compare

Changelog

  • 21c7023 Add regex reference
  • 4e4bd36 Update to latest psdbproxy and Vitess v21
  • b48773e build(deps): bump github.com/mark3labs/mcp-go from 0.34.0 to 0.35.0
  • c96bb1f build(deps): bump github.com/mark3labs/mcp-go from 0.35.0 to 0.36.0
  • e9e5330 fix whitespace for tests
  • 578d2ea fix: Update vitess internal tables ignore regex in dumper

What's Changed

  • build(deps): bump github.com/mark3labs/mcp-go from 0.34.0 to 0.35.0 by @dependabot[bot] in #1093
  • Update to latest psdbproxy and Vitess v21 by @dbussink in #1094
  • build(deps): bump github.com/mark3labs/mcp-go from 0.35.0 to 0.36.0 by @dependabot[bot] in #1096
  • fix: Update vitess internal tables ignore regex in dumper by @tubaxenor in #1098

New Contributors

Full Changelog: v0.249.0...v0.250.0

v0.249.0

27 Jul 18:09
bc32be7
Compare
Choose a tag to compare

Changelog

v0.247.0

11 Jul 19:29
849deac
Compare
Choose a tag to compare

Changelog

  • afd355d Add kind flag to database creation (#1081)
  • 6004259 Implement commands for Postgres branches (#1080)
  • 90efee8 Remove default cluster-size value for database create (#1085)
  • 849deac Rename kind flag for database creation (#1086)
  • 6dd4dec build(deps): bump github.com/go-viper/mapstructure/v2
  • f3fd8b6 build(deps): bump github.com/mark3labs/mcp-go from 0.32.0 to 0.33.0
  • c14fb97 build(deps): bump golang.org/x/sync from 0.15.0 to 0.16.0
  • 1d50207 build(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0
  • b8b68e6 build(deps): bump golang.org/x/text from 0.26.0 to 0.27.0

v0.246.0

24 Jun 20:17
dcb27dd
Compare
Choose a tag to compare

Changelog

  • 12f54d3 Fix deploy-request timestamp display bug caused by tableprinter library
  • 3210517 build(deps): bump github.com/go-sql-driver/mysql from 1.9.2 to 1.9.3
  • dedf1c2 build(deps): bump github.com/mark3labs/mcp-go from 0.31.0 to 0.32.0
  • 8c7c4df build(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0
  • 08d070c build(deps): bump golang.org/x/text from 0.25.0 to 0.26.0

v0.245.0

05 Jun 01:54
23c18c3
Compare
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
Compare
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
Compare
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
Compare
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