Skip to content

Commit

Permalink
release: add missing release notes for 0.4.1 (#1512)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Nino <[email protected]>
  • Loading branch information
junr03 authored Jun 4, 2021
1 parent 36aef3a commit a48d493
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/root/intro/version_history.rst
Original file line number Diff line number Diff line change
@@ -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)
======================

Expand Down

0 comments on commit a48d493

Please sign in to comment.