-
refactor!: introduce generic processors registry and remove normalize registry adapter
released this
2026-03-16 18:14:24 +00:00 | 9 commits to main since this release- add new
processorspackage with canonicalProcessorinterface - add
processors.Registrywith Register/Build/BuildChain factory model - switch
pipeline.Pipelineto[]processors.Processor - replace
normalize.Registry+ registry adapter with directnormalize.Processor - remove
normalize/registry.go - update root docs to position normalize as one optional processing stage
- add tests for processors registry, normalize processor behavior, and pipeline flow
BREAKING CHANGE:
pipeline.Processorremoved; useprocessors.Processornormalize.Registryand old normalize processor adapter APIs removed- downstream daemons must update processor wiring to new
processors.Registry
andnormalize.NewProcessor(...)
Downloads
- add new