Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Oleg Bespalov <oleg.bespalov@grafana.com>
  • Loading branch information
mstoykov and olegbespalov authored Jan 26, 2024
1 parent 5617b7c commit 8977991
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions release notes/v0.49.0.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 8977991

Please sign in to comment.