From 179d2ff678bf91eaa28a7691fd5a6c7436755813 Mon Sep 17 00:00:00 2001 From: cfug-dev <47591151+cfug-dev@users.noreply.github.com> Date: Fri, 22 Sep 2023 03:15:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20dio=20v5.3.3=20Triggered=20by=20?= =?UTF-8?q?@AlexV525=20on=20https://github.com/cfug/dio/issues/1633#issuec?= =?UTF-8?q?omment-1730745138?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dio/CHANGELOG.md | 4 ++++ dio/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dio/CHANGELOG.md b/dio/CHANGELOG.md index f3df5e24e..39e232812 100644 --- a/dio/CHANGELOG.md +++ b/dio/CHANGELOG.md @@ -5,6 +5,10 @@ See the [Migration Guide][] for the complete breaking changes list.** ## Unreleased +*None.* + +## 5.3.3 + - Fix failing requests throw `DioException`s with `.unknown` instead of `.connectionError` on `SocketException`. - Removes the accidentally added `options` argument for `Options.compose`. - Fix wrong formatting of multi-value header in `BrowserHttpClientAdapter`. diff --git a/dio/pubspec.yaml b/dio/pubspec.yaml index f4d51342d..b52facd40 100644 --- a/dio/pubspec.yaml +++ b/dio/pubspec.yaml @@ -1,5 +1,5 @@ name: dio -version: 5.3.2 +version: 5.3.3 description: | A powerful HTTP networking package,