Releases: OpenAdaptAI/openadapt-telemetry
Releases · OpenAdaptAI/openadapt-telemetry
v0.3.0
v0.3.0 (2026-03-29)
Features
Enterprises can commit one file to disable telemetry for all devs:
[tool.openadapt]
telemetry = false
Walks up from cwd to find nearest pyproject.toml. Uses tomllib (stdlib 3.11+) or tomli fallback. Only checks the first pyproject.toml found (nearest to cwd).
Priority: DO_NOT_TRACK > OPENADAPT_TELEMETRY_ENABLED > pyproject.toml > CI detection.
Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com
Detailed Changes: v0.2.0...v0.3.0
v0.2.0
v0.1.0
v0.1.0 (2026-03-05)
Bug Fixes
Add standard badges for license and Python version. PyPI badges are commented out until the package is published.
Co-authored-by: Claude Sonnet 4.5 noreply@anthropic.com
- ci: Correct semantic-release version targets (
c51d7c0)
Code Style
- Clear legacy ruff violations (
70afe50)
Continuous Integration
- Scope telemetry tests to PostHog additions (
22663de)
Features
- Add PostHog usage events and release automation (
7a204a4)