Skip to content

Commit

Permalink
mstoykov: final changes to the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Feb 7, 2025
1 parent b9131bd commit b7797ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release notes/v0.57.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ k6 `v0.57.0` is here 🎉! This release includes:

- [#4161](https://github.com/grafana/k6/pull/4161) Drops `k6/experimental/browser`. If you are still using it, please follow the [instructions](https://grafana.com/docs/k6/latest/using-k6-browser/migrating-to-k6-v0-52/) to move to the not experimental module.
- [#4133](https://github.com/grafana/k6/pull/4133) Moves all not publicly used API in `internal` package. This was based on the publicly available extensions for k6. And may break private ones. There is a good chance more APIs will be removed or changed in follow-up releases after this more mechanical change.
- [#4292](https://github.com/grafana/k6/pull/4292) Makes type stripping on by default and deprecates `experimental_enhanced` compatiblity-mode as it is no longer necessary. This means that now files with `.ts` extension will automatically work with k6.

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

Expand Down Expand Up @@ -135,6 +136,7 @@ See the [csv module's documentation](https://grafana.com/docs/k6/latest/javascri

- [#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-`.
- [#4513](https://github.com/grafana/k6/pull/4513) Adds support for `file` scheme URLs across file loading APIs - `open`, `k6/experimental/fs.open` and `k6/net/grpc.Client#load`.
- [#4517](https://github.com/grafana/k6/pull/4517) Switches from the legacy examples to quickpizza.grafana.com.

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

0 comments on commit b7797ca

Please sign in to comment.