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

推荐订阅源

C
Check Point Blog
Y
Y Combinator Blog
GbyAI
GbyAI
Microsoft Azure Blog
Microsoft Azure Blog
Martin Fowler
Martin Fowler
博客园_首页
大猫的无限游戏
大猫的无限游戏
美团技术团队
S
SegmentFault 最新的问题
T
The Blog of Author Tim Ferriss
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MyScale Blog
MyScale Blog
小众软件
小众软件
Vercel News
Vercel News
阮一峰的网络日志
阮一峰的网络日志
N
Netflix TechBlog - Medium
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
量子位
博客园 - 【当耐特】
J
Java Code Geeks
F
Fortinet All Blogs
宝玉的分享
宝玉的分享
Stack Overflow Blog
Stack Overflow 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