mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[PR #1084] [MERGED] Prepare release (docs): v0.26.0 #3031
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#3031
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hibiken/asynq/pull/1084
Author: @kamikazechaser
Created: 11/4/2025
Status: ✅ Merged
Merged: 2/3/2026
Merged by: @kamikazechaser
Base:
master← Head:preview-v0.26.0📝 Commits (5)
74c47ebpre-release: v0.26.0dd2c3defeat: done add-username-cli (#1083)c4876e7Feature: Add Headers Support to Tasks (#1070)e4248e2Add --tls option to dash command (#1073)a8db5b5docs: update CHANGELOG📊 Changes
14 files changed (+710 additions, -277 deletions)
View changed files
📝
CHANGELOG.md(+20 -0)📝
aggregator.go(+1 -1)📝
asynq.go(+27 -2)📝
client.go(+1 -0)📝
client_test.go(+470 -0)📝
go.mod(+8 -8)📝
go.sum(+14 -14)📝
internal/base/base.go(+6 -1)📝
internal/proto/asynq.pb.go(+135 -243)📝
internal/proto/asynq.proto(+4 -1)📝
processor.go(+3 -2)📝
recoverer.go(+1 -1)📝
tools/asynq/README.md(+1 -0)📝
tools/asynq/cmd/root.go(+19 -4)📄 Description
Early preview testing:
go get github.com/hibiken/asynq@preview-v0.26.0🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.