Skip to content

v2.2.5

Choose a tag to compare

@github-actions github-actions released this 13 Jul 16:31

Added

  • Add Command::effective_stdin_source to unify what stdin the child gets

Changed

  • Deduplicate FNV-1a hashing behind cassette match keys
  • Consolidate line-handler panic isolation into a shared helper
  • Deduplicate /proc//stat starttime parsing into sys::procfs
  • Align rustdoc for stdout_lines/wait_for/wait_for_port with actual retention
  • Only treat backslash as a path separator in is_bare_name on Windows
  • Only treat backslash as a path separator in is_bare_name on Unix
  • Align rustdoc for stdout_lines/wait_for/wait_for_port with actual retention
  • Deduplicate /proc//stat starttime parsing into sys::procfs
  • Consolidate line-handler panic isolation into a shared helper
  • Deduplicate FNV-1a hashing behind cassette match keys
  • Unify effective stdin source across command, doubles, and cassette