Skip to content

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 05 May 07:25
· 57 commits to main since this release
8c9b51a

Features

  • mail: Record nanosecond send timing via X-Send-Timestamp-Ns header. RFC 5322 Date: headers are second-precision only; this adds an extra header captured at the moment the message is written to the SMTP DATA stream 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.yml demonstrating the new repeat echo behavior.

Internal

  • Apply De Morgan's law to hex range check (staticcheck QF1001).

Dependencies

  • github.com/go-sql-driver/mysql 1.9.3 -> 1.10.0 (#205)
  • github.com/hashicorp/go-plugin 1.7.0 -> 1.8.0 (#207)
  • github.com/mattn/go-isatty 0.0.20 -> 0.0.22 (#204)
  • github.com/mattn/go-sqlite3 1.14.41 -> 1.14.42 (#198)
  • github.com/pb33f/libopenapi 0.35.1 -> 0.36.3 (#208)
  • golang.org/x/crypto 0.49.0 -> 0.50.0 (#199)
  • google.golang.org/grpc 1.80.0 -> 1.81.0 (#206)

Full Changelog: v1.8.0...v1.9.0