Skip to content

Releases: snivilised/lorax

v0.3.0

30 Aug 20:36
Compare
Choose a tag to compare

Changelog

✨ Hightlights

  • async package renamed to boost

🥝 Others

v0.2.7

30 Aug 13:08
Compare
Choose a tag to compare

Changelog

✨ Hightlights

  • fixes an issue with the previous release which only partially implemented channel type channel, causing downstream breakage (pool.Start)

🐛 Bug fixes

🥝 Others

v0.2.6

28 Aug 15:26
Compare
Choose a tag to compare

Changelog

🚀 Features

🐛 Bug fixes

🥝 Others

v0.2.5

25 Aug 20:07
Compare
Choose a tag to compare

Changelog

✨ Highlights

  • Introducing Annotated WaitGroup, a helper wrapper class around the standard go WaitGroup synchronisation primitive to aid in debugging concurrency issues.

🚀 Features

🐛 Bug fixes

🥝 Others

v0.2.4

21 Aug 09:48
Compare
Choose a tag to compare

Changelog

✨ Highlights

  • Contains renamed type definitions to make it easier for the client to create derived types from the core async types. Eg, the previously definition JobResult made it quite awkward for the client which is very likely to have it own Result type abstractions resulting in clashing type names, ie TraverseResultJobResult which would now be named TraverseResultJobOutput.

🥝 Others

v0.2.3

16 Aug 08:36
Compare
Choose a tag to compare

Changelog

✨ Highlights

  • The first release that contains the worker pool with cancellation

🥝 Others