From a48d493d56657fd16785fa177193dedf8a96f49d Mon Sep 17 00:00:00 2001 From: Jose Ulises Nino Rivera Date: Fri, 4 Jun 2021 18:18:49 -0500 Subject: [PATCH] release: add missing release notes for 0.4.1 (#1512) Signed-off-by: Jose Nino --- docs/root/intro/version_history.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/root/intro/version_history.rst b/docs/root/intro/version_history.rst index 8b1b723a01..2c4b0d1430 100644 --- a/docs/root/intro/version_history.rst +++ b/docs/root/intro/version_history.rst @@ -1,6 +1,24 @@ Version history --------------- +0.4.1 (May 28, 2021) +==================== + +Bugfixes: + +- Fixes platform-bridged filters crash when resumed asynchronously after stream termination. +- Disables route timeout by default. + +Features: + +- Connection classes will open minimum of 2 under most circumstances to a given endpoint and distribute requests between them (previously, only 1). +- Adds Pulse support for stats tags. +- Enables configuration of stream idle timeout. +- Introduces a Python interface compatible with the popular Requests library. +- Adds experimental QUIC integration test. +- Adds pure JVM support. + + 0.4.0 (March 23, 2021) ======================