Highlights
VPN-robust edge (configurable client-facing MSS) — #460
Large HTTP responses through the managed edge could stall behind VPN tunnels that lower the path MTU and blackhole ICMP (HTTP 502 / timeout on big pages, login still fine). The edge now sizes its egress TCP segments to fit, controlled by a new manifest option edge.mss:
pmtu(default) — adaptive kernel path-MTU probing; works out of the box for every hosted product, no customer VPN change and no elevated container capability.<number>(536–1460) — a fixed MSS cap (via the edge network MTU).off— previous behaviour, unchanged.
Backward compatible: existing deployments default to pmtu on upgrade (no migration).
Dedicated release-notes page — #459
Product release notes now open on a dedicated, bookmarkable page (/release-notes/:productId) reachable from the Stack Catalog and the deployment update badge, with an in-page language selector for localized changelogs and GFM-table rendering.
Full changelog: v0.80.0...v0.81.0