None.
- Improves memory allocating when using
CancelToken
.
- Remove client stream termination in
Http2Adapter
.
- Wrap
SocketException
inDioExceptionType.connectionError
instead ofDioExceptionType.unknown
.
- Fix cancellation for streamed responses and downloads.
- Fix progress for streamed responses and downloads.
- Bump minimum Dart SDK to 3.0.0 as required by the
http2
package. - Allows
HTTP/1.0
when connecting to proxies. - Add the ability to use a fallback
HttpClientAdapter
when HTTP/2 is unavailable for the current request.
- Support non-TLS connection requests.
- Improve the implementation of
receiveTimeout
. - Add more header value types implicit support.
- Implement
sendTimeout
andreceiveTimeout
for the adapter. - Fix redirect not working when requestStream is null.
- Ignores
Duration.zero
timeouts.
- Add topics to packages.
- Fix cached
initFuture
not remove when throw exception.
- Replace
DioError
withDioException
.
- Support proxy for the adapter.
- Improve code formats according to linter rules.
- For the
dio
's 5.0 release. - Add
validateCertificate
forClientSetting
.
- support dio 4.0.0
- support null-safety
- support dio 4.x
- merge #760
- Support redirect
- A Dio HttpAdapter which support Http/2.0.