@walkeros/cli 4.2.1-next-1781526381392 → 4.2.1-next-1781594053720
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 +11 -6
- package/dist/cli.js +949 -547
- package/dist/index.d.ts +43 -1
- package/dist/index.js +836 -456
- package/dist/index.js.map +1 -1
- package/openapi/spec.json +142 -6
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @walkeros/cli
|
|
2
2
|
|
|
3
|
-
## 4.2.1-next-
|
|
3
|
+
## 4.2.1-next-1781594053720
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -16,6 +16,10 @@
|
|
|
16
16
|
jittered backoff capped well inside the container health window, and the
|
|
17
17
|
secret fetch is now bounded by a timeout. A brief outage while a flow
|
|
18
18
|
container starts no longer hard-fails the run.
|
|
19
|
+
- 4809699: The managed flow runner now reports its recent errors and recent log
|
|
20
|
+
output in its heartbeat, so deployed flows can surface runtime errors and logs
|
|
21
|
+
in the app without any external log tooling. Secrets are redacted before
|
|
22
|
+
leaving the runner.
|
|
19
23
|
- 5cbcd23: `walkeros run` reads two new environment variables.
|
|
20
24
|
`WALKEROS_OBSERVE_LEVEL` sets the runtime's baseline telemetry level (`off`,
|
|
21
25
|
`standard`, or `trace`). `WALKEROS_CONFIG_FROZEN` (`1` or `true`) serves the
|
|
@@ -27,12 +31,13 @@
|
|
|
27
31
|
new `buildDataPayload`, `classifyStepProperties`, and `containsCodeMarkers`
|
|
28
32
|
exports build and inspect that payload. Destination simulation results now
|
|
29
33
|
include `mappingKey`, the entity-action key of the matched mapping rule.
|
|
34
|
+
- Updated dependencies [bd9188d]
|
|
30
35
|
- Updated dependencies [5cbcd23]
|
|
31
|
-
- @walkeros/
|
|
32
|
-
- @walkeros/
|
|
33
|
-
- @walkeros/server-core@4.2.1-next-
|
|
34
|
-
- @walkeros/server-destination-api@4.2.1-next-
|
|
35
|
-
- @walkeros/transformer-validate@4.2.1-next-
|
|
36
|
+
- @walkeros/collector@4.2.1-next-1781594053720
|
|
37
|
+
- @walkeros/core@4.2.1-next-1781594053720
|
|
38
|
+
- @walkeros/server-core@4.2.1-next-1781594053720
|
|
39
|
+
- @walkeros/server-destination-api@4.2.1-next-1781594053720
|
|
40
|
+
- @walkeros/transformer-validate@4.2.1-next-1781594053720
|
|
36
41
|
|
|
37
42
|
## 4.2.0
|
|
38
43
|
|