Releases: NarrativeScience-old/sfn-workflow-client
Releases · NarrativeScience-old/sfn-workflow-client
Version 1.1.1
Merge pull request #12 from NarrativeScience/W-11900045/boto3-reduce
@W-11900045: Boto3 Downgrade
Version 1.1.0
Merge pull request #11 from NarrativeScience/W-11900045/cci-branches
@W-11900045: Use Master Branch
Version 0.5.0
- Updated aenum version bounds to be >=v3.1.0,<4
Version 0.4.4
More debug logs
Version 0.4.3
Adding debug logs and releasing new version
Version 0.4.1
Updates definition of AWS_ACCOUNT_ID to not require a connection to STS on module import if the env var of that same name is set.
Version 0.4.0
Sets the default value of AWS_ACCOUNT_ID using boto3's STS client's get_caller_identity method.
Version 0.3.0
Adds the ability to pass the Step Functions endpoint URL into the Workflow constructor. This is handy for switching between API backends in tests.
Initial code commit
- Trigger new executions
- Query for state machine execution status
- Wait for an execution to complete
- Fetch execution history