Skip to content

Releases: deliveryhero/pipeline

v2.2.0

24 Jan 11:56
b8ea372
Compare
Choose a tag to compare

Features

  • apply: Apply connects two processes, applying the second to each item of the first output
    (54ee6f)

v2.1.1

05 Sep 10:34
ae99d19
Compare
Choose a tag to compare

Bug Fixes

v2.1.0

05 Sep 10:11
639c471
Compare
Choose a tag to compare

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

19 Apr 14:41
c6d79ab
Compare
Choose a tag to compare
  • Generics Support for Go 1.18
  • Better Examples in the README.md

Version 1

19 Apr 14:27
Compare
Choose a tag to compare
v1.0.0

improvement(docs): updated docs

v0.4.0

02 Sep 16:42
Compare
Choose a tag to compare

Features

  • buffer: Added a buffer func for data sinks (e568cb1)

v0.3.1

29 Jun 10:23
Compare
Choose a tag to compare

Bug Fixes

  • more robust handling of panics (87f2017)

v0.3.0

20 May 14:20
fd3384c
Compare
Choose a tag to compare

Features

  • Merge optimized for N = 0 and N = 1 (fd3384c)

v0.2.3

08 May 17:37
Compare
Choose a tag to compare

Bug Fixes

  • ci: version after readme is updated (5327625)

v0.2.2

08 May 17:28
81c77fb
Compare
Choose a tag to compare

Bug Fixes

  • docs: readme collision on push to master (81c77fb)