Skip to content
CHANGELOG
Changelog
Every Public Surface release, as it ships. Semantic versions, real dates, and Added, Changed, Fixed, Security or Breaking tags on everything that changed.
ALL RELEASES
v2.3.2
Fix stale cache headers on docs pages
Docs pages were served with a 24-hour cache-control header even after edits. Cache-control is now derived from each page's last-published timestamp.
Fixed
v2.3.1
Patch a session-fixation issue in preview links
Preview links generated before v2.3.0 could be replayed after logout. Preview tokens now expire on session end and are scoped to a single viewer.
Fixed
Security
v2.3.0
Search, redirects and a revamped analytics dashboard
Adds full-text search across docs and changelog, first-class redirect rules, and a redesigned analytics dashboard with per-page conversion funnels.
Added
Changed
v2.2.0
New CLI publish flow
publicsurface publish now targets a named environment instead of defaulting to production. Existing CI scripts must pass --env production explicitly.
Changed
Breaking
v2.1.4
Fix broken anchor links after CMS migration
Anchor links inside migrated changelog entries pointed at stale heading ids. Ids now regenerate on publish and old anchors redirect automatically.
Fixed