diff --git a/.changeset/heavy-planes-shout.md b/.changeset/heavy-planes-shout.md deleted file mode 100644 index 19ea9374..00000000 --- a/.changeset/heavy-planes-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@evlog/telemetry": minor ---- - -Collect `env.os` (operating system platform) and `env.arch` (CPU architecture) on every run event. Both fields are nullable and the ingest validator accepts events from older clients that omit them, so no action is required — update `@evlog/telemetry` on your ingest endpoint to store the new fields. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 701806f6..18098fe7 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @evlog/cli +## 0.1.5 + +### Patch Changes + +- Updated dependencies [[`c58ded1`](https://github.com/HugoRCD/evlog/commit/c58ded1f45bfb9b7117489667048f7eee1e83406)]: + - @evlog/telemetry@0.2.0 + ## 0.1.4 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 5f3b9932..bde541d5 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@evlog/cli", - "version": "0.1.4", + "version": "0.1.5", "description": "The official command line for evlog", "author": "HugoRCD ", "homepage": "https://evlog.dev", diff --git a/packages/telemetry/CHANGELOG.md b/packages/telemetry/CHANGELOG.md index 96668670..b55d9040 100644 --- a/packages/telemetry/CHANGELOG.md +++ b/packages/telemetry/CHANGELOG.md @@ -1,5 +1,11 @@ # @evlog/telemetry +## 0.2.0 + +### Minor Changes + +- [#446](https://github.com/HugoRCD/evlog/pull/446) [`c58ded1`](https://github.com/HugoRCD/evlog/commit/c58ded1f45bfb9b7117489667048f7eee1e83406) Thanks [@HugoRCD](https://github.com/HugoRCD)! - Collect `env.os` (operating system platform) and `env.arch` (CPU architecture) on every run event. Both fields are nullable and the ingest validator accepts events from older clients that omit them, so no action is required — update `@evlog/telemetry` on your ingest endpoint to store the new fields. + ## 0.1.2 ### Patch Changes diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index d5032742..8cf7249c 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@evlog/telemetry", - "version": "0.1.2", + "version": "0.2.0", "description": "Wide-event telemetry for CLIs and automation — evlog's one-event-per-run model for tools on user machines, with privacy-safe flags, consent, outbox, and auto disclosure", "author": "HugoRCD ", "homepage": "https://evlog.dev",