Skip to main content
New project sponsor 🪝Hookdeck: Serverless infrastructure for event-driven architecture. Learn more.

Domain changelogs

EventCatalog supports changelogs for domains, services and messages.

When you version a domain in EventCatalog, you can also attach a changelog.md to that domain or version.

Adding a changelog

  1. Add a changelog.md to your domain (or versioned domain)
    • example /domains/{Domain}/changelog.md
    • versioned example /domains/{Domain}/versioned/1.0.0/changelog.md

Example

/docs/domains/Orders/changelog.md
---
createdAt: 2024-08-01
badges:
- content: ⭐️ JSON Schema
backgroundColor: purple
textColor: purple
---

### Added new service to the domain

Added the Payment service into the domain.

Navigate to your change log page for your domain (example /docs/domains/Orders/0.0.2/changelog) or click on the Changelog button on your domain page.

"What do add to your change log?"

Changelogs are just markdown files, this allows you to add anything you want (e.g code blocks, tables)

EventCatalog code blocks supports diffs, code labels which are great features for changelogs. You can read more here.

Why add changelogs?

Changelogs can provide your team with the context behind the reasons and choices for changes within your domain and also be used for auditing purposes.

Changelogs are visualized by EventCatalog.