Skip to content

Commit

Permalink
Documents Oleg's changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbespalov authored and ankur22 committed Jan 6, 2025
1 parent efb697d commit 6882c74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion release notes/v0.56.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_) `<big_breaking_change>` `#pr`

Expand All @@ -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_

Expand All @@ -31,6 +32,7 @@ _what, why, and what this means for the user_
_Format as `<number> <present_verb> <object>. <credit>`_:

- [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

Expand All @@ -40,6 +42,8 @@ _Format as `<number> <present_verb> <object>. <credit>`_:
- [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.

Expand Down

0 comments on commit 6882c74

Please sign in to comment.