Skip to content

Commit

Permalink
Use present tense
Browse files Browse the repository at this point in the history
  • Loading branch information
inancgumus committed Feb 6, 2025
1 parent 0cb4b09 commit 07b48dd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions release notes/v0.57.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ will be parsed into the following JavaScript objects:

See the [csv module's documentation](https://grafana.com/docs/k6/latest/javascript-api/k6-experimental/csv/) for more information.

- [#4176](https://github.com/grafana/k6/pull/4176) Warn on using shorthand options when that override scenarios.
- [#4176](https://github.com/grafana/k6/pull/4176) Warns on using shorthand options when that override scenarios.

- [#4293](https://github.com/grafana/k6/pull/4293) Renames browser data directory name prefix from `xk6-browser-data-` to `k6browser-data-`.

Expand All @@ -148,19 +148,19 @@ _Format as `<number> <present_verb> <object>. <credit>`_:

## Maintenance and internal improvements

- [#4131](https://github.com/grafana/k6/pull/4131) Move experimental websocket code withing k6 codebase.
- [#4131](https://github.com/grafana/k6/pull/4131) Moves experimental websocket code withing k6 codebase.
- [#4143](https://github.com/grafana/k6/pull/4143) Fixes for k6packager workflow building image to do k6 releases.
- [#4172](https://github.com/grafana/k6/pull/4172) Drops slack URL from the README.
- [#4173](https://github.com/grafana/k6/pull/4173) Updates dependencies in gRPC example server.
- [#4187](https://github.com/grafana/k6/pull/4187) Remove packaging folder from browser module - not needed after it was moved to k6 codebase.
- [#4187](https://github.com/grafana/k6/pull/4187) Removes packaging folder from browser module - not needed after it was moved to k6 codebase.
- [#4188](https://github.com/grafana/k6/pull/4188), [#4190](https://github.com/grafana/k6/pull/4190) Merge xk6-webcrypto extension code into the k6.
- [#4189](https://github.com/grafana/k6/pull/4189) Use modulestest to make experimental streams test simpler.
- [#4189](https://github.com/grafana/k6/pull/4189) Uses `modulestest` to make experimental streams test simpler.
- [#4191](https://github.com/grafana/k6/pull/4191) Removes BaseEventEmitter from components that don't work with it.
- [#4201](https://github.com/grafana/k6/pull/4201) Add more dependencies to dependabot.
- [#4212](https://github.com/grafana/k6/pull/4212) Fix grpc tests after update to golang internal test certificates.
- [#4213](https://github.com/grafana/k6/pull/4213) Update k6-taskqueue-lib to v0.1.3.
- [#4271](https://github.com/grafana/k6/pull/4271) Run dependabot weekly instead of daily.
- [#4275](https://github.com/grafana/k6/pull/4275) Fix browser working with reused VUs that originally weren't used in browser scenarios.
- [#4201](https://github.com/grafana/k6/pull/4201) Adds more dependencies to dependabot.
- [#4212](https://github.com/grafana/k6/pull/4212) Fixes grpc tests after update to golang internal test certificates.
- [#4213](https://github.com/grafana/k6/pull/4213) Updates k6-taskqueue-lib to v0.1.3.
- [#4271](https://github.com/grafana/k6/pull/4271) Runs dependabot weekly instead of daily.
- [#4275](https://github.com/grafana/k6/pull/4275) Fixes browser working with reused VUs that originally weren't used in browser scenarios.
- [#4276](https://github.com/grafana/k6/pull/4276) REST API stays on while outputs are flushing, only stopping after that.
- [#4294](https://github.com/grafana/k6/pull/4294) TestStreamLogsToLogger: increase wait time to get less flakiness.
- [#4504](https://github.com/grafana/k6/pull/4504), [#4209](https://github.com/grafana/k6/pull/4209), [#4208](https://github.com/grafana/k6/pull/4208), [#4196](https://github.com/grafana/k6/pull/4196), [#4195](https://github.com/grafana/k6/pull/4195), [#4193](https://github.com/grafana/k6/pull/4193), [#4177](https://github.com/grafana/k6/pull/4177), [#4163](https://github.com/grafana/k6/pull/4163), [#4151](https://github.com/grafana/k6/pull/4151), [#4213](https://github.com/grafana/k6/pull/4213) Update direct dependencies.
Expand Down

0 comments on commit 07b48dd

Please sign in to comment.