| Version | Status | Support Level |
|---|---|---|
| 1.0.x | Current | Full support: bug fixes, security patches, documentation |
| 0.1.x | Retired | No support. Upgrade to 1.0.x. |
Only the latest release in each supported major.minor series receives updates.
Use GitHub Issues with the appropriate template:
- Bug report: Something doesn't work as documented
- Validation discrepancy: A benchmark result doesn't match your expected value
- Model question: Uncertainty about whether a use case is in scope
See .github/ISSUE_TEMPLATE/ for templates.
| Issue Type | Target Response |
|---|---|
| Security vulnerability | 48 hours (see SECURITY.md) |
| Bug report (validation failure) | 1 week |
| Bug report (other) | 2 weeks |
| Feature request | Best effort |
| Model question | Best effort |
- Features are deprecated with at least one minor version of warning
- Deprecated features emit
DeprecationWarningat runtime - Deprecated features are removed in the next major version
- Deprecations are documented in CHANGELOG.md
Breaking changes (API signature changes, output format changes, removed features) only occur in major version bumps and are documented in the release notes with migration guidance.