What's new
- Revert changes to
CancelToken.cancel()
behavior, as a result theDioError
provided by theCancelToken.cancelError
does not contain useful information
when the token was not used with a request. - Fix wrong
ListFormat
being used for comparison during encoding ofFormData
andapplication/x-www-form-urlencoded
, resulting in potential wrong output encoding
forListFormat.multi
andListFormat.multiCompatible
since Dio 4.0.x. - Respect
Options.listFormat
when encodingx-www-url-encoded
content.