3.3.0
What's Changed
RequestBodynow implementsStringableso 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.
ClientExceptionnow extendsAmp\ByteStream\StreamExceptionto avoid violating theReadableStreaminterface by throwing a non-StreamExceptionfrom 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