Releases: snivilised/lorax
Releases · snivilised/lorax
v0.3.0
Changelog
✨ Hightlights
- async package renamed to boost
🥝 Others
- 56e48c9: Bump version to v0.3.0 (@plastikfan)
- 83ae7b8: ref(boost): change client stream type defs (#61) (@plastikfan)
- ce8767c: ref(boost): rename WaitGroupEx (#59) (@plastikfan)
- 39390be: ref(boost): rename async pkg to boost (#57) (@plastikfan)
v0.2.7
Changelog
✨ Hightlights
- fixes an issue with the previous release which only partially implemented channel type channel, causing downstream breakage (pool.Start)
🐛 Bug fixes
- 2b6a9df: fix(async): change the channel type on pool.Start (#54) (@plastikfan)
🥝 Others
- cd22376: Bump version to v0.2.7 (@plastikfan)
v0.2.6
Changelog
🚀 Features
- dd2b765: feat(async): optionalise worker pool output (#50) (@plastikfan)
🐛 Bug fixes
- 403b00f: fix(async): use valid index, limited by no of eyeballs for composeID (#46) (@plastikfan)
🥝 Others
- b2e997d: Bump version to v0.2.6 (@plastikfan)
- a9ecafc: chore(deps): bump github.com/google/uuid from 1.3.0 to 1.3.1 (@dependabot[bot])
- 7a6bd9e: chore(deps): bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 (@dependabot[bot])
- fc77058: ref(async): rename wait group interfaces (#45) (@plastikfan)
v0.2.5
Changelog
✨ Highlights
- Introducing Annotated WaitGroup, a helper wrapper class around the standard go WaitGroup synchronisation primitive to aid in debugging concurrency issues.
🚀 Features
- cc3a7ba: feat(async): add annotated wait group (#35) (@plastikfan)
🐛 Bug fixes
- e93dfcb: fix(async): correct wait group interface definitions (#42) (@plastikfan)
🥝 Others
- e099daa: Bump version to v0.2.5 (@plastikfan)
- bac0443: ref(async): tidy up annotated wait group (#40) (@plastikfan)
- 653e58b: ref(async): use annotated work group (#37) (@plastikfan)
v0.2.4
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
- de1c0b9: Bump version to v0.2.4 (@plastikfan)
- b4bf0a2: ref(async): rename type defs/generics (#31) (@plastikfan)
v0.2.3
Changelog
✨ Highlights
- The first release that contains the worker pool with cancellation
🥝 Others
- 2eabdba: Bump version to v0.2.3 (@plastikfan)
- 785c63f: chore(gh-actions): goreleaser missing skip flag (#27) (@plastikfan)