Module guide
Release notes
Atlas product changelog with a per-user popup.
Overview
Tracks every shipped release. Any authenticated user can draft and publish, and the in-app popup auto-fires once per user per release with three exit paths: view full, remind next login, or don't show again.
Highlights
The capabilities worth knowing before you dive in.
- Semver-validated version strings; a duplicate returns 409
- The highlights list surfaces directly in the popup
- A per-user ReleaseNoteDismissal row controls the popup
- Session-storage suppression so revisiting pages in the same tab doesn't re-open it
Important to know
Limits, permissions, and sharp edges to keep in mind.
- Release notes are global-scope, so every tenant sees the same feed.
- Author role gating is deferred to a follow-up; for now any authenticated user can create and publish.
How to use it
The primary workflow, start to finish.
- Go to /release-notes/admin to draft a release.
- Click Publish to flip publishedAt. It appears immediately in /release-notes and begins popup fanout.
- Users can dismiss it forever or defer it to next login.
Automate this module
Everything on this screen is scriptable. Drive it from the REST API, or let an AI agent run it through the MCP server.
Was this page helpful?