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

推荐订阅源

B
Blog RSS Feed
J
Java Code Geeks
C
Check Point Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Google DeepMind News
Google DeepMind News
阮一峰的网络日志
阮一峰的网络日志
Engineering at Meta
Engineering at Meta
Blog — PlanetScale
Blog — PlanetScale
D
Docker
H
Hackread – Cybersecurity News, Data Breaches, AI and More
月光博客
月光博客
I
InfoQ
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
A
About on SuperTechFans
L
LangChain Blog
腾讯CDC
Y
Y Combinator Blog
MongoDB | Blog
MongoDB | Blog
Vercel News
Vercel News
MyScale Blog
MyScale Blog
博客园 - Franky
IT之家
IT之家
博客园_首页

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