From e605df5582d0217136c8d92371b621a398f9a8da Mon Sep 17 00:00:00 2001 From: oleiade Date: Fri, 22 Mar 2024 10:01:48 +0100 Subject: [PATCH] Add release changes top-level summary --- release notes/v0.50.0.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/release notes/v0.50.0.md b/release notes/v0.50.0.md index 99f29da2152..f263dffac1e 100644 --- a/release notes/v0.50.0.md +++ b/release notes/v0.50.0.md @@ -1,12 +1,13 @@ -k6 `v0.50.0` is here 🎉! This release includes: - -- (_optional_) `` -- `` (_one or multiple bullets_) +k6 `v0.50.0` is here 🎉! +This release: +- Adds support for uploading files from the browser module. +- Introduces the `options.cloud` option. +- Stabilizes the previously experimental timers module as the `k6/timers` module. +- Brings JSON Web Key support to the `k6/experimental/webcrypto` module. ## Breaking changes -- `#pr`, `` - [websockets#60](https://github.com/grafana/xk6-websockets/pull/60) allows manually setting the `name` tag, which also overwrites the `url` tag with the `name` value. This change makes it consistent with the logic that was implemented in k6 v0.41. Thanks, @mkadirtan for contributing! ### Browser APIs to Async