Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/releases/v0.1.13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Highlights

- Hardened Codex/imagegen timeout handling so timed-out process groups are killed before stdout/stderr readers are awaited.
- Added regression coverage for already-canceled contexts and child processes that keep output pipes open.
- Changed the default backend timeout to 300s.
- Clarified `max_attempts` as total attempts; `3` means the initial attempt plus at most two retries.

## Notes

This release supersedes the unpublished `v0.1.11` and `v0.1.12` tags. It includes the timeout cleanup fix and the matching release notes required by the GitHub Release workflow.

## Validation

- `go test ./...`
- `go build -o ./imgen ./cmd/imgen`
- GitHub PR checks: `test`, `Analyze Go`, and `CodeQL`