Skip to content

v0.4.1.05282021

Compare
Choose a tag to compare
@goaway goaway released this 28 May 18:23
· 812 commits to main since this release
5013633

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.