Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.57.0 #4511

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions release notes/v0.57.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
k6 `v0.57.0` is here 🎉! This release includes:

- (_optional_) `<highlight of breaking changes>`
- `<Summary of new features>` (_one or multiple bullets_)


## Breaking changes

- `#pr`, `<small_break_1>`
- `#pr`, `<small_break_2>`

### (_optional h3_) `<big_breaking_change>` `#pr`

## New features

_optional intro here_

### `<big_feature_1>` `#pr`

_what, why, and what this means for the user_

### `<big_feature_n>` `#pr`

_what, why, and what this means for the user_

## UX improvements and enhancements

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

_Format as `<number> <present_verb> <object>. <credit>`_:

- _`#999` Gives terminal output prettier printing. Thanks to `@person` for the help!_
- `#pr` `<description>`
- `#pr` `<description>`

## Bug fixes

- [#4174](https://github.com/grafana/k6/pull/4174) Fixes an NPD during a click, which could occur when either the load generator or chrome instance were under a lot of load.
- [#4192](https://github.com/grafana/k6/pull/4192) Fixes a potential memory leak.
- [#4280](https://github.com/grafana/k6/pull/4280) Fixes an NPD by not disposing of the original handle.
- [#4184](https://github.com/grafana/k6/pull/4184) Fixes some browser Windows tests.
- [#4288](https://github.com/grafana/k6/pull/4288) Cleans up browser download path artifacts after a test run.

## Maintenance and internal improvements

- [#4191](https://github.com/grafana/k6/pull/4191) Removes BaseEventEmitter from components that don't work with it.
- [#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.
- [#4188](https://github.com/grafana/k6/pull/4188), [#4190](https://github.com/grafana/k6/pull/4190) Merge xk6-webcrypto extension code into the k6.
- [#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.
- [#4198](https://github.com/grafana/k6/pull/4198) Adds a multiple forward-slash test case. Thanks, @apatruni for the contribution!

## _Optional_ Roadmap

_Discussion of future plans_
Loading