Skip to content

walkerOS v1.1.3

Choose a tag to compare

@github-actions github-actions released this 09 Feb 17:35
· 709 commits to main since this release
9fc016c

Changes

Fix transformer chain next property not being preserved during initialization
The initTransformers function was not calling extractChainProperty to merge
the definition-level next value into the transformer's config. This caused
walkChain to only resolve the first transformer in any chain, breaking
destination.before chains like
filter -> fingerprint -> geo -> sessionEnricher.

Add validate command for events, flows, and mappings

  • walkeros validate event - validates event structure using PartialEventSchema
  • walkeros validate flow - validates flow configurations using SetupSchema
  • walkeros validate mapping - validates mapping event patterns
    Includes programmatic API via import { validate } from '@walkeros/cli'

Published Packages