v1.9.0
Features
- mail: Record nanosecond send timing via
X-Send-Timestamp-Nsheader. RFC 5322Date:headers are second-precision only; this adds an extra header captured at the moment the message is written to the SMTPDATAstream so send timing can be analyzed at sub-second resolution. Message-ID and Subject tracking suffix also switched to<unix-nano>.<128bit-random>for cross-referencing. (#209) - report: Record echo output per iteration for repeat steps. Previously every iteration's echo was printed to verbose stdout but the final report dropped it entirely. Now each iteration's echo is captured on the repeat counter and rendered under the summary, so iteration-specific echoes (e.g.
{{repeat_index}}) are visible in the report. (#210)
Examples
- Add per-iteration echo case to
examples/repeat-literal.ymldemonstrating the new repeat echo behavior.
Internal
- Apply De Morgan's law to hex range check (staticcheck QF1001).
Dependencies
github.com/go-sql-driver/mysql1.9.3 -> 1.10.0 (#205)github.com/hashicorp/go-plugin1.7.0 -> 1.8.0 (#207)github.com/mattn/go-isatty0.0.20 -> 0.0.22 (#204)github.com/mattn/go-sqlite31.14.41 -> 1.14.42 (#198)github.com/pb33f/libopenapi0.35.1 -> 0.36.3 (#208)golang.org/x/crypto0.49.0 -> 0.50.0 (#199)google.golang.org/grpc1.80.0 -> 1.81.0 (#206)
Full Changelog: v1.8.0...v1.9.0