Skip to content

walkerOS v1.1.2

Choose a tag to compare

@github-actions github-actions released this 02 Feb 17:47
· 743 commits to main since this release
9981ffa

Changes

Fix transformer chains computed on-demand instead of pre-computed
Transformer chains configured via destination.before now work correctly.
Previously, chains were pre-computed at initialization but the resolution
function was never called, causing before configuration to be silently
ignored.
What changed:

  • Chains now compute at push time from destination.config.before
  • Removed unused collector.transformerChain state
  • Removed dead resolveTransformerGraph() function
  • Dynamic destinations now support before property

Published Packages