Releases: nasa/cumulus-ecs-task
Releases · nasa/cumulus-ecs-task
v1.2.4
Fixed
- CUMULUS-953 - The lambdaArn parameter will accept a Lambda ARN or a Lambda
function name.
1.2.3
Fixed
- CUMULUS-933
- Fixed additional cases where logs were being written without a sender field.
- Moved logging to a Logger class
v1.2.2
Fixed
- CUMULUS-933 - Add a sender field to logs
v1.2.1
Fixed
- CUMULUS-937 - If a connection timeout is received when trying to download
the lambda function's zip file from S3, the download will be retried.
v1.2.0
Added
- Support for running a single lambda task
- Support for running tasks from messages in SQS
- Unit tests for the library
- the CLI supports new flags:
--help
for returning CLI options
--sqs-url
for reading message from the queue
--lambda-input
for running one task
Changed
- The internal implementation of Step Function Activity polling changed
- The functions updated to use promises instead of callbacks
- The TaskPoll class replaced with a simple function
Fixed
v1.1.2
Fixed
- CUMULUS-602 - Format all logs sent to Elastic Search.
- Format the error message.
v1.1.0
Upgrade node version to node 8.11
v1.0.1
- fixes the validation error that happens when error strings are too long for stepfunctions.sendTaskFailure()