Skip to content

4.0.0 RC3

Pre-release
Pre-release

Choose a tag to compare

@trowski trowski released this 09 Sep 14:33
9f136fb

Note: This is a pre-release, there might be breaking changes in the final stable version.

  • Added TimeoutInterceptor that automatically sets request timeouts when used in a Client interceptor stack (#188).
  • HTTP/2 protocol is now declared as "2" instead of "2.0" in requests and responses (see https://http2.github.io/faq/#is-it-http20-or-http2).
  • Pushed requests are no longer modified by interceptors extending ModifyRequest.
  • Fixed cancellation of requests over HTTP/2.
  • Fixed timeouts of requests over HTTP/2.
  • Fixed remaining HTTP/2 stream calculations.