None.
- Add topics to packages.
- Replace
DioError
withDioException
.
- Bump cookie_jar from 3.0.0 to 4.0.0. Upgrading to this version will lose all previous cookies.
- Fix cookie not applied to the original destination during redirect handling.
- Resolves the location for cookies during redirect handling.
- Allow
Set-Cookie
to be parsed in redirect responses. - Fix new cookies being replaced by old cookies with the same name.
- Sort the cookie by path (longer path first).
- Fix empty cookie parsing and header value set.
- Improve code formats according to linter rules.
- Fix #1651
- Fix #1674
- For the
dio
's 5.0 release.
- support dio 4.0.0
- support nullsafety
- First stable version
- A cookie manager for Dio.