Releases: cplieger/pg-autodump
Releases · cplieger/pg-autodump
v1.1.7
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
Dependencies
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
Added
- Log dump cycle completion with per-cycle counts (#111)
Dependencies
- Update cplieger/ci digest to 94bc19a (#77)
- Update actions/checkout action to v7 (#75)
- Update cplieger/ci digest to 751f185 (#79)
- Update cplieger/ci digest to 238a873 (#82)
- Update cplieger/ci digest to c722574 (#91)
- Update cplieger/ci digest to 72b6b2d (#93)
- Update cplieger/ci digest to ae5079b (#98)
- Update cplieger/ci digest to 0e9bcb5 (#100)
- Update cplieger/ci digest to 9a04efd (#109)
- Update cplieger/ci digest to 9bff47e (#110)
v1.1.0
v1.0.10
Changed
- Strengthen boundary checks and modernize min/max clamps to kill mutants