Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 01:38
· 137 commits to master since this release
965207c

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

  • 98c9f44 chore(CI/CD): add dependabot
  • 4c2d646 chore(CI/CD): add go1.18 version
  • ff5edbc chore(CI/CD): bump golangci-lint to v1.45.0
  • ed24fa1 refactor(options): add new interface and new Apply method.
  • 7af73e0 refactor: create task worker testing