Releases: CodSpeedHQ/action
Releases · CodSpeedHQ/action
Release list
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_urlinput is nowupload-urlpytest-codspeedis 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
v1.7.1
v1.7.0
🎉 What's Changed
-
A fork of valgrind is now used, allowing us to generate execution traces with Node and Python.
-
V8 flags previously set as an environment variable
CODSPEED_V8_FLAGSare now handled directly by the integration library and injected to Nodejs through our custom node executable.
📚 Details
Features
- feat: add request retries by @art049 in #68
- feat: check the installed valgrind version by @art049 in #69
- feat: allow callgraph generation with perf maps by @art049 in #70
- feat: add custom node script by @adriencaccia in #72
- feat: retrieve the v8 flags from @codspeed/core by @art049 in #74
- feat: only display custom node script debug messages when CODSPEED_DEBUG=true by @adriencaccia in #75
Fixes
- chore: update pnpm and node/pnpm setups by @adriencaccia in #71
- fix: throw and stop the execution when the benchmark process fails by @art049 in #73
Full Changelog: v1.6.0...v1.7.0