Releases: buildkite/test-engine-client
Releases · buildkite/test-engine-client
Test Engine Client v1.1.0
What's Changed
- V1.0.0 Changelog by @nprizal in #198
- chore(deps): bump golang.org/x/sys from 0.23.0 to 0.25.0 by @dependabot in #185
- Configure golangci-lint by @nprizal in #199
- chore(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0 by @dependabot in #202
- chore(deps): bump docker/library/golang from 1.23.1 to 1.23.2 in /.buildkite by @dependabot in #204
- Tidy up test data by @nprizal in #205
- Add Cypress Runner by @nprizal in #206
- Add Playwright support by @nprizal in #201
- Update default test command for jest to be less opinionated by @nprizal in #209
- Exclude
node_modules
all the time by @nprizal in #207 - Fix zzglob import path by @DrJosh9000 in #211
- Remove interface check for all runners. by @nprizal in #208
- chore(deps): bump cypress/included from 13.15.0 to 13.15.1 in /.buildkite by @dependabot in #212
- Print actual command when running Jest. by @nprizal in #214
- Escape special characters in testCases in Jest retry command by @nprizal in #213
- Send test runner to create test plan endpoint by @nprizal in #215
- Add script to record support ended for Pact. by @wooly in #216
- Update README and CHANGELOG for v1.1.0 by @nprizal in #217
Full Changelog: v1.0.0...v1.1.0
Test Engine Client v1.1.0-rc.3
What's Changed
Full Changelog: v1.1.0-rc.2...v1.1.0-rc.3
Test Engine Client v1.1.0-rc.2
What's Changed
- Fix zzglob import path by @DrJosh9000 in #211
- Remove interface check for all runners. by @nprizal in #208
- chore(deps): bump cypress/included from 13.15.0 to 13.15.1 in /.buildkite by @dependabot in #212
- Print actual command when running Jest. by @nprizal in #214
- Escape special characters in testCases in Jest retry command by @nprizal in #213
Full Changelog: v1.1.0-rc.1...v1.1.0-rc.2
Test Engine Client v1.1.0-rc.1
See the updated README for upcoming v1.1.0
release.
What's Changed
- chore(deps): bump golang.org/x/sys from 0.23.0 to 0.25.0 by @dependabot in #185
- Configure golangci-lint by @nprizal in #199
- chore(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0 by @dependabot in #202
- chore(deps): bump docker/library/golang from 1.23.1 to 1.23.2 in /.buildkite by @dependabot in #204
- Tidy up test data by @nprizal in #205
- Add Cypress Runner by @nprizal in #206
- Add Playwright support by @nprizal in #201
- Update default test command for jest to be less opinionated by @nprizal in #209
- Exclude
node_modules
all the time by @nprizal in #207
Full Changelog: v1.0.0...v1.1.0-rc.1
Test Engine Client v1.0.0
What's Changed
- Ignore
-rc
tags when releasing stable version by @nprizal in #187 - Rename TSC to bktec by @niceking in #178
- [TET-367] Fix path bug when using shared examples. by @wooly in #188
- Update release process for bktec by @amybiyuliu in #180
- Handle billing error by @nprizal in #191
- Update release pipeline with new AWS role and parameter store key by @nprizal in #192
- Update release script to login to correct Packagecloud docker registry by @nprizal in #193
- Update linux package name by @nprizal in #194
- Skip sendMetadata when using fallback plan by @nprizal in #196
- Making test runner env mandatory by @amybiyuliu in #197
- Changelog for v0.9.1 by @amybiyuliu in #195
- Update readme for bktec by @amybiyuliu in #189
Full Changelog: v0.9.1...v1.0.0
Test Engine Client v1.0.0-rc.3
What's Changed
- Making test runner env mandatory by @amybiyuliu in #197
Full Changelog: v1.0.0-rc.2...v1.0.0-rc.3
Test Engine Client v1.0.0-rc.2
What's Changed
- Update linux package name by @nprizal in #194
- Skip sendMetadata when using fallback plan by @nprizal in #196
Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2
Test Engine Client v1.0.0-rc.1
What's Changed
- Ignore
-rc
tags when releasing stable version by @nprizal in #187 - Rename TSC to bktec by @niceking in #178
- [TET-367] Fix path bug when using shared examples. by @wooly in #188
- Update release process for bktec by @amybiyuliu in #180
- Handle billing error by @nprizal in #191
- Update release pipeline with new AWS role and parameter store key by @nprizal in #192
- Update release script to login to correct Packagecloud docker registry by @nprizal in #193
Full Changelog: v0.9.1...v1.0.0-rc.1
Test Splitter v0.9.1
What's Changed
- [TET-367] Fix path bug when using shared examples. by @wooly in #188
- Update release pipeline with new AWS role and parameter store key by @nprizal in #192
Full Changelog: v0.9.0...v0.9.1
Test Splitter v0.9.0
What's Changed
- chore(deps): bump github.com/pact-foundation/pact-go/v2 from 2.0.6 to 2.0.7 by @dependabot in #158
- First cut of removing unused mode. by @wooly in #150
- Downcase runner and update pact. by @wooly in #159
- Parse Rspec output and retry failed tests explicitly by @nprizal in #156
- chore(deps): bump ruby from
9203979
to7bb0e1e
in /.buildkite by @dependabot in #165 - chore(deps): bump golang.org/x/tools from 0.23.0 to 0.24.0 by @dependabot in #162
- chore(deps): bump docker/library/golang from 1.21.12 to 1.23.0 in /.buildkite by @dependabot in #164
- Add option to set output file by @nprizal in #167
- Skip publishing pre-release version to Dockerhub by @nprizal in #168
- Prepare for Jest support. by @wooly in #169
- Add experimental jest support by @wooly in #166
- Skip pushing docker image to Dockerhub for prerelease by @nprizal in #171
- Rename {{outputFile}} to {{resultPath}} by @wooly in #173
- Stop appending
--format json --out ...
to Rspec command by @nprizal in #172 - Test splitter exits early if either STEP_ID or BUILD_ID are blank. by @wooly in #175
- Append --format progress to Rspec dry run every time by @nprizal in #174
- Update Split By Example implementation by @nprizal in #176
- Keep Jest result after each run by @nprizal in #179
- Fix up printed configuration errors. by @wooly in #170
- chore(deps): bump docker/library/golang from 1.23.0 to 1.23.1 in /.buildkite by @dependabot in #183
- chore(deps): bump ruby from 3.3.4-slim-bookworm to 3.3.5-slim-bookworm in /.buildkite by @dependabot in #184
- chore(deps): bump github.com/pact-foundation/pact-go/v2 from 2.0.7 to 2.0.8 by @dependabot in #186
- Filter tests regardless split by example on or off by @nprizal in #181
- Update node index and parallelism validation logic by @amybiyuliu in #182
- Update CHANGELOG.md for 0.9.0 by @wooly in #177
Full Changelog: v0.8.1...v0.9.0