releases.shpreview
Home/PlanetScale
PlanetScale

PlanetScale

$npx @buildinternet/releases get planetscale
May 8, 2026

Changelog

  • 66476cf1d71f336f7176a7bcd9616374dcdc6ed5 Add tenant-id to movetabels
May 6, 2026

Query Insights search now supports negated filter terms for both Postgres and Vitess. Prefix any search term with ! to exclude matching results — for example, !table:users returns all queries that don't touch the users table, and !indexed:true surfaces unindexed queries. Positive and negative terms can be combined freely: p99:>100 !table:sessions finds slow queries that don't involve the sessions table. Negation applies to the token immediately following !, so quoted phrases work too — !"some text" excludes queries matching that phrase, while "!some text" treats the exclamation mark as a literal character when searching for queries that include it in the normalized SQL. Read more about filtering queries with Vitess or filtering queries with Postgres.

Apr 30, 2026

What's Changed

New Contributors

Full Changelog: https://github.com/planetscale/planetscale-go/compare/v0.162.0...v0.163.0

We have added a new GCP region. Now you can deploy Postgres and Vitess databases on GCP in Eemshaven, Netherlands (gcp-europe-west4). For more information about supported regions, see our regions documentation.

Apr 22, 2026

Changelog

  • eb7c0085a523e08e17a88879bf70ccbc50876b3c Add a 14 day dependency cooldown to the Dependabot config
  • f879b92f1542f29bd4b3e8a5a927daca0b39d112 Chain buildx setup into base goreleaser-cross entrypoint
  • 7abdf801c8eb15449c9ef5375390ce46fb58469e Create buildx builder inside releaser container
  • c343767fcffa1ee241c7e267698e0bdd4b97e7c6 Publish multi-arch Docker image (linux/amd64 + linux/arm64)
Apr 15, 2026

You can now configure storage when you create a PlanetScale Postgres database. For Postgres databases using Amazon Elastic Block Storage (EBS), you can now set storage size during database creation. This is available in the web dashboard, the API, and the CLI. API: Create databaseCLI: pscale database create

Apr 7, 2026

Changelog

  • cfa31fcaf86c19ec1e03e511c1b3aa714591a939 Add --min-storage and --max-storage flags to database and branch creation
  • 7f611093330d6e84f7594d1c9cfe15c0061f956d Handle async MoveTables Create
  • 1fc64babf5eb5b9ad18216fd23bc3c4cad13836a Update planetscale-go to v0.161.0

What's Changed

Full Changelog: https://github.com/planetscale/planetscale-go/compare/v0.160.0...v0.161.0

Apr 2, 2026

We've added a new API endpoint that lets you check whether a deploy request's target branch has enough storage to safely deploy schema changes. The endpoint returns details about storage capacity across keyspaces and shards, including how much additional storage is needed and whether the cluster can be upgraded for more space. This is useful for catching potential storage issues before deploying large schema changes on Vitess databases. Read more

A new variant of the PlanetScale MCP server is now available that provides access to Insights data and Schema Recommendations without exposing query execution tools. Use this server when you want AI agents to analyze query performance and suggest optimizations but don't need them to run queries directly against your database. Server URL:https://mcp.pscale.dev/mcp/planetscale-insights-only

This is ideal for workflows like the self-improving database, where agents review Insights data and open pull requests with performance improvements. Learn more about the PlanetScale MCP server

A new variant of the PlanetScale MCP server is now available that provides access to Insights data and Schema Recommendations without exposing query execution tools.

A new API endpoint has been added that lets you check whether a deploy request's target branch has enough storage to safely deploy schema changes.

Mar 31, 2026

Changelog

  • bb5b0b8045b62816c0f6b0eb83c26091a7716b09 Merge branch 'main' into release-not-idempotent
  • a5a40acc30d3d81fa9cf692119e7dee3a8f55d02 Merge branch 'main' into tc-warning-threshold
  • 98656d12e4e1eb14d0b016e7bfadc267478f1edc Release is not idempotent
  • f197dc65865f2937cbf30beee2115025ddbb9327 Remove extra backtick
  • 7c4856209d744353a79abecaf0eb1025e41aa413 Replace RELEASE_GITHUB_TOKEN with a GitHub App token
  • 606be2804267b87ac30abb13fb07f7a3bb297fd4 Support configuring traffic budget warning_threshold

Changelog

  • ecea8a2cf1ae04b55e625140651c0e9856c26c1a Add list-tablets command to pscale branch vtctld
  • 219ea2905305658b9fbfde795e1e73b1e2b37781 Add planned-reparent command to pscale branch vtctld
  • 1b78e725419c6a8446598908a48bd30142da20a2 Avoid potential script injections
  • e30a968d7c01ea0abcb860e2d4f58d5c82a43e3d Document how to republish a release
  • c275c8077748661e3f78cb3bfdb0cb0dc4cfd59d Ensure script/release.sh is idempotent
  • ad43183d0206d57d43e830b063a43306b78412be Ensure safe variable expansion of skip
  • 844cf168c2e56104303b6ca9880e5b15b60f8098 Replace existing GitHub release assets during republish
  • f140b6a68dd6587d5fc98ec9796f51cf84563e31 Simplify planned-reparent-shard to a single command
  • 3676b37d146cc4c4089e179284872473bc82797f Update release workflow to support re-publishing existing releases
  • e25a2aace55eacd582f2ed66987455eb0d6ad1c5 Use status subcommand instead of --id flag for operation polling

PlanetScale for Postgres now supports the vectorscale extension. vectorscale is a PostgreSQL extension for high-performance approximate nearest neighbor (ANN) search on vector embeddings. You can enable vectorscale from the Extensions tab on your Clusters page. Learn more about Postgres extensions

PlanetScale for Postgres now supports the vectorscale extension.

Mar 30, 2026

Changelog

  • 17d6b0e554ed17e18ce3181aed906ea07e14b7f3 Add --delete-descendants flag to branch delete command
  • 7f6e191caccc11c51f7a72d822f0a42215739dc6 Change step output to RELEASE_VERSION
  • 7962c8c9627ed37071a7b9986d2f8429471b8c0c Configure git as the planetscale-actions-bot
  • a55634574eb1a7d929f3f358c2dfa7c8973ba603 Merge branch 'main' into ci-actions
  • 6010de38978e9d2a2a495cd80fedda293d671ac8 Migrate CI from Buildkite to Actions
  • a6b80fe68d2ef82f8bd88ef0e14d71dae9c76f61 Migrate release pipeline to Actions
  • 0b0c9be58c5e2bffb2ac8c45ba2465cedacdb14d Separate steps for clarity and improve job names
  • 12fdc49822ff6f3477088b8031bd06473460d3a1 Update actions in lint.yml
  • 8f20f0ae372a04b52cffdff998e6186f6582b112 Update planetscale-go to v0.157.0
  • 52a798459858aa76d5c423ef513165405e702bcc build(deps): bump github.com/mark3labs/mcp-go from 0.45.0 to 0.46.0
Last Checked
16m ago
Domain
planetscale.com
Accounts
planetscale
Tracking since Jun 28, 2022