Skip to content

Releases: deliveryhero/pipeline

v0.2.1

02 May 15:24
7a69d0d
Compare
Choose a tag to compare

Bug Fixes

  • more efficient batch processing (7a69d0d)
  • more efficient ProcessConcurrently func (1dcf5b3)

v0.2.0

14 Apr 13:21
abf71e0
Compare
Choose a tag to compare

Features

  • added a helper func for Processor creation (abf71e0)

v0.1.0

14 Apr 10:05
5802e93
Compare
Choose a tag to compare

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