Releases: EpicWink/python-swf-typed
Releases · EpicWink/python-swf-typed
Version 1.1.2
Version 1.1.2rc0
Changes since v1.1.1
Improvements
- Iteration methods now don't share a single thread for API calls
Version 1.1.1
Changes since v1.1
Fixes
- Support execution config with no task priority
- Fix args to count-tasks methods
Version 1.1.1rc1
Changes since v1.1.0rc0
Fixes
- Use correct task-list parameter name to count-pending-tasks methods
Version 1.1.1rc0
Changes since v1.1
Fixes
- Support execution config with no task priority
Version 1.1
Changes since v1.0.1
Features
- Add method to get last history event
swf_typed.get_last_execution_history_event
Miscellaneous
- Improve online documentation
Version 1.1rc0
Changes since v1.1a0
Fixes
- Fix event deserialisation when not from external execution
Version 1.0.1
Changes since v1.0
Fixes
- Fix
WorkflowExecutionCancelRequested
andWorkflowExecutionSignaled
events deserialisation when the event has noexternalWorkflowExecution
attribute (ie when not from external execution)
Version 1.1a0
Changes since v1.0
Features
- Add method to get last execution history event
Version 1.0
Initial stable public release
Features
- Type annotations
- Explicit exceptions
- Execution state construction
- Consistent method/attribute/parameter names
- Consistent model structure
- Automatic flattening of paged-list responses
- next-page calls are run concurrently and on-demand
- Better execution filtering