Skip to content

Releases: nazar256/parapipe

0.4.0 - set concurrency for each Pipe separately

07 Jun 08:11
Compare
Choose a tag to compare
v0.4.0

fixed .golangci.yml and added to `make test`

0.3.1 - added missing changes for 0.3.0

02 May 09:54
Compare
Choose a tag to compare
v0.3.1

Fixed README.md paragraph number

0.3.0 - incapsulated input channel

02 May 09:50
Compare
Choose a tag to compare

Concurrency primitive exposition is a bad practice. Instead of providing input channel parapipe.In() it now provides parapipe.Push(v interface{}) and parapipe.Close() methods

0.2.0

20 Apr 06:25
Compare
Choose a tag to compare
  • error handling (bypassing to the end)
  • buffering internal channels
  • doc updated

The very first release

10 Apr 21:16
Compare
Choose a tag to compare
v0.1.0

Tests added, bugs fixed, documentation updated - first release candidate