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

推荐订阅源

B
Blog RSS Feed
Jina AI
Jina AI
雷峰网
雷峰网
Blog — PlanetScale
Blog — PlanetScale
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI
博客园 - 司徒正美
罗磊的独立博客
J
Java Code Geeks
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
Vercel News
Vercel News
A
About on SuperTechFans
I
InfoQ
D
DataBreaches.Net
爱范儿
爱范儿
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
U
Unit 42
aimingoo的专栏
aimingoo的专栏
宝玉的分享
宝玉的分享
P
Proofpoint News Feed
Microsoft Azure Blog
Microsoft Azure 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