From b7797ca611819f55d4ca5d77a64d753f8442c2a7 Mon Sep 17 00:00:00 2001 From: Mihail Stoykov Date: Fri, 7 Feb 2025 10:34:17 +0200 Subject: [PATCH] mstoykov: final changes to the release notes --- release notes/v0.57.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release notes/v0.57.0.md b/release notes/v0.57.0.md index b06b18b006a..1541362a21a 100644 --- a/release notes/v0.57.0.md +++ b/release notes/v0.57.0.md @@ -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_) `` `#pr` @@ -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 ` . `_: