@walkeros/cli 4.5.0 → 4.5.1-next-1788726985928
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 +22 -0
- package/dist/cli.js +1049 -1033
- package/dist/index.d.ts +1660 -112
- package/dist/index.js +167 -5
- package/dist/index.js.map +1 -1
- package/openapi/spec.json +7923 -5632
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @walkeros/cli
|
|
2
2
|
|
|
3
|
+
## 4.5.1-next-1788726985928
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8802281: The BigQuery destination no longer applies `config.timeout` as a
|
|
8
|
+
deadline on the Storage Write API append stream, which killed healthy
|
|
9
|
+
connections roughly every ten seconds and caused reconnect churn, latency
|
|
10
|
+
spikes, and intermittent 5xx responses. Error logs now show the error's
|
|
11
|
+
message, name and status code in CLI output, and no longer include event
|
|
12
|
+
payloads.
|
|
13
|
+
- 403ff6c: The MCP server carries `hub_manage`, which reads a flow's release
|
|
14
|
+
history, its rationale and the threads on it, and a read-only `frame_manage`,
|
|
15
|
+
which reads the frames of a measurement plan. The CLI gains the matching
|
|
16
|
+
programmatic calls. `ToolClient` gains eleven required methods, so a custom
|
|
17
|
+
implementation of that interface must add them.
|
|
18
|
+
- Updated dependencies [8802281]
|
|
19
|
+
- @walkeros/collector@4.5.1-next-1788726985928
|
|
20
|
+
- @walkeros/server-core@4.5.1-next-1788726985928
|
|
21
|
+
- @walkeros/core@4.5.1-next-1788726985928
|
|
22
|
+
- @walkeros/server-destination-api@4.5.1-next-1788726985928
|
|
23
|
+
- @walkeros/transformer-validate@4.5.1-next-1788726985928
|
|
24
|
+
|
|
3
25
|
## 4.5.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|