-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.1.0 #72
Merged
Merged
Release 1.1.0 #72
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ce-rules Pass Context Object to JsonPath evaluation in Choice rules
Feature/lambda error cause
Refactor 13
…fills a constraint
Fix/jsonpath invalid evaluation
…-caught-event-logs Feature/StateFailed, StateRetried, StateCaught event logs
It was previously meant for internal use only
Feature/no validate option
…e action and `sleep`
Refactor 14
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Choice
state choice rules (Pass Context Object to JsonPath evaluation in Choice rules #64).Cause
field inExecutionFailed
event to the error result returned by the Lambda function when invocation fails, to be more consistent with the GetExecutionHistory action of the Step Functions API (Feature/lambda error cause #65).aws-local-stepfunctions
in a browser environment and an AWS config is not passed (Feature/lambda error cause #65).types
field toexports
field inpackage.json
to support TypeScript'sNode16
andBundler
module resolutions (Refactor 13 #66).StateMachineDefinition
,StateMachineOptions
, andRunOptions
types from the API for TypeScript users (Refactor 13 #66).States.Runtime
error is thrown and the state machine fails (Fix/jsonpath invalid evaluation #68).StateFailed
: produced when a state fails.StateRetried
: produced when a failed state that has aRetry
field is retried.StateCaught
: produced when a failed state that has aCatch
field is caught.noValidate
option forStateMachine
constructor. When enabled, validation of the state machine definition is completely turned off (Feature/no validate option #70).--no-validate
CLI option to completely disable state machine definition (Refactor 14 #71).