Skip to content
Resources · Changelog

A transparent changelog

Every change documented, without hiding breaking updates behind marketing. Written for teams who maintain real projects over time.

  • Clear version history
  • No vague “improvements”
  • Migration notes where needed

What this changelog is for

The changelog exists to help developers, ops teams and project owners understand what changed, why it changed and whether action is required. It complements the documentation, it does not replace it.

Versioned releases

Each release is tagged with a clear version number and grouped changes. Patch, minor and major updates are treated differently.

Breaking changes are explicit

If an update can affect existing projects, it is marked clearly and explained. No silent changes to behaviour or data.

Module level detail

Changes are described per module where applicable, so you know exactly which part of the system is affected. See related modules when needed.

What gets tracked

The changelog focuses on changes that matter in production, not internal refactors with no external impact.

Admin behaviour

UI changes, permission logic updates and workflow adjustments that affect how teams work in the admin panel.

API changes

Endpoint changes, authentication updates and behaviour differences in the API and integrations.

Security updates

Fixes and improvements related to authentication, access control and protection mechanisms.

How to read a release entry

Each release follows a consistent structure so you can quickly scan or dive deeper when needed.

  • Version number and release date
  • Summary of intent for the release
  • Grouped changes per area or module
  • Migration notes, if applicable

Who should follow the changelog

Developers

Track changes that affect templates, data access and integrations with external systems.

Ops and maintainers

Understand deployment impact, upgrade safety and potential rollback considerations.

Product owners

See how the platform evolves without digging through commit logs or internal notes.

Go deeper when needed

The changelog shows what changed. The documentation explains how things work now.