---
collection: serverless-postgres
collection_name: Serverless Postgres
week_start: 2026-06-29
title: Query insights gain visibility into sharded Vitess workloads
release_count: 38
generated: 2026-07-11
canonical: https://releases.sh/collections/serverless-postgres/digest/2026-06-29
---

# Query insights gain visibility into sharded Vitess workloads

PlanetScale brought tag-based filtering and vindex usage tracking to Query Insights for Vitess databases, while Neon released a new TypeScript SDK and Supabase shipped a major CLI update with pipeline-incompatible migration support.

### Deeper observability for sharded databases

PlanetScale delivered two significant enhancements to Query Insights for Vitess databases this week. [Tag-based filtering](/release/rel_qfV1Zkp5pOP2IpAHcZaOK-planetscale-query-insights-adds-tag-based-filtering-for-vitess-databases) allows developers to classify queries by application, route, or job using built-in metadata or SQLCommenter tags, then filter the query table with `tag:key:value` syntax. The new Tags view surfaces breakdowns, and individual query executions show their attached tags. Complementing this, [vindex usage tracking](/release/rel_zgykVU1bG1wqvFrqDLkpv-planetscale-query-insights-now-shows-vindex-usage-for-vitess-databases) now displays the percentage of traffic that used relevant vindexes alongside a time-series graph, making it straightforward to spot queries missing indexes and measure the impact of index changes.

PlanetScale also added [VTTablet and MySQL configuration](/release/rel_UoG2weTyk_jlImnzfRYbD-planetscale-adds-vttablet-and-mysql-configuration-to-dashboard) directly from the Clusters page and API, and the [PlanetScale MCP server](/release/rel_ix67KNsVZGDArcdzKhzpe-planetscale-mcp-server-adds-replica-targeting-and-postgres-rls-detection) gained replica targeting for read queries (with an opt-out to route to the primary) plus automatic detection of Postgres RLS policies that might filter query results. The [Terraform provider v1.3.0](/release/rel_LJSqdRJlR6DvfdtsG0YqE-planetscale-terraform-provider-v1-3-0-adds-password-free-postgres-role) introduced `planetscale_postgres_redacted_branch_role`, a Postgres resource that keeps passwords out of Terraform state entirely.

### New SDKs and CLI workflows

Neon's biggest story was the launch of [@neon/sdk](/release/rel_4F8gntMJVX3Mfq1cPC45v-neon-releases-neon-sdk-a-new-typescript-client-for-the-neon-api), a fetch-based, zero-dependency TypeScript client for the Neon API that replaces `@neondatabase/api-client`. The SDK is ESM-only and generated from the OpenAPI spec, with an ergonomic layer handling authentication, typed errors, automatic retries, readiness polling, and multi-step workflows like snapshot preview-before-commit. Separately, the [Neon CLI](/release/rel_zKwgHLQ4H2uyIUP7IagYK-neon-cli-now-available-as-neon-package-adds-config-init-and-status-commands) is now installable as `neon` from npm (the old `neonctl` name still works), and adds `neon config init` for declarative branch configs plus `neon status` for offline branch checks.

Supabase released [CLI v2.109.0](/release/rel_sTOgbltLjWSd5--mbdH-r-supabase-cli-v2-109-0-fixes-pipeline-incompatible-migration-statements) with a critical fix: migration commands now correctly apply pipeline-incompatible SQL statements like `CREATE INDEX CONCURRENTLY` and `VACUUM`. The release also adds `db reset --sql-paths` for CI workflows and ports migration commands to native TypeScript. The [Supabase Client SDK v2.109.0](/release/rel_zJDqqiVDd5tcD3ISN9-8K-supabase-client-sdk-v2-109-0-adds-realtime-filter-builder-and-storage-cache) introduced a Realtime `postgres_changes` filter builder with additional operators, plus `purgeCache` for Storage buckets and objects. SDK [v2.110.0](/release/rel_0PND8MUs4YcClEDCiUmK5-supabase-client-sdk-v2-110-0-drops-node-js-20-support) drops Node.js 20 support, requiring Node.js 22 or later.

