Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add recent browser PR merges to release notes #3709

Merged
merged 2 commits into from
Apr 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions release notes/v0.51.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,16 @@ _what, why, and what this means for the user_

_Format as `<number> <present_verb> <object>. <credit>`_:

- _`#999` Gives terminal output prettier printing. Thanks to `@person` for the help!_
- `#pr` `<description>`
- `#pr` `<description>`
- [browser#1259](https://github.com/grafana/xk6-browser/pull/1259), [browser#1260](https://github.com/grafana/xk6-browser/pull/1260) adds errors to the traces that the browser module generates.

## Bug fixes

_Format as `<number> <present_verb> <object>. <credit>`_:
- _`#111` fixes race condition in runtime_
- [browser#1261](https://github.com/grafana/xk6-browser/pull/1261) fixes dispose context canceled errors.

## Maintenance and internal improvements

_Format as `<number> <present_verb> <object>. <credit>`_:
- _`#2770` Refactors parts of the JS module._
- [browser#1262](https://github.com/grafana/xk6-browser/pull/1262) fixes a flaky test.
- [browser#1264](https://github.com/grafana/xk6-browser/pull/1264) removes unimplemented APIs.

## _Optional_ Roadmap

Expand Down
Loading