Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.1.0](v1.0.0...v1.1.0) (2024-11-17) ### Features * **processors:** add a `ScatterGatherProcessor` ([#19](#19)) ([a7d4387](a7d4387)) * **processors:** add a `SplitGatherProcessor` ([#17](#17)) ([4439c11](4439c11)) * **sinks:** add a `ScatterSink` ([#21](#21)) ([6274a31](6274a31)) * **sinks:** add a `SplitSink` ([#20](#20)) ([ce4d4ee](ce4d4ee)) * **sources:** add a `GatherSource` ([#15](#15)) ([d64635a](d64635a)) * **utils:** add a workflow runner utility ([4f26bc9](4f26bc9)) * **workflow-builder:** add a `WorkflowBuilder` ([#27](#27)) ([53aee40](53aee40)) ### Refactors * **deps-dev:** bump braces from 3.0.2 to 3.0.3 ([#29](#29)) ([118f4ba](118f4ba)) * **processors:** delay embedded processors disposal ([#25](#25)) ([035261c](035261c)) * **sinks:** delay embedded sinks disposal ([#26](#26)) ([5df425d](5df425d)) * **sources:** delay embedded sources disposal ([#24](#24)) ([7f1e585](7f1e585))
- Loading branch information