Skip to content

Releases: cr0hn/aiotasks

New alpha version: 1.0.0-alpha2

31 Mar 15:58
Compare
Choose a tag to compare

CHANGELOG

Version 1.0.0-a2

New features

  • Add: new function send_to to avoid the need to has access to function to send the task to manager. Now we can use them instead of task.delay(...).
  • Add: new function current_app that will return the aiotask manager instance.
  • Add: integrated cycle of deploy using Travis.

Improvements and fixes

  • Imp: the import method for tasks was changed. Now we can import tasks from a different directory or current directory.

Version 1.0.0-a1

First release