Skip to content

Releases: OpenAdaptAI/openadapt-telemetry

v0.3.0

29 Mar 16:24

Choose a tag to compare

v0.3.0 (2026-03-29)

Features

  • Disable telemetry via pyproject.toml [tool.openadapt] (#5, a4ffd34)

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

17 Mar 17:14

Choose a tag to compare

v0.2.0 (2026-03-17)


Detailed Changes: v0.1.0...v0.2.0

v0.1.0

05 Mar 19:54

Choose a tag to compare

v0.1.0 (2026-03-05)

Bug Fixes

  • Add README badges for license and Python version (#1, 5e867d5)

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)