Skip to content

5.2.0

Compare
Choose a tag to compare
@trowski trowski released this 07 Dec 00:42
· 3 commits to 5.x since this release
v5.2.0
3088887

What's Changed

  • Added inactivity timeout to SetRequestTimeout interceptor by @Nek- in #362
  • Fixed the exception type thrown by SizeLimitingReadableStream, changing it to StreamException to comply with the ReadableStream interface
  • Fixed body size limit of 0 (no limit) causing an exception when using DecompressingReadableStream
  • Fixed handling of GOAWAY frames from servers, allowing streams with an ID lower than that provided in the GOAWAY frame to complete before closing the connection (#366)

New Contributors

  • @Nek- made their first contribution in #362

Full Changelog: v5.1.0...v5.2.0