Loading...
Loading...
Compare original and translation side by side
site/src/changelog.mdsite/src/changelog.mdundefinedundefined
- Version numbers are in brackets
- Date is in ISO 8601 format (YYYY-MM-DD)
- Each version should have a corresponding link at the bottom of the file (though this is often omitted for newer entries)
- 版本号放在方括号内
- 日期采用ISO 8601格式(YYYY-MM-DD)
- 每个版本在文件底部应有对应的链接(不过新版本条目通常会省略这一点)###### Added-###### Added-- Nextest can now update itself! Once this version is installed, simply run `cargo nextest self update` to update to the latest version.- Nextest now sets `NEXTEST_LD_*` and `NEXTEST_DYLD_*` environment variables to work around macOS System Integrity Protection sanitization.
> Note to distributors: ...- A new `threads-required` configuration that can be specified as a per-test override. This can be used to limit concurrency for heavier tests, to avoid overwhelming CPU or running out of memory.- Nextest现在支持自我更新!安装此版本后,只需运行`cargo nextest self update`即可更新至最新版本。- Nextest现在会设置`NEXTEST_LD_*`和`NEXTEST_DYLD_*`环境变量,以绕过macOS系统完整性保护的sanitization限制。
> 面向分发者的说明:……- 新增`threads-required`配置,可作为测试级别的覆盖项使用。此配置可用于限制重型测试的并发数,避免CPU过载或内存耗尽。([#2618])[#2618]: https://github.com/nextest-rs/nextest/pull/2618/pull//issues/([#2618])[#2618]: https://github.com/nextest-rs/nextest/pull/2618/pull//issues/[text](URL)[GHSA-xxxx](https://github.com/advisories/GHSA-xxxx)[CVE-xxxx](https://nvd.nist.gov/vuln/detail/CVE-xxxx)[文本](URL)[GHSA-xxxx](https://github.com/advisories/GHSA-xxxx)[CVE-xxxx](https://nvd.nist.gov/vuln/detail/CVE-xxxx)Thanks [username](https://github.com/username) for your first contribution!- New feature that does something. Thanks [alice](https://github.com/alice) for your first contribution!undefined感谢 [username](https://github.com/username) 提交首次贡献!- 新增某项功能。感谢 [alice](https://github.com/alice) 提交首次贡献!undefinedThanks [charlie](https://github.com/charlie) for your contribution!Thanks [charlie](https://github.com/charlie)!感谢 [charlie](https://github.com/charlie) 的贡献!感谢 [charlie](https://github.com/charlie)!Thanks [alice](https://github.com/alice) and [bob](https://github.com/bob) for your contributions!感谢 [alice](https://github.com/alice) 和 [bob](https://github.com/bob) 的贡献!> Note to distributors: you can disable self-update by building cargo-nextest with `--no-default-features`.> 面向分发者的说明:你可以通过`--no-default-features`编译cargo-nextest来禁用自我更新功能。undefinedundefinedundefinedundefined- Experimental support for [feature name](link). Please try them out, and provide feedback in the [tracking issue](link)!- 新增对[功能名称](链接)的实验性支持。欢迎试用,并在[追踪Issue](链接)中提供反馈!This is a major release with several new features. It's gone through a period of beta testing, but if you run into issues please [file a bug]!这是一个包含多项新功能的重大版本。该版本已通过Beta测试,若遇到问题请[提交Bug]!`cargo nextest run````toml```bash`cargo nextest run````toml```bashFor example, to time out after 120 seconds:
```toml
slow-timeout = { period = "60s", terminate-after = 2 }
Note the indentation for the code block within a bullet point.例如,要设置120秒后超时:
```toml
slow-timeout = { period = "60s", terminate-after = 2 }
注意项目符号内代码块的缩进。`NEXTEST_RETRIES``NAME=value``NEXTEST_RETRIES``NAME=value`- Update rust-openssl for [CVE-2025-24898](https://nvd.nist.gov/vuln/detail/CVE-2025-24898).- 针对[CVE-2025-24898](https://nvd.nist.gov/vuln/detail/CVE-2025-24898)更新rust-openssl。undefinedundefined--hide-progress-barNEXTEST_HIDE_PROGRESS_BARundefined--hide-progress-barNEXTEST_HIDE_PROGRESS_BARundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined--targetundefined--targetundefinedgit log <previous-tag>..main --onelinegit log --all --author="Name" --oneline | wc -lgh pr view <number> --json author --jq '.author.login'git show <commit> --statgit log <previous-tag>..main --onelinegit log --all --author="Name" --oneline | wc -lgh pr view <number> --json author --jq '.author.login'git show <commit> --stat