Releases: deliveryhero/pipeline
Releases · deliveryhero/pipeline
v2.2.0
Features
- apply: Apply connects two processes, applying the second to each item of the first output
(54ee6f)
v2.1.0
Features
- join: joins two processes together where the output of one is the input of the other (639c471)
- sequence: joins many processors with the same input and output (4863fba)
Version 2
- Generics Support for Go 1.18
- Better Examples in the README.md
Version 1
v1.0.0
improvement(docs): updated docs
v0.4.0
Features
- buffer: Added a buffer func for data sinks (e568cb1)
v0.3.1
Bug Fixes
- more robust handling of panics (87f2017)
v0.3.0
Features
- Merge optimized for N = 0 and N = 1 (fd3384c)
v0.2.3
Bug Fixes
- ci: version after readme is updated (5327625)
v0.2.2
Bug Fixes
- docs: readme collision on push to master (81c77fb)