From 4c1b2bd2eee2ba17164576dfeb8e6f6c8880b594 Mon Sep 17 00:00:00 2001 From: Oleg Bespalov Date: Thu, 10 Aug 2023 15:18:17 +0200 Subject: [PATCH] Document xk6-grpc's change --- release notes/v0.46.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release notes/v0.46.0.md b/release notes/v0.46.0.md index 05fa29e5bff..cb43cef5b79 100644 --- a/release notes/v0.46.0.md +++ b/release notes/v0.46.0.md @@ -107,6 +107,7 @@ _Format as ` . `_: - [#3176](https://github.com/grafana/k6/pull/3176) Adds a `js/promises` package, which enables extension developers to easily create promises that will be dispatched to the eventloop using the `New` function. - [#3181](https://github.com/grafana/k6/pull/3181) Adds a `RunOnEventLoop` method to the `modulestest.Runtime` type, which allows extensions developers to run code on the event loop from their tests. +- [#xk6-grpc#19](https://github.com/grafana/xk6-grpc/pull/19) Writing to the closed GRPC stream no longer produce the EOF (end of file) error. Additionally, if no errors' handler were set up. The error is logged to the console. ## Bug fixes