Skip to content

v0.2.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 23:34
· 2 commits to main since this release
301e1f9

Release v0.2.6

📊 Privacy-preserving usage analytics to help improve the project.

Plan Engine v0.2.6

Features

  • Anonymous Telemetry: the Plan Engine now collects minimal, privacy-preserving usage analytics to help improve the project.
    • All telemetry is fully anonymous: no personal data, no IP addresses, and no environment details are collected.
    • Only hashed project and execution plan IDs are used for tracking related events.
    • Telemetry is opt-out at any time by setting ANONYMIZED_TELEMETRY=false in your environment or .env file.
    • See telemetry.md for details.