Skip to content

Commit 5013383

Browse files
chore(main): release 1.5.0 (#747)
Co-authored-by: k6-release-app[bot] <214234727+k6-release-app[bot]@users.noreply.github.com>
1 parent c8ad5ed commit 5013383

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "1.5.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/grafana/k6-studio/compare/v1.4.0...v1.5.0) (2025-06-24)
4+
5+
6+
### Features
7+
8+
* Display recent URLs in Recorder ([#748](https://github.com/grafana/k6-studio/issues/748)) ([815762f](https://github.com/grafana/k6-studio/commit/815762f2bf7bbbe1cc60efc88d7e344335c7255a))
9+
10+
11+
### Bug Fixes
12+
13+
* Add support for Chromium path from Flatpak ([#750](https://github.com/grafana/k6-studio/issues/750)) ([b35b9ea](https://github.com/grafana/k6-studio/commit/b35b9eae4c811447f575856fcebbaaf25ce78ced))
14+
* Cloud sign-in fails when user is behind a network proxy ([#756](https://github.com/grafana/k6-studio/issues/756)) ([660399d](https://github.com/grafana/k6-studio/commit/660399dd77fc6fdff9c747b0ca7561e99c167a7d))
15+
* Threshold metric for http_req_failed ([#734](https://github.com/grafana/k6-studio/issues/734)) ([bc84b7e](https://github.com/grafana/k6-studio/commit/bc84b7eed5f172f2f617901efc5771ea397dc5b8))
16+
17+
18+
### Miscellaneous Chores
19+
20+
* update k6 version to v1.0.0 ([#760](https://github.com/grafana/k6-studio/issues/760)) ([c8ad5ed](https://github.com/grafana/k6-studio/commit/c8ad5edb384c6805ce4cf7fd62bf6f475672bc71))
21+
322
## [1.4.0](https://github.com/grafana/k6-studio/compare/v1.3.0...v1.4.0) (2025-06-11)
423

524

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "k6-studio",
33
"productName": "k6 Studio",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"description": "k6 Studio",
66
"repository": "github:grafana/k6-studio",
77
"main": ".vite/build/main.js",

0 commit comments

Comments
 (0)