Skip to content

Releases: EpicWink/python-swf-typed

Version 1.1.2rc0

11 Apr 02:39
v1.1.2rc0
412fb47
Compare
Choose a tag to compare
Version 1.1.2rc0 Pre-release
Pre-release

Changes since v1.1.1

Improvements

  • Iteration methods now don't share a single thread for API calls

Version 1.1.1

26 Oct 04:09
v1.1.1
Compare
Choose a tag to compare

Changes since v1.1

Fixes

  • Support execution config with no task priority
  • Fix args to count-tasks methods

Version 1.1.1rc1

12 Oct 13:30
v1.1.1rc1
Compare
Choose a tag to compare
Version 1.1.1rc1 Pre-release
Pre-release

Changes since v1.1.0rc0

Fixes

  • Use correct task-list parameter name to count-pending-tasks methods

Version 1.1.1rc0

08 Sep 04:45
v1.1.1rc0
38cb342
Compare
Choose a tag to compare
Version 1.1.1rc0 Pre-release
Pre-release

Changes since v1.1

Fixes

  • Support execution config with no task priority

Version 1.1

07 Sep 08:02
v1.1.0
8c707d1
Compare
Choose a tag to compare

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

30 Jun 08:50
v1.1.0rc0
fc8c784
Compare
Choose a tag to compare
Version 1.1rc0 Pre-release
Pre-release

Changes since v1.1a0

Fixes

  • Fix event deserialisation when not from external execution

Version 1.0.1

02 Feb 02:00
v1.0.1
Compare
Choose a tag to compare

Changes since v1.0

Fixes

  • Fix WorkflowExecutionCancelRequested and WorkflowExecutionSignaled events deserialisation when the event has no externalWorkflowExecution attribute (ie when not from external execution)

Version 1.1a0

05 Jan 01:37
v1.1.0a0
ab95d0b
Compare
Choose a tag to compare
Version 1.1a0 Pre-release
Pre-release

Changes since v1.0

Features

  • Add method to get last execution history event

Version 1.0

05 Jan 01:35
v1.0.0
dcb8a32
Compare
Choose a tag to compare

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

Version 1.0b2

16 Nov 06:10
v1.0.0b2
b7ff956
Compare
Choose a tag to compare
Version 1.0b2 Pre-release
Pre-release

Changes since v1.0b1

Changes

  • Rename initiated event attributes
  • Rename external event source execution attributes

Fixes

  • Fix continue-as-new failure cause enumeration
  • Fix describing executions with no activities

Improvements

  • Document history event attributes