Skip to content

Latest commit

 

History

History
545 lines (320 loc) · 20.8 KB

CHANGELOG.md

File metadata and controls

545 lines (320 loc) · 20.8 KB

Changelog

0.61.0 - 2024-09-05

See the changelog for cargo-nextest 0.9.78.

0.60.0 - 2024-08-28

See the changelog for cargo-nextest 0.9.77.

0.59.0 - 2024-08-25

See the changelog for cargo-nextest 0.9.76.

0.58.0 - 2024-08-23

See the changelog for cargo-nextest 0.9.75.

0.57.0 - 2024-08-18

See the changelog for cargo-nextest 0.9.74.

0.56.1 - 2024-05-23

See the changelog for cargo-nextest 0.9.72.

0.56.0 - 2024-05-23

(This version was not published due to a release issue.)

0.55.0 - 2023-04-24

See the changelog for cargo-nextest 0.9.70.

0.54.1 - 2023-03-04

See the changelog for cargo-nextest 0.9.68.

0.54.0 - 2024-03-04

(This version was superseded by version 0.54.1.)

0.53.1 - 2024-01-09

See the changelog for cargo-nextest 0.9.67.

0.53.0 - 2024-01-09

See the changelog for cargo-nextest 0.9.67.

0.52.2 - 2023-12-10

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.)

0.52.1 - 2023-12-10

See the changelog for cargo-nextest 0.9.65.

0.52.0 - 2023-12-09

This version was not published on crates.io due to a missing nextest-filtering update.

0.51.0 - 2023-12-03

See the changelog for cargo-nextest 0.9.64.

0.50.0 - 2023-11-16

See the changelog for cargo-nextest 0.9.63.

0.49.0 - 2023-11-14

See the changelog for cargo-nextest 0.9.62.

0.48.0 - 2023-10-22

See the changelog for cargo-nextest 0.9.60.

0.47.0 - 2023-09-20

See the changelog for cargo-nextest 0.9.59.

0.46.0 - 2023-09-20

See the changelog for cargo-nextest 0.9.58.

0.45.0 - 2023-08-02

See the changelog for cargo-nextest 0.9.57.

0.44.0 - 2023-08-02

See the changelog for cargo-nextest 0.9.56.

0.43.0 - 2023-07-29

See the changelog for cargo-nextest 0.9.55.

0.42.0 - 2023-06-25

See the changelog for cargo-nextest 0.9.54.

0.41.0 - 2023-06-25

(This release was not published due to an internal issue.)

0.40.0 - 2023-06-25

(This release was not published due to an internal issue.)

0.39.0 - 2023-05-15

See the changelog for cargo-nextest 0.9.53.

0.38.0 - 2023-05-04

See the changelog for cargo-nextest 0.9.52.

0.37.0 - 2023-03-13

See the changelog for cargo-nextest 0.9.51.

0.36.0 - 2023-03-13

See the changelog for cargo-nextest 0.9.50.

0.35.0 - 2023-01-13

See the changelog for cargo-nextest 0.9.49.

0.34.0 - 2023-01-02

See the changelog for cargo-nextest 0.9.48.

0.33.0 - 2022-12-10

See the changelog for cargo-nextest 0.9.47.

0.32.0 - 2022-11-23

See the changelog for cargo-nextest 0.9.44.

0.31.0 - 2022-11-23

(This release was not published due to a code issue.)

0.30.0 - 2022-11-04

See the changelog for cargo-nextest 0.9.43.

0.29.0 - 2022-11-01

Changed

See the changelog for cargo-nextest 0.9.42.

0.28.0 - 2022-10-25

Changed

See the changelog for cargo-nextest 0.9.40.

0.27.0 - 2022-10-14

Changed

See the changelog for cargo-nextest 0.9.39.

0.26.0 - 2022-10-05

Changed

See the changelog for cargo-nextest 0.9.38.

0.25.0 - 2022-09-30

Changed

See the changelog for cargo-nextest 0.9.37.

0.24.0 - 2022-09-07

Changed

See the changelog for cargo-nextest 0.9.36.

0.23.0 - 2022-08-17

Changed

See the changelog for cargo-nextest 0.9.35.

0.22.2 - 2022-08-12

Changed

See the changelog for cargo-nextest 0.9.34.

0.22.1 - 2022-07-31

Fixed

  • Reverted indicatif to 0.16.2 to fix regression where nextest no longer produced any output if stderr wasn't a terminal.

0.22.0 - 2022-07-30

Changed

  • Progress bar library indicatif updated to 0.17.0.

0.21.0 - 2022-07-27

Changed

See the changelog for cargo-nextest 0.9.31.

0.20.0 - 2022-07-25

Changed

See the changelog for cargo-nextest 0.9.30.

0.19.0 - 2022-07-24

Changed

See the changelog for cargo-nextest 0.9.29.

0.18.0 - 2022-07-22

Changed

See the changelog for cargo-nextest 0.9.27.

0.17.0 - 2022-07-14

Changed

  • nextest-metadata updated to 0.5.0.

0.16.0 - 2022-07-13

See the changelog for cargo-nextest 0.9.25.

0.15.0 - 2022-07-01

Added

  • New config option profile.<profile-name>.test-threads controls the number of tests run simultaneously. This option accepts either an integer with the number of threads, or the string "num-cpus" (default) for the number of logical CPUs.

Fixed

  • Within JUnit XML, test failure descriptions (text nodes for <failure> and <error> tags) now have invalid ANSI escape codes stripped from their output.

0.14.0 - 2022-06-26

