Skip to content

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 29 Jul 13:34
· 59 commits to main since this release
7ae13e9

tdc v0.1.6

This release adds privacy-preserving command reliability telemetry to release builds. Eligible commands send one best-effort completion event containing command and flag names without values, stable exit and error codes, duration, region, tdc version, OS, and architecture. Credentials, tokens, SQL text, file paths and contents, command output, API payloads, profile names, and cloud resource IDs are never collected.

Telemetry is sent only to the tdc-owned ingestion service. It is disabled by default in development and CI, never runs for help, version, commandless usage, or tdc update, and cannot change command output or exit status. To opt out persistently, create or edit ~/.tdc/.preferences:

[telemetry]
enabled = false

For one process, run TDC_TELEMETRY=off tdc ....