Skip to content
This repository has been archived by the owner on Apr 12, 2018. It is now read-only.

Releases: botify-labs/python-simple-workflow

0.1.46

17 Mar 09:04
Compare
Choose a tag to compare
  • 4cfa1e7 Fix models.history.builder: create better timestamp
  • 4f57766 Update format: log warning message when truncating an error

0.1.45

08 Jan 22:35
Compare
Choose a tag to compare
  • 39ca2ef Fix querysets.workflow.WorkflowExecutionQuerySet.filter arguments #44

0.1.44

08 Jan 22:34
Compare
Choose a tag to compare
  • e6d9b4d Fix swf.querysets.WorkflowExecutionQuerySet: make domain and kwargs consistent

0.1.43

08 Jan 22:33
Compare
Choose a tag to compare
  • 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

06 Aug 09:09
Compare
Choose a tag to compare
  • 4f1be64 Update settings: compatibility with python3

0.1.41

06 Aug 09:07
Compare
Choose a tag to compare
  • 368155e Update models.history.builder: fix History.add_activity_task_schedule_failed()

0.1.40

06 Aug 09:07
Compare
Choose a tag to compare
  • 942a2a3 Update models.history.builder: add History.add_activity_task_timed_out()

0.1.39

06 Aug 09:06
Compare
Choose a tag to compare
  • 5b3142a Add module swf.models.history.builder with the History class

0.1.37

30 Jan 09:52
Compare
Choose a tag to compare
  • Fix WorkflowExecution.signal(): fix empty input (regression introduced by previous release)

0.1.36

30 Jan 09:52
Compare
Choose a tag to compare
  • Fix error handling on unknown resources: distinguish the type of resource.
  • Add decorators to explicitly show how exceptions are handled.