Skip to content

3.3.0

Compare
Choose a tag to compare
@trowski trowski released this 28 Dec 23:24
· 5 commits to 3.x since this release
v3.3.0
4b580fe

What's Changed

  • RequestBody now implements Stringable so the entire request body can be buffered by simply casting the object to a string (note the request body length limits still apply).
  • Fixed the HTTP/2 initial window size being potentially larger than the client would accept.
  • Fixed incrementing the HTTP/2 window size if the body size limit is very large.
  • ClientException now extends Amp\ByteStream\StreamException to avoid violating the ReadableStream interface by throwing a non-StreamException from a stream method.

New Contributors

Full Changelog: v3.2.0...v3.3.0