From 56204c4ae8957c91051b059e9d8f151c6410eb17 Mon Sep 17 00:00:00 2001 From: codebien <2103732+codebien@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:24:52 +0200 Subject: [PATCH] Removed protobuf wrappers duplicated issue --- release notes/v0.47.0.md | 1 - 1 file changed, 1 deletion(-) diff --git a/release notes/v0.47.0.md b/release notes/v0.47.0.md index e4e29444d87..97d1fdc0dc4 100644 --- a/release notes/v0.47.0.md +++ b/release notes/v0.47.0.md @@ -71,7 +71,6 @@ Allows users to register a handler to be executed every time the `console` API m - [xk6-grpc#47](https://github.com/grafana/xk6-grpc/pull/47) Fix the premature closing of the stream when a stream's client has finished sending. Thanks, @thiagodpf, for reporting! - [#3344](https://github.com/grafana/k6/pull/3344), [xk6-grpc#49](https://github.com/grafana/xk6-grpc/pull/49) adds (fixes) the support of google protobuf wrappers. Thanks, @zibul444, for reporting! - [#3346](https://github.com/grafana/k6/pull/3346) A data race when `http.batch` it is used with binary response has been fixed. -- [#3344](https://github.com/grafana/k6/pull/3344) The gRPC module supports now the Google protobuf wrappers as expected. - [#3308](https://github.com/grafana/k6/pull/3308) `goja` version has been updated and it fixes a compiler bug when class is declared in a function with argument. - [browser#1040](https://github.com/grafana/xk6-browser/pull/1040) fix the `context.clearCookies()` method to clear all cookies from the current browser context. - [browser#1031](https://github.com/grafana/xk6-browser/pull/1031) fix the `expires` field while adding cookies using the `context.addCookie()` method.