v0.26.0
Upgrades
- Some packages
- Minimum go version set to v1.24.0
Added
- Add Headers support to tasks (PR: https://github.com/hibiken/asynq/pull/1070)
- Add
--tlsoption to dash command (PR: https://github.com/hibiken/asynq/pull/1073) - Add
--usernameCLI flag for Redis ACL authentication (PR: https://github.com/hibiken/asynq/pull/1083) - Add
UpdateTaskPayloadmethod for inspector (PR: https://github.com/hibiken/asynq/pull/1042)
Fixes
- Fix: Correct error message text in ResultWriter.Write (PR: https://github.com/hibiken/asynq/pull/1054)
- Fix: Wrap all fmt.Errorf errors with %w (PR: https://github.com/hibiken/asynq/pull/1047)
- Fix: ServeMux.NotFoundHandler returns ErrHandlerNotFound error (PR: https://github.com/hibiken/asynq/pull/1031)
New Contributors
- @Broderick-Westrope made their first contribution in https://github.com/hibiken/asynq/pull/1009
- @dnaeon made their first contribution in https://github.com/hibiken/asynq/pull/1031
- @aziz-the-dev made their first contribution in https://github.com/hibiken/asynq/pull/1042
- @benjajaja made their first contribution in https://github.com/hibiken/asynq/pull/1047
- @amirrezafahimi made their first contribution in https://github.com/hibiken/asynq/pull/1054
- @vlle made their first contribution in https://github.com/hibiken/asynq/pull/1083
- @joejoe-am made their first contribution in https://github.com/hibiken/asynq/pull/1070
- @thomas4019 made their first contribution in https://github.com/hibiken/asynq/pull/1073
Full Changelog: https://github.com/hibiken/asynq/compare/v0.25.1...v0.26.0