Breaking Change - CI/CD Glossary Definition
A breaking change alters a public contract so existing consumers must change to keep working - a removed endpoint, a renamed field, a new required argument. It warrants a major version bump.
Related guides
Version Pinning - CI/CD Glossary DefinitionVersion pinning locks a dependency to an exact version so builds are reproducible and an upstream release can…
Release Notes - CI/CD Glossary DefinitionRelease notes summarize what changed in a version for users - features, fixes, breaking changes - often gener…
Migration (Schema) - CI/CD Glossary DefinitionA schema migration is a versioned, scripted change to a database structure, applied in order so every environ…