Skip to content

Releases: nextest-rs/nextest

nextest-runner 0.53.1

09 Jan 20:28
Compare
Choose a tag to compare

nextest-runner 0.53.0

09 Jan 19:48
Compare
Choose a tag to compare

nextest-filtering 0.7.1

09 Jan 19:47
Compare
Choose a tag to compare

Fixed

Internal cleanups: remove reliance on Incomplete. Thanks @epage for the
contribution!

cargo-nextest 0.9.67

09 Jan 20:28
Compare
Choose a tag to compare

Added

  • More work on machine-readable output for test runs: for failing tests, output is now included under the stdout field. This was a large effort which required figuring out how to combine stdout and stderr into the same buffer. Thanks again Jake for your contribution!

Fixed

  • On SIGTERM and SIGHUP, outputs for cancelled and failed tests are now displayed. (Output is still hidden on SIGINT to match typical user expectations.)

cargo-nextest 0.9.67-rc.1

09 Jan 19:50
Compare
Choose a tag to compare
Pre-release

Added

  • More work on machine-readable output for test runs: for failing tests, output is now included under the stdout field. This was a large effort which required figuring out how to combine stdout and stderr into the same buffer. Thanks again Jake for your contribution!

Fixed

  • On SIGTERM and SIGHUP, outputs for cancelled and failed tests are now displayed. (Output is still hidden on SIGINT to match typical user expectations.)

nextest-runner 0.52.2

10 Dec 23:14
Compare
Choose a tag to compare

See the changelog for cargo-nextest 0.9.65.

Fixed

Downgraded tar to 0.4.39, which compiles on illumos (0.4.40 does not due to an update to the xattr
transitive dependency, which has a bug on unsupported
platforms.)

nextest-runner 0.52.1

10 Dec 22:08
Compare
Choose a tag to compare

nextest-runner 0.52.0

10 Dec 01:35
Compare
Choose a tag to compare

nextest-metadata 0.10.0

10 Dec 01:32
Compare
Choose a tag to compare

Added

  • RustBuildMetaSummary has a new field called build_script_out_dirs. This is a map of workspace package IDs to their corresponding build script OUT_DIRs.

Misc

  • The .crate files uploaded to crates.io now contain the LICENSE-APACHE and LICENSE-MIT license files. Thanks @musicinmybrain for your first contribution!

nextest-filtering 0.7.0

10 Dec 21:03
Compare
Choose a tag to compare

Changed

  • nextest-metadata updated to 0.10.

Misc

  • The .crate files uploaded to crates.io now contain the LICENSE-APACHE and LICENSE-MIT license files. Thanks @musicinmybrain for your first contribution!