You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`DiagnosticCollector.count_for_package()` for inline per-package verbose hints (#394)
21
+
- Auth flow diagram and package source behavior matrix in authentication docs (#394)
22
+
- Documented `${input:...}` variable support in `headers` and `env` MCP server fields (#349)
20
23
21
24
### Changed
22
25
23
-
- All CLI output now uses ASCII symbols (`[+]`, `[x]`, `[!]`) instead of Unicode characters (`✓`, `✗`, `⚠`) (#393)
24
-
- Migrated `_rich_*` calls to `CommandLogger` across install, compile, uninstall, audit, pack, and bundle modules (#393)
25
-
- "No dependencies found" downgraded from warning to info (non-actionable state) (#393)
26
-
- Lockfile generation failure upgraded from warning to error (actual failure) (#393)
27
-
- Deduplicated `AuthResolver` instantiation in package validation (#393)
26
+
- All CLI output now uses ASCII symbols (`[+]`, `[x]`, `[!]`) instead of Unicode characters (#394)
27
+
- Migrated `_rich_*` calls to `CommandLogger` across install, compile, uninstall, audit, pack, and bundle modules (#394)
28
+
- Verbose ref display uses clean `#tag @sha` format instead of nested parentheses (#394)
29
+
- Integration tree lines (`└─`) no longer have `[i]` prefix — clean visual hierarchy (#394)
30
+
- Global env vars (`GITHUB_APM_PAT`, `GITHUB_TOKEN`, `GH_TOKEN`) apply to all hosts — HTTPS is the security boundary, not host-gating (#394)
31
+
- Credential-fill timeout increased from 5s to 60s (configurable via `APM_GIT_CREDENTIAL_TIMEOUT`, max 180s) — fixes Windows credential picker timeouts (#394)
32
+
33
+
### Fixed
34
+
35
+
- Bundle lockfile includes non-target `deployed_files` causing `apm unpack` verification failure when packing with `--target` (#394)
36
+
- Verbose lockfile iteration crashed with `'str' object has no attribute 'resolved_commit'` (#394)
37
+
- CodeQL incomplete URL substring sanitization in test assertions (#394)
38
+
39
+
### Security
40
+
41
+
- Bumped `h3` from 1.15.6 to 1.15.9 in docs (#400)
0 commit comments