Skip to content

Releases: grafana/xk6

v0.3.0

19 Mar 15:40
Compare
Choose a tag to compare

Changelog

37699f1 Add support for building with forked k6 repositories
3252fcd Expand CI tests for latest 3 Go versions
c16253a Replace mention of plugins with extensions
a5ebc0d Run 'go mod tidy' to ensure modules files are consistent with the requirements

v0.2.0

03 Dec 14:57
d7e4293
Compare
Choose a tag to compare

Changelog

01dba9c Add gitignore
4ce3d1d Add race detector support; update readme
362c345 Assume Caddy v2 if no semantic version is available
1eaff74 Disable timeouts by default, make configurable (fix #15)
681037f Fix arg syntax if version is omitted
17a6063 Fix command passthrough to k6
23d4e0a Fix env var name, update readme
4f3e0ef Fix main.go generation when executing on a windows machine (#32)
1095882 Fix readme example... again
13c49c3 Fix runDev when running on windows (#33)
4a2cde9 Fix running 'go list' in vendored module
5a59fd8 Fix typo
40c0796 Greatly lengthen exec timeouts... for now
8266ddc Handle package import paths that are in subfolders of Go module path
a1e17ca Honor CGO_ENABLED environment variable (fix #17)
7e4f9a0 Housekeeping
97dd328 Improve docs
35c6866 Improve exported API, update docs
6f998da Improved cross-platform support
6004fc7 Initial commit
262a495 Make customized env effective (#9)
d7e4293 Merge pull request #5 from k6io/fix/cli-ux
9146f00 Minor improvements; print go list errors, strip trailing slashes
68d27a0 Only cleanup temporary file after run is over
823a072 Only run compiled binary if same platform (fixes #20)
3742b72 Optionally skip cleanup; fix cgo when race detector enabled
1f641a2 Remove Caddy-specific version fallback
1d18c58 Rename ModulePath -> PackagePath
d6b8119 Replace leftover xcaddy references with xk6
3e0f794 Rough s/xcaddy/xk6
dcc00b0 Support context cancellation and cleanup
b7fd102 Support go.mod replace version pinning (#27)
fd8e902 Support replacements and customizing the core version; update readme
3a44174 Treat dot replacement as CWD
53742c9 Update .gitignore (#31)
9583eb6 Update CI
1cc8e08 Update CLI; change command to 'xcaddy'; update readme
04cfe6e Update README with k6 examples, emphasize 'extensions' rather than 'plugins'
f337ff9 Update name to xcaddy
446eab4 Update readme
73596c8 Use binary from CWD to avoid it being ran from PATH
11baed0 Vendor deps
9933d7f added go-get instructions for xcaddy (#4)
22d8243 fix off-by-one error (#3)