Asynq v0.18.0 Release Notes

Release Date: 2021-06-29 // almost 3 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ†• NewTask function now takes array of bytes as payload.
    • ๐Ÿ›ฐ Task Type and Payload should be accessed by a method call.
    • Server API has changed. Renamed Quiet to Stop. Renamed Stop to Shutdown. Note: As a result of this renaming, the behavior of Stop has changed. Please update the exising code to call Shutdown where it used to call Stop.
    • โฑ Scheduler API has changed. Renamed Stop to Shutdown.
    • ๐Ÿ‘ Requires redis v4.0+ for multiple field/value pair support
    • Client.Enqueue now returns TaskInfo
    • Inspector.RunTaskByKey is replaced with Inspector.RunTask
    • Inspector.DeleteTaskByKey is replaced with Inspector.DeleteTask
    • Inspector.ArchiveTaskByKey is replaced with Inspector.ArchiveTask
    • ๐Ÿ“ฆ inspeq package is removed. All types and functions from the package is moved to asynq package.
    • ๐Ÿ‘ท WorkerInfo field names have changed.
    • Inspector.CancelActiveTask is renamed to Inspector.CancelProcessing