[PR #1084] [MERGED] Prepare release (docs): v0.26.0 #3031

Closed
opened 2026-03-15 21:16:31 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: preview-v0.26.0


📝 Commits (5)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynq/pull/1084 **Author:** [@kamikazechaser](https://github.com/kamikazechaser) **Created:** 11/4/2025 **Status:** ✅ Merged **Merged:** 2/3/2026 **Merged by:** [@kamikazechaser](https://github.com/kamikazechaser) **Base:** `master` ← **Head:** `preview-v0.26.0` --- ### 📝 Commits (5) - [`74c47eb`](https://github.com/hibiken/asynq/commit/74c47eb8bbc0afb21bbabecdbccf570815a98452) pre-release: v0.26.0 - [`dd2c3de`](https://github.com/hibiken/asynq/commit/dd2c3de356a9ef9d91d763f5d5fe21e98c7e4ff4) feat: done add-username-cli (#1083) - [`c4876e7`](https://github.com/hibiken/asynq/commit/c4876e7247f5d3d3de5f48809bcc27eed7a3b7a1) Feature: Add Headers Support to Tasks (#1070) - [`e4248e2`](https://github.com/hibiken/asynq/commit/e4248e2749cc8f56fd191f22ebd30e51094b6e84) Add --tls option to dash command (#1073) - [`a8db5b5`](https://github.com/hibiken/asynq/commit/a8db5b557166f95683c54c6d2d96a2fc4ed55bc9) docs: update CHANGELOG ### 📊 Changes **14 files changed** (+710 additions, -277 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description * closes #1048 Early preview testing: `go get github.com/hibiken/asynq@preview-v0.26.0` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 21:16:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#3031
No description provided.