Skip to content

Commit 69fe940

Browse files
chore(main): release 1.12.0 (#1109)
Co-authored-by: k6-release-app[bot] <214234727+k6-release-app[bot]@users.noreply.github.com>
1 parent 7494257 commit 69fe940

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-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.11.1"
2+
".": "1.12.0"
33
}

CHANGELOG.md

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

3+
## [1.12.0](https://github.com/grafana/k6-studio/compare/v1.11.1...v1.12.0) (2026-03-17)
4+
5+
6+
### Features
7+
8+
* **generator:** Move Validate and Run in Cloud buttons to Header ([#1112](https://github.com/grafana/k6-studio/issues/1112)) ([717fe3d](https://github.com/grafana/k6-studio/commit/717fe3d313ee536b768359557ca4a9c87c908c07))
9+
10+
11+
### Bug Fixes
12+
13+
* **autocorrelation:** Handle quota exceeded error in the UI ([#1113](https://github.com/grafana/k6-studio/issues/1113)) ([4d7c419](https://github.com/grafana/k6-studio/commit/4d7c419308272afca2bb1e10a187ce3f1d3aaa7e))
14+
* Binary request bodies are inlined as raw binary characters breaking the script ([#1120](https://github.com/grafana/k6-studio/issues/1120)) ([fe38e32](https://github.com/grafana/k6-studio/commit/fe38e32266beda6414e8a7bb96e28a749c543f14))
15+
* **browser-codegen:** Can't export browser test when recording contains implicit navigations ([#1107](https://github.com/grafana/k6-studio/issues/1107)) ([27f337a](https://github.com/grafana/k6-studio/commit/27f337a956f1996deada32c9a38ba90d3d3400c5))
16+
* **browser:** Actions are called after `page.close` when multiple actions are performed on same locator ([#1124](https://github.com/grafana/k6-studio/issues/1124)) ([7494257](https://github.com/grafana/k6-studio/commit/7494257695ea0b8c6777cd4a74bf3f695391d691))
17+
* remove survey banner ([#1125](https://github.com/grafana/k6-studio/issues/1125)) ([033e81a](https://github.com/grafana/k6-studio/commit/033e81aa1ad2eee6b82eabbfed964c2da16df82f))
18+
* Response is never sent when logs are sent from a browser test ([#1083](https://github.com/grafana/k6-studio/issues/1083)) ([eca2fcf](https://github.com/grafana/k6-studio/commit/eca2fcfdb5ecf23075e3b897c195529176b855b5))
19+
20+
21+
### Internal Changes
22+
23+
* Add assistant feature toggle ([#1100](https://github.com/grafana/k6-studio/issues/1100)) ([e375792](https://github.com/grafana/k6-studio/commit/e3757928e5a21a4223c3b731120c43082ec90d82))
24+
25+
26+
### Miscellaneous Chores
27+
28+
* Reduce sentry noise ([#1110](https://github.com/grafana/k6-studio/issues/1110)) ([2644b30](https://github.com/grafana/k6-studio/commit/2644b30a205cae2b13f52fffccdaaca5e82e9176))
29+
330
## [1.11.1](https://github.com/grafana/k6-studio/compare/v1.11.0...v1.11.1) (2026-03-10)
431

532

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.11.1",
4+
"version": "1.12.0",
55
"description": "k6 Studio",
66
"repository": "github:grafana/k6-studio",
77
"main": ".vite/build/main.js",

0 commit comments

Comments
 (0)