@posthog/cli 0.9.3 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/lib/posthog-api-cli.mjs +2847 -597
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# posthog-cli
|
|
2
2
|
|
|
3
|
+
## 0.10.0 — 2026-08-03
|
|
4
|
+
|
|
5
|
+
### Minor changes
|
|
6
|
+
|
|
7
|
+
- [2c588c9673](https://github.com/PostHog/posthog/commit/2c588c967361ba1e0ca39fee67687b5336cbc64b) Add `--no-release-bind` to `dsym upload`: the release is still created, but uploaded symbol sets stay release-independent. — Thanks @ablaszkiewicz!
|
|
8
|
+
|
|
9
|
+
## 0.9.4 — 2026-07-30
|
|
10
|
+
|
|
11
|
+
### Patch changes
|
|
12
|
+
|
|
13
|
+
- [a29315a19c](https://github.com/PostHog/posthog/commit/a29315a19c59003b5160f479bbd452b530f9500d) Sourcemap, dSYM, and ProGuard uploads now end with a single per-run summary line reporting how many chunks were uploaded, skipped as already present on the server, and skipped as too large. The summary is logged even when a run fails partway, and the same counts are attached to the `error_tracking_cli_sourcemaps_upload_finished` telemetry event so skip rates are queryable. — Thanks @ablaszkiewicz!
|
|
14
|
+
|
|
3
15
|
## 0.9.3 — 2026-07-30
|
|
4
16
|
|
|
5
17
|
### Patch changes
|