惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
IT之家
IT之家
博客园 - 叶小钗
雷峰网
雷峰网
T
Tailwind CSS Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
博客园 - 【当耐特】
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
大猫的无限游戏
大猫的无限游戏
Last Week in AI
Last Week in AI
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell
Jina AI
Jina AI
博客园 - Franky
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
阮一峰的网络日志
阮一峰的网络日志
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美

Changelog — PlanetScale

Replica connections graph — PlanetScale Branch start maintenance webhook now available for Vitess enterprise customers — PlanetScale Deploy request UI updates — PlanetScale PostgreSQL CPU and I/O tracking — PlanetScale Branch start maintenance webhook — PlanetScale Cloudflare Workers integration — PlanetScale PlanetScale for Postgres is now Generally Available — PlanetScale PostgreSQL Schema Recommendations — PlanetScale Postgres maintenance windows — PlanetScale Support for 10 new Postgres extensions — PlanetScale 2025 PCI DSS reporting now available — PlanetScale AWS PrivateLink for Postgres — PlanetScale Google Cloud Provider support for Postgres databases — PlanetScale Insights: percent runtime — PlanetScale New region: AWS ca-central-1 (Montreal) — PlanetScale Postgres event triggers are now supported — PlanetScale New Postgres extension: pg_squeeze — PlanetScale Provisioned IOPS display for Metal clusters — PlanetScale Insights: max query latency graphs — PlanetScale Pinned databases update — PlanetScale New Postgres extensions: pg_cron and pg_partman_bgw — PlanetScale pscale shell now supports Postgres databases — PlanetScale Migration guides for Aurora, Neon, and Supabase — PlanetScale New pscale role commands for CLI — PlanetScale Postgres migration guides and scripts — PlanetScale Postgres role management — PlanetScale Expanded Postgres network-attached storage I/O configuration — PlanetScale 2025 SOC 1 Type 2 & SOC 2 Type 2 reports now available — PlanetScale Prometheus Metrics Additions: vstreamer events and errors — PlanetScale Postgres network-attached storage configuration — PlanetScale
New API endpoints for organization teams, cluster sizes, ...
2025-11-13 · via Changelog — PlanetScale

We've added several new API endpoints.

Organization teams

You can now manage organization teams through the API. Create teams, add members, and control database access:

  • /v1/organizations/{organization}/teams — List and create teams
  • /v1/organizations/{organization}/teams/{slug} — Get, update, or delete a specific team

You'll need the read_organization permission for listing and viewing teams, and write_organization permission to create, update, or delete them.

Read the teams API docs

Cluster sizes

Want to know what cluster sizes are available for your organization? The new cluster sizes endpoint returns all available options, optionally with pricing rates:

  • /v1/organizations/{name}/cluster-size-skus — List available cluster sizes for Vitess or Postgres

Read the cluster sizes API docs

Dedicated PgBouncer management (Postgres)

You can now manage dedicated PgBouncers and resize them via the API:

Dedicated PgBouncer management:

  • /v1/organizations/{organization}/databases/{database}/branches/{branch}/bouncers — List and create bouncers
  • /v1/organizations/{organization}/databases/{database}/branches/{branch}/bouncers/{name} — Get or delete a specific bouncer

Resize operations:

  • /v1/organizations/{organization}/databases/{database}/branches/{branch}/bouncer-resizes — List all bouncer resize requests for a branch
  • /v1/organizations/{organization}/databases/{database}/branches/{branch}/bouncers/{name}/resizes — List resize requests for a specific bouncer
  • /v1/organizations/{organization}/databases/{database}/branches/{branch}/bouncers/{name}/resizes/{id} — Update or cancel a resize request

Read the PgBouncer API docs