Skip to content

Commit 88885ca

Browse files
chore: release 0.4.0
1 parent 965928d commit 88885ca

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/grafana/xk6-sm/compare/v0.3.0...v0.4.0) (2025-03-06)
4+
5+
6+
### Features
7+
8+
* update k6 to 0.57.0 ([0389dce](https://github.com/grafana/xk6-sm/commit/0389dcea4ca707f7b3df46ec193b9e65e9dc7a13))
9+
10+
11+
### Fixes
12+
13+
* correctly handle __raw_url__ by replacing url with it if present ([1b9b29d](https://github.com/grafana/xk6-sm/commit/1b9b29d868c5dcda37a25a58aa655c54dcf77122))
14+
* handle abbreviated `proto` tags such as `h2` or `h3` ([7a3393e](https://github.com/grafana/xk6-sm/commit/7a3393e00e1e42813a6bc8237e43b4c639fdcba4))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* integration: add tests for __raw_url__ handling ([67c8086](https://github.com/grafana/xk6-sm/commit/67c80866e38f82902731e8028ff8f93551790e43))
20+
* integration: extract script run to a helper function ([965928d](https://github.com/grafana/xk6-sm/commit/965928d23c60ac5d3a8a4229b79d85887a21e706))
21+
* integration: increase k6 timeout ([8873a57](https://github.com/grafana/xk6-sm/commit/8873a5743a77c40fdf7ca1972e3cac3fab092be2))
22+
* integration: log k6 output if it fails to run ([96ff5a5](https://github.com/grafana/xk6-sm/commit/96ff5a59de30d5dbb8d62a01ca6882c3a3aee2aa))
23+
* README: clarify this repo is not to be used by SM end users ([#71](https://github.com/grafana/xk6-sm/issues/71)) ([e456446](https://github.com/grafana/xk6-sm/commit/e4564463db1cdb70fe36b55a2600ed19c59d361b))
24+
* Update actions/create-github-app-token digest to 21cfef2 ([cc5c756](https://github.com/grafana/xk6-sm/commit/cc5c756172b7b59cfa5b505af989a0ba0ff295e7))
25+
* Update dependency go to v1.24.1 ([#76](https://github.com/grafana/xk6-sm/issues/76)) ([9e7b76c](https://github.com/grafana/xk6-sm/commit/9e7b76c8a418fb6f0b35e2ba55e89530ee504d7f))
26+
* use non-deprecated prometheus format selection ([7c3de2a](https://github.com/grafana/xk6-sm/commit/7c3de2aa9f32538715daab1b8559287415eb67ab))
27+
328
## [0.3.0](https://github.com/grafana/xk6-sm/compare/v0.2.0...v0.3.0) (2025-02-26)
429

530

0 commit comments

Comments
 (0)