Skip to content

Commit

Permalink
Add PRs for browser issue 981
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Dec 15, 2023
1 parent aa9b759 commit 90578ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release notes/v0.49.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ k6 `v0.49.0` is here 🎉! This release includes:


- [#3494](https://github.com/grafana/k6/pull/3494) stop pushing `loadimpact/k6` docker image. If you are still using it is recommend that you start using `grafana/k6`
- [browser#1111](https://github.com/grafana/xk6-browser/pull/1111) removes `timeout` option for `isVisible` and `isHidden` since the API no longer waits for the element to appear on the page.


### (_optional h3_) `<big_breaking_change>` `#pr`
Expand All @@ -34,11 +35,13 @@ _what, why, and what this means for the user_
- [#3485](https://github.com/grafana/k6/pull/3485) fixes the rest API always logging it returned 200, which was found as part of fixing lint issues in the code.
- [browser#1129](https://github.com/grafana/xk6-browser/pull/1129) mitigates the risk of panics when the website under test uses the `console`.
- [browser#1133](https://github.com/grafana/xk6-browser/pull/1133) fixes `BigInt` parsing.
- [browser#1108](https://github.com/grafana/xk6-browser/pull/1108), [browser#1110](https://github.com/grafana/xk6-browser/pull/1110) fixes `isVisible` and `isHidden` so that it does not wait for an element to match with the given `selector`, allowing it to continue on with the test script when elements are not on the page.

## Maintenance and internal improvements

- A lot of lint fixes through out the k6 code base [#3460](https://github.com/grafana/k6/pull/3460), [#3462](https://github.com/grafana/k6/pull/3462), [#3463](https://github.com/grafana/k6/pull/3463), [#3478](https://github.com/grafana/k6/pull/3478), [#3479](https://github.com/grafana/k6/pull/3479), [#3480](https://github.com/grafana/k6/pull/3480), [#3481](https://github.com/grafana/k6/pull/3481), [#3482](https://github.com/grafana/k6/pull/3482), [#3483](https://github.com/grafana/k6/pull/3483), [#3484](https://github.com/grafana/k6/pull/3484), [#3485](https://github.com/grafana/k6/pull/3485), [#3495](https://github.com/grafana/k6/pull/3495).
- [browser#1134](https://github.com/grafana/xk6-browser/pull/1134) adds a new error type when parsing objects.
- [browser#1107](https://github.com/grafana/xk6-browser/pull/1107), [browser#1109](https://github.com/grafana/xk6-browser/pull/1109) refactor internals.

## _Optional_ Roadmap

Expand Down

0 comments on commit 90578ac

Please sign in to comment.