Only major and breaking changes are listed
- Binary/iodata terms given as arguments to
req
are now copied and processed on another thread to keep call times below 1 ms - Unrecognised options now raise an exception
- Streaming request and response bodies
- Breaking change: async message format
- Tokio runtime controlled from erlang
- Breaking change:
erqwest
application now needs to be started before use
- Breaking change:
- Support for cancelling requests
- Gzip support
- Cookies support
- Proxy support
- Follow redirects is now on by default (consistent with reqwest's default)
- Initial release