Releases: vertti/lazy-ecs
Releases · vertti/lazy-ecs
v0.8.0
New Features
-
Stop task functionality - Stop a running task directly from the task features menu with confirmation dialog. ECS will automatically start a replacement task to maintain desired count. (PR #106)
-
Inline task failure reasons - Stopped/failed tasks now show a brief failure reason in the task selection list. Supports container exit codes (OOM/SIGKILL, segfault, SIGTERM, app error) and task-level failures (failed to start, scheduler stopped, spot interrupted, user stopped). (PR #107)
Changes
- Refactor: Remove unnecessary
BaseAWSServiceandBaseUIComponentbase classes - Refactor: Extract helper functions to reduce code duplication
- Refactor: Consolidate exit code and event category mappings
- Fix: Correct exit code 137 description to SIGKILL (was incorrectly labeled as timeout)
v0.7.5
What's Changed
- add demo gif to the frontpage by @vertti in #47
- merge install notes for pipx, uv and mise by @vertti in #46
- Bump boto3 from 1.40.45 to 1.40.50 by @dependabot[bot] in #52
- Bump pytest-mock from 3.15.0 to 3.15.1 by @dependabot[bot] in #51
- Bump rich from 14.1.0 to 14.2.0 by @dependabot[bot] in #49
- Bump moto[ecs] from 5.1.12 to 5.1.14 by @dependabot[bot] in #48
- Bump ruff from 0.13.0 to 0.14.1 by @dependabot[bot] in #57
- Bump boto3 from 1.40.50 to 1.40.55 by @dependabot[bot] in #55
- Bump moto[ecs] from 5.1.14 to 5.1.15 by @dependabot[bot] in #56
- Remove data truncation limits for modern terminals by @vertti in #58
Full Changelog: v0.7.4...v0.7.5