@nanhara/hara 0.132.1 → 0.132.2
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 +14 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,17 +5,26 @@ All notable changes to `@nanhara/hara`.
|
|
|
5
5
|
> Versioning (pre-1.0, SemVer-style): the **minor** (middle) number bumps for a **new feature**; the
|
|
6
6
|
> **patch** (last) number bumps for **optimizations/fixes of existing features**.
|
|
7
7
|
|
|
8
|
-
## 0.132.
|
|
8
|
+
## 0.132.2 — 2026-07-22 — complete bounded native release gates
|
|
9
|
+
|
|
10
|
+
- The remaining approved-org process-tree and TUI confirmation tests now wait for concrete PID/render
|
|
11
|
+
readiness before starting their decisive assertion, and always clean up mounted Ink apps after a failure.
|
|
12
|
+
This closes the last Intel macOS release-runner races without weakening runtime timeouts or child cleanup.
|
|
13
|
+
- This patch is the standalone/Desktop release carrier for the observable gateway status, scoped web proxy,
|
|
14
|
+
complete config redaction, and user-managed organization connection features introduced in 0.132.0.
|
|
15
|
+
Upgrade with `npm i -g @nanhara/hara@0.132.2`.
|
|
16
|
+
|
|
17
|
+
## 0.132.1 — 2026-07-22 — bounded native release-gate waits (npm published; native assets withheld)
|
|
9
18
|
|
|
10
19
|
- Native release tests now wait for observable child-process and terminal-render handshakes within explicit
|
|
11
20
|
upper bounds instead of assuming fixed startup delays. This removes an Intel macOS runner race that could
|
|
12
21
|
read fixture state before Node or Ink had started while preserving the timeout, process-tree cleanup, MCP
|
|
13
22
|
diagnostic-boundary, and command-history assertions.
|
|
14
|
-
-
|
|
15
|
-
user-managed organization connection features introduced in 0.132.0
|
|
16
|
-
|
|
23
|
+
- The npm package carries the observable gateway status, scoped web proxy, full config redaction, and
|
|
24
|
+
user-managed organization connection features introduced in 0.132.0. Its native asset release remained
|
|
25
|
+
withheld after two further Intel-only test synchronization failures; upgrade to 0.132.2 instead.
|
|
17
26
|
|
|
18
|
-
## 0.132.0 — 2026-07-22 — observable chat gateways and scoped web proxies
|
|
27
|
+
## 0.132.0 — 2026-07-22 — observable chat gateways and scoped web proxies (npm published; native assets withheld)
|
|
19
28
|
|
|
20
29
|
- `hara gateway status --platform <name>` now reports redacted credential readability, the live
|
|
21
30
|
credential-scoped lease/PID, transport state, start time, last connection/poll/message, bounded error code,
|