14 · Shipping & Collaboration
Breaking Change
A change that breaks callers
An API, schema, or package change that forces dependents to update. Versioning and changelogs exist to warn people before they upgrade.
Concrete example
Renaming a required JSON field without a migration is a breaking API change.
Why it matters
The difference between a quiet release and a pager storm.