@walkeros/cli 4.3.0-next-1783413963899 → 4.3.0-next-1783517345197

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @walkeros/cli
2
2
 
3
- ## 4.3.0-next-1783413963899
3
+ ## 4.3.0-next-1783517345197
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -13,6 +13,18 @@
13
13
  the originating source id and a monotonic sequence that makes dropped
14
14
  telemetry visible. At trace level, destinations can opt in to recording their
15
15
  outgoing vendor calls.
16
+ - 98801c9: Flow observation records now assemble into per-event journeys
17
+ spanning web and server flows, each hop showing input, output, and status,
18
+ with loss flagged; the `observe_journeys` MCP tool exposes the same journeys
19
+ to agents. Batching destinations now emit per-event records, and live-web
20
+ vendor calls are captured when a destination reaches its callable through
21
+ `getEnv`, though batched sends stay uncaptured.
22
+ - 9506e3e: Events now carry per-flow config provenance on
23
+ `event.source.release`, a flow-name to release map that accumulates as an
24
+ event crosses flows (web capture to server processing), so a delivered event
25
+ shows which config handled it. The collector no longer stamps `source.version`
26
+ (external source emitters may still set it). In this first version, aws and
27
+ gcp crossings are not yet covered.
16
28
 
17
29
  ### Patch Changes
18
30
 
@@ -21,11 +33,13 @@
21
33
  `walkeros/cli` images now pin a fixed, digest-locked Node version.
22
34
  - Updated dependencies [e01036e]
23
35
  - Updated dependencies [e01036e]
24
- - @walkeros/collector@4.3.0-next-1783413963899
25
- - @walkeros/core@4.3.0-next-1783413963899
26
- - @walkeros/server-core@4.3.0-next-1783413963899
27
- - @walkeros/server-destination-api@4.3.0-next-1783413963899
28
- - @walkeros/transformer-validate@4.3.0-next-1783413963899
36
+ - Updated dependencies [98801c9]
37
+ - Updated dependencies [9506e3e]
38
+ - @walkeros/collector@4.3.0-next-1783517345197
39
+ - @walkeros/core@4.3.0-next-1783517345197
40
+ - @walkeros/server-core@4.3.0-next-1783517345197
41
+ - @walkeros/server-destination-api@4.3.0-next-1783517345197
42
+ - @walkeros/transformer-validate@4.3.0-next-1783517345197
29
43
 
30
44
  ## 4.2.1
31
45