Releases: CodSpeedHQ/action
Releases · CodSpeedHQ/action
v2.2.1
What's changed
- Bump CodSpeedHQ/runner to v2.2.1
Check the runner release notes for more details.
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's changed
- feat: upload execution logs to ease debugging, see CodSpeedHQ/runner#14
Full Changelog: v2.1.1...v2.2.0
v2.1.1
What's changed
- feat: integrate the mongodb instrument, see CodSpeedHQ/runner#9
- fix(instruments): use IP address instead of localhost for MongoDB URI, see CodSpeedHQ/runner#13
Full Changelog: v2.0.3...v2.1.1
v2.0.3
What's changed
- fix: bump cargo-dist to remove broken pipe logs, see CodSpeedHQ/runner#12, fixes #89
- fix(uploader): handle error response when retrieving upload data, see CodSpeedHQ/runner#11
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's changed
- fix: control the environment when running
cargo-codspeed
, by @adriencaccia in CodSpeedHQ/runner#8
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
Full Changelog: v1...v2.0.0
This major update greatly simplifies the action and moves all the core logic to the https://github.com/CodSpeedHQ/runner repo.
Updating is as easy as changing CodSpeedHQ/action@v1
to CodSpeedHQ/action@v2
.
What's changed
- feat: integrate the native runner with a composite action by @art049 and @adriencaccia in #86
Breaking changes
upload_url
input is nowupload-url
pytest-codspeed
is no longer installed automatically by this action
v1.8.1
What's Changed
- fix: update apt registry before installing valgrind by @adriencaccia in #80
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
Added
Internals
- Update documentation examples by @adriencaccia in #76
Full Changelog: v1.7.1...v1.8.0