Varen Docs
Changes

Change Details

Understanding a change event and its components.

When Varen detects a change, it creates a change event with structured information to help you assess the impact and take action.

Anatomy of a change

Every change event includes:

FieldDescription
DescriptionA plain-English summary of what changed
SeverityOne of 7 levels: Breaking, Deprecated, Removed, Added, Changed, Fixed, Cosmetic
ClassificationThe category of change (e.g., "Parameter removed", "Endpoint added")
EndpointThe specific API endpoint affected, if applicable
Detected atWhen Varen first detected the change
AI AnalysisFor Tier 2 (AI-detected) changes, an explanation of the impact and suggested action

Viewing changes

Dashboard

The Recent Activity section on your dashboard shows the latest changes across all monitored APIs.

Timeline

The Timeline page shows a chronological feed of all changes, filterable by API and severity.

API detail page

Click any API in your dashboard to see its change history, including before/after diffs for each change.

AI analysis

For changes detected via AI (Tier 2), Varen provides:

  • Impact assessment — how this change affects your integration
  • Suggested action — what you should do in response
  • Migration guidance — links to migration guides when available

Tier 1 changes (from OpenAPI specs) are detected deterministically and don't include AI analysis — the diff itself is the analysis.

On this page