Skip to content

v0.0.7

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 04:24
· 44 commits to main since this release

Changelog

Features

  • 0e51823 feat(queue): Re-Queue Task Before Shutdown worker (#11)
  • 8b586d6 feat(worker): add request method (#9)
  • 6de9f4c feat(worker): support disable consumer (#12)
  • b4e8cbd feat: use unbuffered channel to handle new task

Bug fixes

  • e0db124 fix: unsubscribe channel if start the consumer

Enhancements

  • 70de91f chore(deps): bump actions/cache from 2 to 3 (#15)
  • 4c79dfb chore(deps): bump codecov/codecov-action from 2 to 3 (#16)
  • 6166b8d chore(deps): bump github/codeql-action from 1 to 2 (#14)
  • 476fc66 chore(github): upgrade some action package
  • b86014a chore(go): upgrade go module to go1.18 version
  • 8700f0e chore(go): upgrade go module to go1.18 version
  • 14fc9e6 chore(queue): upgrade to latest version
  • 281bcb2 chore(worker): remove before and after method
  • 0cbfbd1 chore(worker): remove disable consumer flag (#13)
  • dd33b55 chore(worker): remove metrics and add new method (#7)
  • 1bc4445 chore(worker): remove unused method
  • 3a415cf chore: actions/checkout from 2 to 3
  • 55dd269 chore: upgrade queue to stable version

Others

  • 75694be chore(CI/CD): add dependabot
  • 65da231 chore(CI/CD): add go1.18 version
  • 299a728 chore(CI/CD): bump golangci-lint to v1.45.0
  • a235865 test: update testing queue number