Releases: botify-labs/python-simple-workflow
Releases · botify-labs/python-simple-workflow
0.1.46
- 4cfa1e7 Fix models.history.builder: create better timestamp
- 4f57766 Update format: log warning message when truncating an error
0.1.45
- 39ca2ef Fix querysets.workflow.WorkflowExecutionQuerySet.filter arguments #44
0.1.44
- e6d9b4d Fix swf.querysets.WorkflowExecutionQuerySet: make domain and kwargs consistent
0.1.43
- 88c16be Add tests for format module
- 8befc18 Update actors.worker: wrap reason and details when task fails
- 28fea7a Add format module: wrap arguments and result
- 640ece0 Update constants: add maximum values
0.1.42
- 4f1be64 Update settings: compatibility with python3
0.1.41
- 368155e Update models.history.builder: fix History.add_activity_task_schedule_failed()
0.1.40
- 942a2a3 Update models.history.builder: add History.add_activity_task_timed_out()
0.1.39
- 5b3142a Add module swf.models.history.builder with the History class
0.1.37
- Fix WorkflowExecution.signal(): fix empty input (regression introduced by previous release)
0.1.36
- Fix error handling on unknown resources: distinguish the type of resource.
- Add decorators to explicitly show how exceptions are handled.