Skip to content

Releases: n0rdy/pippin

v0.0.4

21 Nov 17:52
da8fcf8
Compare
Choose a tag to compare

What's Changed

  • Switched timeouts data type from int64 to time.Duration by @n0rdy in #1
  • Implemented logging by @n0rdy in #2
  • Provided a possibility to configure initial stage of the pipeline by @n0rdy in #3
  • Implemented init stage interrupting by @n0rdy in #4

Full Changelog: v0.0.3...v0.0.4

v0.0.3

18 Nov 21:49
Compare
Choose a tag to compare

Ran go mod tidy

v0.0.2

18 Nov 18:57
Compare
Choose a tag to compare

Changed module name to "github.com/n0rdy/pippin"

v0.0.1

18 Nov 18:41
Compare
Choose a tag to compare

A very first release with the following set of features:

  • pipeline creation from slice, map, and channel
  • transformation actions
  • aggregation and async aggregation actions