v11.8.0v11.7.0
Reading changes from the repo…
init
hook receives a proper object instead of undefined
. This improves the reliability of your custom configurations. beforeRetry
hook now supports streaming bodies that differ from the original request, allowing for more flexible retry scenarios without needing to buffer data in memory. lookup
option is now available, providing clarity on its usage and enhancing the overall user experience. 0
were incorrectly sent with a content-length
of 0
. The library now uses chunked
transfer encoding for such files, improving file upload handling.