Purpose

The Release notes page is a read-only record of what has changed on the platform. Each release lists the new features, fixes, and improvements that went live, when they were deployed, and which parts of the system they touched. Use it to check whether a change you were expecting has shipped, to confirm a deployment went out, or to understand what a recent update did. Open it from the dashboard sidebar, or go directly to /dashboard/changelog.
This page is read-only. There are no buttons to edit, add, or delete entries, and there are no fields to fill in. You are only ever viewing what has already been published.

How the page is laid out

Releases appear as a timeline, newest first. Each release is a card you can read top to bottom. Inside a card you see a summary of the whole release, then the individual changes that make it up.
Release card (newest at the top)
├── Version + Title + Release date
├── Deployment status badge
├── Summary
├── Components updated (tags)
└── Entries — one block per change
    ├── Type + Impact badges
    ├── Component + Title
    ├── Description
    ├── Technical details   (if provided)
    ├── Metrics             (if provided)
    └── Affected calls      (if provided)

Reading a release card

The top of each card describes the release as a whole.
DetailWhat it tells you
VersionThe release’s version number, shown as a semantic version such as v1.2.3. Higher numbers are newer.
TitleA short name for the release.
Release dateThe date and time the release was published.
Deployment statusA badge showing whether the release is live. See Deployment status below.
SummaryA short plain-language description of what the release is about.
Components updatedColoured tags naming which parts of the system were changed in this release. See Component tags.

Deployment status

The status badge at the top of each card tells you whether the release actually reached the live system.
BadgeColourMeaning
DeployedGreenThe release is live and running.
PendingBlueThe release is prepared but not yet live.
RollbackRedThe release was reversed after going out. Treat its changes as no longer active.
If you were told a fix is live but you still see the old behaviour, check the status badge. A Pending release has not gone out yet, and a Rollback release has been taken back.

Component tags

The Components updated tags show which parts of the platform a release changed. They are colour-coded so you can scan them quickly. These are the internal names of the call engine, the back-end service, and the console interface — you do not need to act on them, they are there to show the scope of a release.

Reading an entry

Inside each release card, every individual change is shown as its own entry. An entry is the most detailed level — it explains one specific change.
Part of the entryWhat it shows
TypeA badge classifying the change (feature, fix, and so on). See Entry type.
ImpactA badge showing how significant the change is. See Entry impact.
ComponentThe specific part of the system the change applies to, shown inline with its own colour.
TitleA short heading describing the change.
DescriptionA fuller explanation of what changed and why.
Technical detailsAn optional, more technical explanation. Only appears when there is extra detail to share.
MetricsOptional before-and-after performance numbers with the improvement shown as a percentage. Only appears for changes that were measured.
Affected callsAn optional list of the specific calls a change touched. Each call is shown by the first few characters of its ID followed by ... (for example abc12345...).
Each entry also carries a small icon that matches its type, so you can tell at a glance whether you are looking at a new feature, a fix, or something else.

Entry type

The type badge tells you what kind of change an entry is.
TypeColourWhat it means
FeatureBlueSomething new was added.
BugfixRedA problem was corrected.
PerformanceGreenSomething was made faster or lighter.
SecurityBlueA security-related change.
OperationalGreyA behind-the-scenes or maintenance change.

Entry impact

The impact badge tells you how significant a change is, which helps you decide how closely to read it.
ImpactColourWhat it means
CriticalRedA major change worth paying close attention to.
HighBlueAn important change.
MediumBlueA moderate change.
LowGreenA minor change.

Metrics

When a change was measured, the entry shows a Metrics section with the before and after numbers (in milliseconds) and the improvement as a percentage. This is how you can see, for example, that a response time dropped from one value to another and by how much. If no measurement was recorded, this section does not appear.

Affected calls

Some entries — usually fixes — list the specific calls that were affected by an issue or its correction. Each call is shown by a shortened ID (the first few characters followed by ...). The list is limited to the first several calls and is there for traceability, not as a full audit. To see a call in full, look it up on the call pages. See Call detail.

Empty and loading states

SituationWhat you see
No releases yetA large branch icon with the heading “No Release Notes Yet” and the text “Release notes will appear here once you start adding changelog entries.”
Page still loadingPlaceholder skeletons in the shape of the header and the first few release cards, shown while the entries load.

Quick reference

Check the Deployment status badge on the release card. Deployed (green) means it is live, Pending (blue) means it has not gone out yet, and Rollback (red) means it was taken back and is no longer active.
Look at the Impact badge on the entry: Critical (red) is the most significant, then High and Medium (blue), then Low (green). The Type badge tells you whether it is a new feature, a fix, a performance change, a security change, or an operational one.
They name which parts of the platform a release changed — the call engine, the back-end service, and the console interface. They are colour-coded only to make the scope easy to scan; there is nothing to act on.
No. This page is a read-only viewer. There are no controls to add, edit, or delete entries from here.