Processes
Deprecations
How we sunset features, APIs, and integrations.
Purpose
Retire functionality safely without disrupting users or downstream systems.
Procedure
- Create a Linear Project to track the deprecation work.
- Identify all consumers and required migration steps.
- Add deprecation notes to relevant docs and interfaces.
- Provide a migration window and remove usage over time.
- Remove the deprecated functionality after all consumers are migrated.
Notes
- Coordinate timelines with product and partner stakeholders.
- Use feature flags when you need a staged shutdown.
Last updated on