Skip to content

Commit

Permalink
Add PRs for issue #987
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Dec 15, 2023
1 parent 4e87e87 commit aa9b759
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release notes/v0.49.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,18 @@ _what, why, and what this means for the user_
## UX improvements and enhancements

- [#3440](https://github.com/grafana/k6/pull/3440) use built-in certificates if none are provided by the OS. Thanks to `@mem` for wokring on it!
- [browser#1135](https://github.com/grafana/xk6-browser/pull/1135) improves the array output from `console` in the k6 logs.

## Bug fixes

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

## 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.

## _Optional_ Roadmap

Expand Down

0 comments on commit aa9b759

Please sign in to comment.