v1.1.6
Changed
- Apply code-review fixes and add test coverage (#126)
- Apply code-review fixes and add test coverage
Implements the validated fixes from the pg-autodump code review plus the
accompanying test additions and working-tree changes.
Production:
- main.go: wave-aware runTrigger timeout bound; localAddr IPv6-loopback
handling via net.SplitHostPort - dump.go: levelFor(ReasonKilled) Error -> Warn so graceful-shutdown
cancels don't false-fire the critical dump-failed alert - pg.go: VerifyTOC non-zero-exit handling; Probe ctx/exec/version
classification - result.go: BodyDetail stderr-egress tightening; ReasonMkdirFailed
- httpapi.go: ReadTimeout/IdleTimeout defense-in-depth
Tests: add coverage across cmd, config, dump, httpapi, obs, pg, and spec
packages; remove superseded mutation-kill test files.
Other: .dockerignore, image-smoke.sh printf conversion, doc updates,
host-qualified-dump-paths spec.
- style: fix markdownlint MD032 blanks-around-lists in spec docs