Added

  • On Windows, nextest now detects tests that abort due to e.g. an access violation (segfault) and prints their status as "ABORT" rather than "FAIL", along with an explanatory message on the next line.
  • Improved JUnit support: nextest now heuristically detects stack traces and adds them to the text node of the <failure> element (#311).

0.13.0 - 2022-06-21

Added

  • Benchmarks are now treated as normal tests. (#283, thanks @tabokie for your contribution!).

    Note that criterion.rs benchmarks are currently incompatible with nextest (#96) -- this change doesn't have any effect on that.

Changed

  • If nextest's output is colorized, it no longer strips ANSI escape codes from test runs.
  • quick-junit updated to 0.2.0.

0.12.0 - 2022-06-17

Added

  • On Unix, tests that fail due to a signal (e.g. SIGSEGV) will print out the name of the signal rather than the generic "FAIL".

Changed

  • Progress bars now take up the entire width of the screen. This prevents issues with the bar wrapping around on terminals that aren't wide enough.

0.11.1 - 2022-06-13

Fixed

  • Account for skipped tests when determining the length of the progress bar.

0.11.0 - 2022-06-13

Added

  • Nextest can now update itself! Once this version is installed, simply run cargo nextest self update to update to the latest version.

    Note to distributors: you can disable self-update by building cargo-nextest with --no-default-features.

  • Partial, emulated support for test binary arguments passed in after cargo nextest run -- (#265, thanks @tabokie for your contribution!).

    For example, cargo nextest run -- my_test --ignored will run ignored tests containing my_test, similar to cargo test -- my_test --ignored.

    Support is limited to test names, --ignored and --include-ignored.

    Note to integrators: to reliably disable all argument parsing, pass in -- twice. For example, cargo nextest run -- -- my-filter.

Fixed

  • Better detection for cross-compilation -- now look through the CARGO_BUILD_TARGET environment variable, and Cargo configuration as well. The --target option is still preferred.
  • Slow and flaky tests are now printed out properly in the final status output (#270).

0.10.0 - 2022-06-08

Added

  • Support for terminating tests if they take too long, via the configuration parameter slow-timeout.terminate-after. For example, to time out after 120 seconds:

    slow-timeout = { period = "60s", terminate-after = 2 }

    Thanks steveeJ for your contribution (#214)!

Fixed

  • Improved support for reusing builds: produce better error messages if the workspace's source is missing.

Changed

  • Errors are now defined with thiserror. Some minor API changes were required for the migration.

0.9.0 - 2022-06-07

This release contains a number of user experience improvements.

Added

  • If producing output to an interactive terminal, nextest now prints out its status as a progress bar. This makes it easy to see the status of a test run at a glance.
  • Nextest's configuration has a new final-status-level option which can be used to print out some statuses at the end of a run (defaults to none). On the command line, this can be overridden with the --final-status-level argument or NEXTEST_FINAL_STATUS_LEVEL in the environment.
  • If a target runner is in use, nextest now prints out its name and the environment variable or config file the definition was obtained from.

Changed

  • If the creation of a test list fails, nextest now prints a more descriptive error message, and exits with the exit code 104 (TEST_LIST_CREATION_FAILED).

0.8.1 - 2022-06-02

Added

Fixed

  • While archiving build artifacts, work around some libraries producing linked paths that don't exist (#247). Print a warning for those paths instead of failing.

Changed

  • Build artifact archives no longer recurse into linked path subdirectories. This is not a behavioral change because LD_LIBRARY_PATH and other similar variables do not recurse into subdirectories either.

0.8.0 - 2022-05-31

Added

  • Support for creating and running archives of test binaries.
    • Most of the new logic is within a new reuse_build module.
  • Non-test binaries and dynamic libraries are now recorded in BinaryList.

Fixed

Fix for experimental feature filter expressions:

  • Fix test filtering when expression filters are set but name-based filters aren't.

Changed

  • MSRV bumped to Rust 1.59.

0.7.0 - 2022-04-18

Fixed

  • PathMapper now canonicalizes the remapped workspace and target directories (and returns an error if that was unsuccessful).
  • If the workspace directory is remapped, CARGO_MANIFEST_DIR in tests' runtime environment is set to the new directory.

0.6.0 - 2022-04-16

Added

0.5.0 - 2022-03-22

Added

  • BinaryList and TestList have a new member called rust_build_meta, which returns Rust build-related metadata for a binary list or test list. This currently contains the target directory, the base output directories, and paths to search for dynamic libraries in relative to the target directory.

Changed

  • MSRV bumped to Rust 1.56.

0.4.0 - 2022-03-07

Thanks to Guiguiprim for their contributions to this release!

Added

  • Filter test binaries by the build platform they're for (target or host).
  • Experimental support for reusing build artifacts between the build and run steps.
  • Nextest executions done as a separate process per test (currently the only supported method, though this might change in the future) set the environment variable NEXTEST_PROCESS_MODE=process-per-test.

Changed

  • TargetRunner now has separate handling for the target and host platforms. As part of this, a new struct PlatformRunner represents a target runner for a single platform.

0.3.0 - 2022-02-23

Fixed

  • Target runners of the form runner = ["bin-name", "--arg1", ...] are now parsed correctly (#75).
  • Binary IDs for [[bin]] and [[example]] tests are now unique, in the format <crate-name>::bin/<binary-name> and <crate-name>::test/<binary-name> respectively (#76).

0.2.1 - 2022-02-23

  • Improvements to TargetRunnerError message display: source errors are no longer displayed directly, only in "caused by".

0.2.0 - 2022-02-22

Added

0.1.2 - 2022-02-20

Added

  • In test output, module paths are now colored cyan (#42).

0.1.1 - 2022-02-14

Changed

  • Updated quick-junit to 0.1.5, fixing builds on Rust 1.54.

0.1.0 - 2022-02-14

  • Initial version.