Added
- Test retries now support fixed delays and exponential backoffs, with optional jitter. See Delays and backoff for more information. Thanks Tomas Olvecky for your first contribution!
Internal improvements
- Reading test data from standard output and standard error no longer buffers twice, just once. Thanks Jiahao XU for your first contribution!
Note to distributors: now that Rust 1.64 is out,
process_group_bootstrap_hackis no longer supported or required. Please remove the following environment variables if you've set them:
RUSTC_BOOTSTRAP=1RUSTFLAGS='--cfg process_group --cfg process_group_bootstrap_hack'