Releases: deliveryhero/pipeline
Releases · deliveryhero/pipeline
v0.2.1
v0.2.0
v0.1.0
Bug Fixes
- fixed timout issues in the collect func (4f06132)
- improved shutdown logic (e04afef)
- modified hook for doc generation (d7877b9)
- removed dead code (0a48c98)
- versioning: added changelog to releases (a8734ec)
Features
- added a simple emitter (3ab8ad6)
- added helper funcs for concurrent processors (3089fc9)
- moved context responsability to Process (2a8d049)
- pipeline: added a batch processor (b27f24f)
- pipeline: added pipeline funcs (5db8219)
- pipeline: better error handling for Processor (fabdabd)
- added merge func (721706f)
BREAKING CHANGES
- pipeline: refactored the Merge func to be more generic