Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 459 Bytes

File metadata and controls

12 lines (8 loc) · 459 Bytes

Deprecation Policy

Public interfaces are not removed silently.

  1. Mark the interface deprecated and name the replacement.
  2. Publish migration instructions.
  3. Maintain a compatibility window appropriate to repository maturity.
  4. Remove only in a version that permits breaking changes.
  5. Preserve historical schemas and deployment records.

Security-critical removals may use an accelerated timeline with a public explanation after disclosure is safe.