History¶
0.4.3 (2026-07-19)¶
fix: Fix NameError in schedule_delete and report real failures (#131, #139)
fix: Do not raise when a task has zero EventBridge schedules (#132, #140)
fix: Add scope option to cloud schedule list to fix task-name-prefix over-matching (#134, #141)
fix: Fix docker (#135)
feature: Tighten the default CloudWatch error metric filter to match task-failure signals instead of broad error substrings (#133, #136)
feature: Add timeout metric filter to the default task CloudFormation templates (#138, #142)
doc: Document alarming on task completion gaps (started-vs-ended blind spots) (#137, #143)
0.4.2 (2025-09-10)¶
Modernize the package with project.toml (#130)
fix: ensure pip is installed and used in project venvs
0.4.1 (2023-10-26)¶
fix: fix PyGithub version to 1.59.1
Update Dockerfile with handoff public image 0.2
0.4.0 (2023-09-05)¶
fix: fix the docker version to 5.0.0
0.3.4 (2021-04-06)¶
feature: log pattern filter and json output
feature: Include STOPPED task in the status list. Full description of schedule (#80)
fix: travis script
fix: update get-pip.py URL (#83)
fix: Switch tap-exchangeratesapi to tap-exchangeratehost in 04_install test project
0.3.3 (2021-01-09)¶
fix: safe char should include period(.) define _line_safe var in foreach (#79)
0.3.2 (2021-01-04)¶
feature: stop task (#75)
feature: include taskArn in task status response
fix: exit cleanly on fail and still push aritfacts (#77)
fix: Remove unsupported Python2 from Dockerfile
0.3.1 (2020-12-29)¶
fixes Mac OS tutorial issue (incompatible date command signature) (#72)
0.3.0 (2020-12-28)¶
A major release with improved interface and new features.
Container orchestration (AWS Elastic Continer Service)
Extended serverless task execution (AWS Fargate, vs. AWS Lambda’s 15min limit)
CRON Scheduling (AWS EventBridge)
Configuration and secret management (AWS Systems Manager Parameter Store)
Simple switch between production and devlopment stages
Docker image management (AWS Elastic Container Registry)
Artifacts management (AWS Simple Cloud Storage)
Log management (AWS CloudWatch)
Shared resource management (Virtual Private Cloud, Security Group)
No need to pay and maintain a dedicated virtual instances!
0.2.0b4 (2020-08-18)¶
Workaround for failing setuptools installation script source.
0.2.0b3 (2020-08-10)¶
Fix the issue of not downloading artifacts from remote storage.
Fix artifacts archive/get/push/delete commands
Fix files get/push/delete commands
Add USGS Earthquake events data example
0.2.0b2 (2020-08-06)¶
Fix the issue of inconsistent state file among OS (trailing spaces)
0.2.0b1 (2020-08-05)¶
Mac OS: fix a bug in parsing Docker build JSON log
Mac OS: fix sed -u issue
Fix typos in tutorial
0.2.0b0 (2020-08-05)¶
Beta
Covers entire workflow from the local test to Fargate deployment
Clean extensible code-design (services and plugins)
Unit, integration, and installation tests
Interactive tutorial
Near-stable CLI version
0.1.2-alpha (2020-07-17)¶
Alpha
fix docker files to remove project dir
fix the issue of env var not passed to subprocesses
0.1.1-alpha (2020-07-16)¶
Just added a long description to setup.py for the pypi release.
0.1.0-alpha (2020-07-16)¶
Pilot. The first package build.