All systems operational 14 regions 99.998% uptime (90d)
v3.4.2 shipped Apr 24 — read changelog
Changelog · v3.4.2

What shipped,
and when.

A real engineering changelog. We tag entries — NEW for genuine new features, IMPROVED for behaviour changes, FIXED for bugs, DEPRECATED for removals — and date them to the day they hit production.

April · 2026
Apr 24, 2026 · v3.4.2
NEW

Postgres 17.2 rolled out across all regions

All managed Postgres clusters can be upgraded to 17.2 with a single click in the console or arv pg upgrade --version 17.2. Logical replication lag during cutover stayed under 8 ms, p99.

Apr 22, 2026
IMPROVED

Faster cold-start for Edge Functions on aarch64 PoPs

V8 isolate spin-up dropped from 6.1 ms to 3.6 ms p99 on Ampere Altra hosts after we landed an upstream snapshot-warming patch. No action needed.

Apr 18, 2026
NEW

BYOIP for IPv6 /48 prefixes

Bring your own IPv6 prefix, sign an RPKI ROA, and announce from any region group. Same flow as IPv4 BYOIP we shipped last December.

$ arv net byoip add 2a0c:5240::/48 --asn 64500 --roa-file roa.signed
Apr 14, 2026
FIXED

Object Storage: signed-URL clock skew on edge cache

Pre-signed URLs created within 200 ms of the X-Amz-Date floor occasionally returned 403 from the edge cache instead of the origin. Cache now reads the wall clock from the regional NTP rather than the PoP local clock.

Apr 9, 2026
NEW

us-sjc-1 (San Jose) is generally available

Our second North American region opened on Q1's last day. Compute, Storage, and Functions are GA; Postgres and Kubernetes follow next month.

Apr 3, 2026
IMPROVED

Console: keyboard-first navigation

The web console now responds to all the keyboard shortcuts you'd expect: g d for dashboard, g c for compute, / to focus search, ? to see them all.

March · 2026
Mar 27, 2026 · v3.4.0
NEW

Postgres branching is GA

Copy-on-write branches from any LSN, available on every plan. Branches stay free of charge until they diverge — only the diverged pages are billed at €0.09/GB/month.

Mar 19, 2026
IMPROVED

Anycast convergence under 200 ms

We finished the BFD + GoBGP rollout. The 99th percentile time from a region withdrawal to traffic settling on the next-best PoP is now 196 ms, down from 480 ms.

Mar 11, 2026
FIXED

Postmortem: eu-fra-1 network event on March 3rd

A bad BFD-multipath config caused a 14-minute partial outage in Frankfurt. Read the postmortem. SLA credits were applied automatically to affected accounts.

Mar 5, 2026
NEW

WireGuard mesh between regions

Multi-region VPCs now connect via a host-offloaded WireGuard mesh. Inter-region throughput is line-rate on a8 plans and up; latency is whatever physics allows (~23 ms hel↔fra).

February · 2026
Feb 24, 2026 · v3.3.0
NEW

Kubernetes 1.32 available

Available immediately on new clusters. Existing clusters can upgrade with arv k8s upgrade --version 1.32; Karpenter will roll node pools without disruption to PDB-respecting workloads.

Feb 14, 2026
DEPRECATED

API v0 sunsetting June 30, 2026

The original v0 REST API will return 410 Gone on June 30. Migrate to v1 — the spec is fully backward-compatible aside from the timestamp format (RFC 3339 instead of Unix ms).

Feb 6, 2026
IMPROVED

Faster snapshots

Compute snapshots now use ZFS incremental send. A 320 GB NVMe snapshot used to average 38 s; it's now 4.2 s, p50.

January · 2026
Jan 28, 2026
NEW

sa-gru-1 (São Paulo) is generally available

Our first South American region. IX.br peering. 78% renewable power as of January's grid mix.

Jan 18, 2026
NEW

pgvector 0.8 with HNSW

Available on all managed Postgres clusters. We've benchmarked recall@10 of 0.987 on a 12M-vector dataset at 4 ms p99 query latency on a p4 instance.

Jan 7, 2026
FIXED

Console invoice PDFs missed VAT for non-EU customers

Customers outside the EU (notably AU, BR, JP) saw VAT lines in their PDF invoices despite reverse-charge applying. Fixed retroactively for invoices issued in November and December.

December · 2025
Dec 16, 2025 · v3.2.0
NEW

BYOIP for IPv4 /24 prefixes

Bring your own /24, sign an RPKI ROA, attach to one or more regions. We announce from AS207443 with the BGP communities of your choice.

Dec 4, 2025
NEW

Edge Functions: KV with strong local reads

Per-PoP replicated KV with linearizable reads at the local PoP, eventual elsewhere. Replication lag p99 under 240 ms across 14 regions.

November · 2025
Nov 24, 2025
IMPROVED

Trial credit increased to €10

We raised the trial credit from €5 to €10 — that's 168 hours on an a4 plan or 90 days of a small Postgres instance. Still no card, still no auto-renewal.

Nov 12, 2025
NEW

Postgres point-in-time restore window: 35 days

Bumped from 14 → 35 days. WAL is now compressed and shipped to two independent storage regions. No price change.