diff --git a/release notes/v0.49.0.md b/release notes/v0.49.0.md index 202d16bca13..9618014465e 100644 --- a/release notes/v0.49.0.md +++ b/release notes/v0.49.0.md @@ -1,11 +1,11 @@ -k6 `v0.49.0` is here 🎉! This release includes: +k6 `v0.49.0` is here 🎉! This release: -- Add a built-in [web dashboard](https://grafana.com/docs/k6/latest/results-output/web-dashboard/) that displays test results in real time. -- Add `clear` functionality to the browser module's `locator` classes. -- Merge the gRPC experimental module back into the gRPC core module. -- Add the ability to get the selection from an element in `k6/html`. -- Collect internal modules and outputs used by a script. -- Get `k6/experimental/timers` ready to be stabilized. +- Adds a built-in [web dashboard](https://grafana.com/docs/k6/latest/results-output/web-dashboard/) that displays test results in real time. +- Introduces `clear` functionality to the browser module's `locator` classes. +- Merges the gRPC experimental module back into the gRPC core module. +- Enables the ability to get the selection from an element in `k6/html`. +- Collects internal modules and outputs used by a script. +- Prepares `k6/experimental/timers` for stabilization. ## Breaking changes @@ -34,7 +34,7 @@ Once enabled and the test script is running, navigate to [http://localhost:6565] #### Test report -The web dashboard also offers an [HTML test report](https://github.com/grafana/xk6-dashboard/blob/master/screenshot/k6-dashboard-html-report-screen-view.png?raw=true) for detailed analysis, enabling easy sharing and downloading capabilities for +The web dashboard also offers an HTML test report (see [an example](https://github.com/grafana/xk6-dashboard/blob/master/screenshot/k6-dashboard-html-report-screen-view.png?raw=true)) for detailed analysis, enabling easy sharing and downloading capabilities for collaboration. To access and download the report, click on the **Report** button in the dashboard's top right corner or use the `K6_WEB_DASHBOARD_EXPORT` environment variable. @@ -186,7 +186,7 @@ The data can let us know what percentage of our users will benefit from the intr - Lint fixes throughout 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). - [#3473](https://github.com/grafana/k6/pull/3473) refinements to the release process. - Dependency updates across k6 [#3500](https://github.com/grafana/k6/pull/3500), [#3501](https://github.com/grafana/k6/pull/3501), [#3502](https://github.com/grafana/k6/pull/3502), [#3503](https://github.com/grafana/k6/pull/3503), [#3509](https://github.com/grafana/k6/pull/3509), [#3513](https://github.com/grafana/k6/pull/3513), [#3537](https://github.com/grafana/k6/pull/3537), [#3539](https://github.com/grafana/k6/pull/3539), [#3540](https://github.com/grafana/k6/pull/3540). -- [#3489](https://github.com/grafana/k6/pull/3489) assign pull-requests via CODEOWNERS instead of with a specific GitHub Action. +- [#3489](https://github.com/grafana/k6/pull/3489) migrates pull-requests assignment to `CODEOWNERS` from GitHub Action. - [#3496](https://github.com/grafana/k6/pull/3496) checks for security issues with a scheduled trivy scan. - [#3517](https://github.com/grafana/k6/pull/3517) adds unit tests to the cloadapi package. This is the first contribution by external contributor @nilskch. Thanks for this @nilskch :bow:. - [#3520](https://github.com/grafana/k6/pull/3520) stops using deprecated by golang net.Dialer.DualStack option.