Skip to content

Releases: nextest-rs/nextest

nextest-runner 0.78.0-rc.2

29 Apr 21:19
Compare
Choose a tag to compare
Pre-release
nextest-runner-0.78.0-rc.2

[nextest-runner] version 0.78.0-rc.2

nextest-runner 0.78.0-rc.1

29 Apr 05:49
Compare
Choose a tag to compare
Pre-release
nextest-runner-0.78.0-rc.1

[nextest-runner] version 0.78.0-rc.1

cargo-nextest 0.9.95-rc.2

29 Apr 21:20
Compare
Choose a tag to compare
Pre-release

Display formatting improvements.

cargo-nextest 0.9.95-rc.1

29 Apr 05:49
Compare
Choose a tag to compare
Pre-release

Added

You can now mark leaky tests as failed rather than passed (docs upcoming). The default is still to treat them as passed.

Fixed

Fixed an occasional hang on Linux with libtest JSON output. For more details, see #2316.

nextest-runner 0.77.0

10 Apr 20:13
Compare
Choose a tag to compare
nextest-runner-0.77.0

[nextest-runner] version 0.77.0

cargo-nextest 0.9.94

10 Apr 20:14
Compare
Choose a tag to compare

Added

Official binaries are now available for aarch64-pc-windows-msvc (Windows on ARM). Installation instructions are available at Pre-built binaries under Other platforms.

Fixed

On Unix platforms, nextest will no longer attempt to set up input handling if it isn't in the foreground process group of the controlling terminal. This addresses a hang with commands like watchexec: these commands forward standard input to nextest (so is_terminal returns true), but do not give nextest full terminal control.

There are still some reports of watchexec hangs even with this change; we'll track them down and fix bugs as necessary.

nextest-runner 0.77.0-rc.1

10 Apr 08:59
Compare
Choose a tag to compare
Pre-release
nextest-runner-0.77.0-rc.1

[nextest-runner] version 0.77.0-rc.1

cargo-nextest 0.9.94-rc.1

10 Apr 09:00
Compare
Choose a tag to compare
Pre-release

Added

Official binaries are now available for aarch64-pc-windows-msvc (Windows on ARM). Release links TBD.

Fixed

On Unix platforms, nextest will no longer attempt to set up input handling if it isn't part of the foreground process group. This addresses a hang with watchexec.

nextest-runner 0.76.0

24 Mar 22:02
Compare
Choose a tag to compare
nextest-runner-0.76.0

[nextest-runner] version 0.76.0

cargo-nextest 0.9.93

24 Mar 22:04
Compare
Choose a tag to compare

Fixed

  • If cargo metadata fails, print the command that failed to execute. This works around possibly-broken Cargo installations producing no output.
  • Update ring to address GHSA-4p46-pwfr-66x6.