Releases: golang-queue/queue
Releases · golang-queue/queue
v0.1.3
Changelog
Enhancements
v0.1.2
v0.1.1
v0.1.0
Changelog
Features
- 1a06aab feat(consumer): add default timeout in Request new task (#58)
- bfe4374 feat(metric): add success, failure and submitted tasks (#48)
- 3404d97 feat(mock): support mock testing (#62)
- 18f5bb4 feat(queue): all task has been done after closing the channel (#56)
- f2b7091 feat(queue): auto scale the task worker (#44)
- f4bc970 feat(worker): update node count dynamically (#52)
Bug fixes
- 8d75d3e fix(worker): don't start request task (#60)
- fe0fb0e fix(worker): handle all jobs with graceful shutdown (#54)
Enhancements
- fd4ed0b chore(comsumer): remove Usage and Capacity
- 94512c6 chore(consumer): remove metrics (#51)
- 965207c chore(deps): bump actions/cache from 2 to 3 (#64)
- f7ab872 chore(deps): bump codecov/codecov-action from 2 to 3 (#65)
- 003e160 chore(deps): bump github/codeql-action from 1 to 2 (#66)
- c4a8df5 chore(github): upgrade some action package
- d431277 chore(go): upgrade go module to go1.18 version
- 03d90b7 chore(queue): don't prepare request data before worker done. (#63)
- d1132ff chore(testing): remove empty worker.
- 8af744c chore(worker): remove BeforeRun and AfterRun interface (#46)
- 6ea7d46 chore: actions/checkout from 2 to 3
Others
v0.0.12
Changelog
Bug fixes
- 90e93fd fix(lint): add comments.
Others
- a69c1e0 chore(CI): add codeql
- 5196cb8 chore(CI): setup go version to ^1
- c3c10a5 chore(golangci): update run time
- 50ef568 chore(golangci): upgrade to v1.44
- 478c3ae chore(golangci): upgrade to v1.44.2
- 600f61f chore(queue): update body to Payload
- 56600ec chore(queue): update member
- b1a4def chore(release): add goreleaser config
- 2c41650 chore(style): add empty line
- ab1bb24 chore: skip build binary after create new version
- dae8274 chore: update go module
- 3bfe1d0 chore: update go module
v0.0.11: chore(metric): Add default metric
Signed-off-by: Bo-Yi Wu <[email protected]>
v0.0.10
v0.0.9: need to customized timeout in struct Options (#39)
Co-authored-by: ken <[email protected]>
v0.0.8: chore(CI/CD): upgrade golangci-lint-action version to v1.42.1
Signed-off-by: Bo-Yi Wu <[email protected]>
Add Pool function
docs: update example Signed-off-by: Bo-Yi Wu <[email protected]>