You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
# Changelog
2
2
3
-
## Unreleased
4
-
-`bktec tools backfill-commit-metadata` now accepts OIDC tokens from `buildkite-agent oidc request-token` in addition to API access tokens. Preview; gated behind `BKTEC_PREVIEW_SELECTION`.
-**Breaking (Go module consumers):** module path is now `github.com/buildkite/test-engine-client/v2`. Earlier v2.x tags lacked the [required `/v2` suffix](https://go.dev/ref/mod#major-version-suffixes) and were unfetchable via `go get`/`go tool`. Update imports to include `/v2` and pin to v2.5.1+.
5
6
6
7
## 2.5.0 - 2026-05-11
7
8
- Add split-by-example support for [Playwright](./docs/playwright.md), allowing slow test files to be split across parallel jobs by individual test case rather than by file.
0 commit comments