diff --git a/release notes/v0.56.0.md b/release notes/v0.56.0.md index ac2ca8c4896..645f6ca0e47 100644 --- a/release notes/v0.56.0.md +++ b/release notes/v0.56.0.md @@ -7,6 +7,7 @@ k6 `v0.56.0` is here 🎉! This release includes: ## Breaking changes - [browser#1541](https://github.com/grafana/xk6-browser/pull/1541) Removes `accessibility-events` from a test, which is no longer a valid permission that can be granted by the latest version of Chromium/Chrome. +- [#4093](https://github.com/grafana/k6/pull/4093) Unexports `lib/consts.FullVersion` from the k6's Golang API. ### (_optional h3_) `` `#pr` @@ -18,7 +19,7 @@ _optional intro here_ While the browser module has been stabilized, the codebase was not moved inside of k6. -As part of the stabilization this is now also merged in the k6 codebase. In the following months we would move issues from the [xk6-brwoser](https://github.com/grafana/xk6-browser) repo and then archive it. +As part of the stabilization this is now also merged in the k6 codebase. In the following months we would move issues from the [xk6-browser](https://github.com/grafana/xk6-browser) repo and then archive it. _what, why, and what this means for the user_ @@ -31,6 +32,7 @@ _what, why, and what this means for the user_ _Format as ` . `_: - [browser#1536](https://github.com/grafana/xk6-browser/pull/1536) Removes `Headless` from the user agent to prevent test traffic from being blocked. +- [#4093](https://github.com/grafana/k6/pull/4093) Introduces a `--json` flag to a `k6 version` sub-command, which switches an output to a JSON format. ## Bug fixes @@ -40,6 +42,8 @@ _Format as ` . `_: - [browser#1538](https://github.com/grafana/xk6-browser/pull/1538) Fixes `frame.title`. - [browser#1542](https://github.com/grafana/xk6-browser/pull/1542) Fixes a panic which can occur when a frame navigates. - [browser#1547](https://github.com/grafana/xk6-browser/pull/1547) Fixes a panic due to events associated to stale frames. +- [browser#1552](https://github.com/grafana/xk6-browser/pull/1552) Fixes a panic for `locator.selectOption` when value is an object. +- [browser#1559](https://github.com/grafana/xk6-browser/pull/1559) Fixes a panic for `page.screenshot`. - [browser#1544](https://github.com/grafana/xk6-browser/pull/1544) Fixes a nil pointer dereference when calling `evaluate` or `evaluateHandle` with an invalid page function. - [#4058](https://github.com/grafana/k6/pull/4058) Fixes the namespaced object export when default is the only one available.