### Auth and schema refinements

Supabase [Auth v2.192.0](/release/rel_PlwP8WoMRXTd2HGUfeibi-supabase-auth-v2-192-0-adds-per-provider-custom-claims-allowlist-for-oauth) ships a per-provider `custom_claims_allowlist` for custom OAuth providers, giving finer control over which claims appear in tokens. Prisma Next published [setup guides](/release/rel_-6-e0ucPRrodFJEqfa_la-prisma-next-adds-setup-guides-and-scalar-list-fields) for new and existing PostgreSQL and MongoDB projects, and extended the schema language with scalar list fields and MongoDB enum support. Supabase's [OpenCode integration](/release/rel_seA8IMBHoECDeJvh6FotT-supabase-opencode-integration-launches-with-account-and-project-management-apis) launched, letting AI coding agents authenticate with `/supabase` to access account and project management APIs.

## Releases covered

### Neon

- [Neon releases @neon/sdk, a new TypeScript client for the Neon API](https://releases.sh/release/rel_4F8gntMJVX3Mfq1cPC45v-neon-sdk-new-typescript-neon-api-client-ships)
- [Neon CLI now available as `neon` package, adds config init and status commands](https://releases.sh/release/rel_zKwgHLQ4H2uyIUP7IagYK-cli-renamed-to-neon-config-init-and-status-commands-added)

### PlanetScale

- [PlanetScale Query Insights adds tag-based filtering for Vitess databases](https://releases.sh/release/rel_qfV1Zkp5pOP2IpAHcZaOK-query-insights-supports-tag-based-filtering-and-navigation)
- [PlanetScale Query Insights now shows vindex usage for Vitess databases](https://releases.sh/release/rel_zgykVU1bG1wqvFrqDLkpv-query-insights-displays-vindex-usage-traffic-percentage-and-trends-visible)
- [PlanetScale adds VTTablet and MySQL configuration to dashboard](https://releases.sh/release/rel_UoG2weTyk_jlImnzfRYbD-vttablet-and-mysql-settings-now-configurable-in-dashboard)
- [PlanetScale MCP server adds replica targeting and Postgres RLS detection](https://releases.sh/release/rel_ix67KNsVZGDArcdzKhzpe-read-queries-route-to-replica-by-default-rls-warnings-added)
- [PlanetScale Terraform provider v1.3.0 adds password-free Postgres role management](https://releases.sh/release/rel_LJSqdRJlR6DvfdtsG0YqE-postgres-role-passwords-no-longer-stored-in-terraform-state)

### Prisma

- [Prisma Next adds setup guides and scalar list fields](https://releases.sh/release/rel_-6-e0ucPRrodFJEqfa_la-setup-guides-for-postgresql-and-mongodb-scalar-list-fields-added)

### Supabase

- [Supabase CLI v2.109.0 fixes pipeline-incompatible migration statements](https://releases.sh/release/rel_sTOgbltLjWSd5--mbdH-r-concurrently-and-alter-system-now-work-in-migrations-sql-paths-for-ci)
- [Supabase Client SDK v2.109.0 adds Realtime filter builder and Storage cache purge](https://releases.sh/release/rel_zJDqqiVDd5tcD3ISN9-8K-supabase-client-sdk-v2-109-0-adds-realtime-filter-builder-and-storage-cache)
- [Supabase Client SDK v2.110.0 drops Node.js 20 support](https://releases.sh/release/rel_0PND8MUs4YcClEDCiUmK5-node-js-20-support-dropped-from-client-sdk)
- [Supabase Auth v2.192.0 adds per-provider custom claims allowlist for OAuth](https://releases.sh/release/rel_PlwP8WoMRXTd2HGUfeibi-custom-claims-allowlist-now-per-provider)
