3.3.0
What's Changed
RequestBody
now implementsStringable
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 extendsAmp\ByteStream\StreamException
to avoid violating theReadableStream
interface by throwing a non-StreamException
from a stream method.
New Contributors
- @cwhite92 made their first contribution in #353
- @foremtehan made their first contribution in #356
Full Changelog: v3.2.0...v3.3.0