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

推荐订阅源

GbyAI
GbyAI
T
Tenable Blog
Webroot Blog
Webroot Blog
L
Lohrmann on Cybersecurity
S
Securelist
S
Schneier on Security
NISL@THU
NISL@THU
Know Your Adversary
Know Your Adversary
C
Cybersecurity and Infrastructure Security Agency CISA
T
The Exploit Database - CXSecurity.com
L
LINUX DO - 热门话题
C
CXSECURITY Database RSS Feed - CXSecurity.com
O
OpenAI News
I
Intezer
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
TaoSecurity Blog
TaoSecurity Blog
S
Secure Thoughts
Application and Cybersecurity Blog
Application and Cybersecurity Blog
P
Privacy International News Feed
H
Hacker News: Front Page
N
Netflix TechBlog - Medium
M
MIT News - Artificial intelligence
博客园 - Franky
PCI Perspectives
PCI Perspectives
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Microsoft Azure Blog
Microsoft Azure Blog
MongoDB | Blog
MongoDB | Blog
L
LangChain Blog
P
Proofpoint News Feed
S
Security Affairs
WordPress大学
WordPress大学
The Last Watchdog
The Last Watchdog
S
SegmentFault 最新的问题
小众软件
小众软件
F
Full Disclosure
博客园 - 叶小钗
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
T
The Blog of Author Tim Ferriss
Simon Willison's Weblog
Simon Willison's Weblog
P
Palo Alto Networks Blog
Security Latest
Security Latest
P
Proofpoint News Feed
月光博客
月光博客
T
Tailwind CSS Blog
Scott Helme
Scott Helme
Hacker News - Newest:
Hacker News - Newest: "LLM"
Google Online Security Blog
Google Online Security Blog
T
Threat Research - Cisco Blogs
Help Net Security
Help Net Security
Project Zero
Project Zero

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 PlanetScale for Postgres — PlanetScale Metal storage estimation for deploy requests — PlanetScale SSO support for multiple organizations — PlanetScale New keyspace VSchema API endpoints — PlanetScale Aggressive deploy request cutover — PlanetScale Postgres migration scripts — PlanetScale Access request webhook — PlanetScale Webhook API endpoints — PlanetScale Storage webhook — PlanetScale Edge metrics are now available for Single Tenant and Managed customers — PlanetScale Insights: time range and refresh interval updates — PlanetScale Model Context Protocol support — PlanetScale PlanetScale workflows is now GA — PlanetScale Prometheus metrics are now available — PlanetScale Restore backups with a cluster size — PlanetScale Keyspace replication settings — PlanetScale Advanced workflow settings — PlanetScale You can now configure max VTGates — PlanetScale SLA commitment improvement — PlanetScale Metal instances are now available — PlanetScale You can now configure your VTGates in the dashboard — PlanetScale Adjusting the number of shards in a sharded keyspace — PlanetScale Infrastructure diagram: per-shard rollout status — PlanetScale Deploying changes to sharded keyspaces — PlanetScale Throttling deploy requests — PlanetScale PlanetScale vectors now supports quantization — PlanetScale PlanetScale workflows — PlanetScale Insights sparklines — PlanetScale Service tokens: all database permissions — PlanetScale Cluster configuration — PlanetScale Brownout notice: legacy connection strings — PlanetScale 2024 PCI DSS reporting now available — PlanetScale Instant deployments — PlanetScale Timezone display preferences — PlanetScale Service token permissions: branch creation — PlanetScale Insights: max latency reporting — PlanetScale Branching: rename and replace default branch — PlanetScale Insights: index usage tracking — PlanetScale Prevent backup deletion — PlanetScale 2024 SOC 2+ HIPAA — PlanetScale Insights: increased graph resolution — PlanetScale Insights: absolute x-axis time — PlanetScale Webhooks: New pending_cutover event for deploy requests — PlanetScale Deploy requests: auto-delete branch — PlanetScale Deprecation: legacy connection strings — PlanetScale Deploy requests: solo admins may now self-approve — PlanetScale Reason for closing a schema recommendation — PlanetScale Webhook payload update — PlanetScale New audit logs API endpoint — PlanetScale Deprecating old versions of the PlanetScale CLI — PlanetScale Branch cluster size updates now available via the API — PlanetScale New side navigation layout — PlanetScale VTGate errors are now in DataDog — PlanetScale Pin frequently used databases — PlanetScale Billing data now available via the API — PlanetScale Connecting to PlanetScale privately on GCP — PlanetScale Connecting to PlanetScale privately on AWS — PlanetScale Insights query latency percentile filtering — PlanetScale Character set and collation upgrade recommendations — PlanetScale Global replica credentials — PlanetScale Webhooks are now generally available — PlanetScale Hobby plan deprecation — PlanetScale Insights anomaly webhook — PlanetScale Deploy requests: remember auto-apply — PlanetScale Monthly spend alerts — PlanetScale Deprecating the Hobby plan — PlanetScale CPU and memory metrics now in Datadog — PlanetScale Schema recommendations — PlanetScale Safe migrations on development branches — PlanetScale Deprecating Scaler plan — PlanetScale
Support for wal2json extension — PlanetScale
2026-01-05 · via Changelog — PlanetScale

PlanetScale for Postgres now supports the wal2json extension, version 2.6.

wal2json is a logical decoding output plugin that produces JSON format change data capture (CDC) output. This extension enables streaming database changes in a structured JSON format, making it ideal for:

  • Building change data capture pipelines
  • Real-time data synchronization between systems
  • Event-driven architectures that react to database changes
  • Integration with stream processing platforms like Kafka

The extension uses PostgreSQL's logical decoding feature to capture row-level changes (INSERT, UPDATE, DELETE) and outputs them as JSON objects, providing a flexible and widely-compatible format for downstream consumers.

Learn more about Postgres extensions