Asynq v0.13.0 Release Notes

Release Date: 2020-10-13 // over 3 years ago
  • โž• Added

    • โฑ Scheduler type is added to enable periodic tasks. See the godoc for its APIs and wiki for the getting-started guide.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘€ interface Option has changed. See the godoc for the new interface. This change would have no impact as long as you are using exported functions (e.g. MaxRetry, Queue, etc) to create Options.

    โž• Added

    • ๐Ÿ›ฐ Payload.String() string method is added
    • ๐Ÿ›ฐ Payload.MarshalJSON() ([]byte, error) method is added