Skip to content

Alpha Release #7

Pre-release
Pre-release
Compare
Choose a tag to compare
@xethorn xethorn released this 10 Feb 18:41

Please note: this release contains breaking changes:

  • All the runners (AsyncTasks and SyncTasks) are now in garcon.runner under the respective names of Sync and Async (if you follow the Google Python convention, you will always write: runner.Sync.)

New features:

  • Added context filling. Using the decorator in task.py, @task.decorate() will allow you to fill your tasks with information from the context. If you use this decorator: you can omit activity and context is not allowed anymore as a param.