diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b796cf0d..a09efe7f8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.1" + ".": "1.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d89a4a0b..b8eab6b77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [1.12.0](https://github.com/grafana/k6-studio/compare/v1.11.1...v1.12.0) (2026-03-17) + + +### Features + +* **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)) + + +### Bug Fixes + +* **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)) +* 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)) +* **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)) +* **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)) +* remove survey banner ([#1125](https://github.com/grafana/k6-studio/issues/1125)) ([033e81a](https://github.com/grafana/k6-studio/commit/033e81aa1ad2eee6b82eabbfed964c2da16df82f)) +* 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)) + + +### Internal Changes + +* Add assistant feature toggle ([#1100](https://github.com/grafana/k6-studio/issues/1100)) ([e375792](https://github.com/grafana/k6-studio/commit/e3757928e5a21a4223c3b731120c43082ec90d82)) + + +### Miscellaneous Chores + +* Reduce sentry noise ([#1110](https://github.com/grafana/k6-studio/issues/1110)) ([2644b30](https://github.com/grafana/k6-studio/commit/2644b30a205cae2b13f52fffccdaaca5e82e9176)) + ## [1.11.1](https://github.com/grafana/k6-studio/compare/v1.11.0...v1.11.1) (2026-03-10) diff --git a/package-lock.json b/package-lock.json index 4442250a0..1f7cbf375 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "k6-studio", - "version": "1.11.1", + "version": "1.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "k6-studio", - "version": "1.11.1", + "version": "1.12.0", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { diff --git a/package.json b/package.json index 76ec29e54..1d1ed7bf3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "k6-studio", "productName": "k6 Studio", - "version": "1.11.1", + "version": "1.12.0", "description": "k6 Studio", "repository": "github:grafana/k6-studio", "main": ".vite/build/main.js",