Skip to content

Commit

Permalink
Add more PRs to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Jan 6, 2025
1 parent ed1f9df commit bd6fead
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion release notes/v0.56.0.md
Original file line number Diff line number Diff line change
@@ -35,6 +35,7 @@ _Format as `<number> <present_verb> <object>. <credit>`_:
- [#4093](https://github.com/grafana/k6/pull/4093) Introduces a `--json` flag to a `k6 version` sub-command, which switches an output to a JSON format.
- [browser#1553](https://github.com/grafana/xk6-browser/pull/1553) Reduces logging noise produced by the browser module.
- [#4140](https://github.com/grafana/k6/pull/4140) Tags browser module metrics with a `resource_type` tag which can be one of these values: `"Document"`, `"Stylesheet"`, `"Image"`, `"Media"`, `"Font"`, `"Script"`, `"TextTrack"`, `"XHR"`, `"Fetch"`, `"Prefetch"`, `"EventSource"`, `"WebSocket"`, `"Manifest"`, `"SignedExchange"`, `"Ping"`, `"CSPViolationReport"`, `"Preflight"`, `"Other"`, or `"Unknown"`.
- [#4092](https://github.com/grafana/k6/pull/4092) Populates `__ENV.K6_CLOUDRUN_TEST_RUN_ID` with the corresponding value for local executions streaming results to the Cloud: `k6 cloud run --local-execution`.

## Bug fixes

@@ -65,7 +66,9 @@ _Format as `<number> <present_verb> <object>. <credit>`_:
- [#4047](https://github.com/grafana/k6/pull/4047) Uses `(*Regexp).MatchString` to avoid unnecessary `[]byte` conversions. Thanks, @Juneezee for the contribution.
- [#4055](https://github.com/grafana/k6/pull/4055) Updates release template.
- [#4143](https://github.com/grafana/k6/pull/4143) Fix k6packager workflow which also broke v0.55.1 initial release.

- [#4063](https://github.com/grafana/k6/pull/4063) Updates usage report to return whether k6 was ran from CI.
- [#4072](https://github.com/grafana/k6/pull/4072) Uses the precompiled 'gotip' on the xk6 workflow.
- [#4084](https://github.com/grafana/k6/pull/4084) Updates usage report to return usage of the deprecated 'ext.loadimpact' option.

## _Optional_ Roadmap

0 comments on commit bd6fead

Please sign in to comment.