Skip to content

Tags: golang-queue/queue

Tags

v0.3.0

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
refactor: rename `core.QueuedMessage` to `core.TaskMessage` throughou…

…t codebase

- Rename `core.QueuedMessage` to `core.TaskMessage` in the `work` function
- Rename `core.QueuedMessage` to `core.TaskMessage` in the `run` function
- Rename `core.QueuedMessage` to `core.TaskMessage` in the `tasks` channel initialization

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

v0.2.1

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
docs: improve code documentation and comments across functions

- Remove redundant comments for `NewTask` and `Encode` functions
- Add detailed comments for `Decode` function, including parameters and return values

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v0.2.0

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
ci: update GoReleaser and GitHub Actions configurations

- Replace `go-version-file` and `check-latest` with `go-version` in GitHub Actions workflow
- Remove `project_name` from GoReleaser config
- Change `skip` to `disable` in GoReleaser changelog config
- Change `use` from `git` to `github` in GoReleaser changelog config
- Update regular expressions for changelog titles in GoReleaser config
- Add new changelog categories: `Refactor`, `Build process updates`, and `Documentation updates`
- Remove `filters` section from GoReleaser config

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v0.1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3 (#75)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(error): missing panic error message (#71)

v0.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(consumer): handle all job before shutdown. (#68)

v0.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): bump actions/cache from 2 to 3 (#64)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.0.12

chore: skip build binary after create new version

v0.0.11

chore(metric): Add default metric

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

v0.0.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(metric): Add metric interface (#40)