From 0cdcb750a4e5852076d158c6ac4b11115eb6ff31 Mon Sep 17 00:00:00 2001 From: cfug-dev <47591151+cfug-dev@users.noreply.github.com> Date: Wed, 22 Nov 2023 02:26:59 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20dio=20v5.3.4=20Triggered=20by=20?= =?UTF-8?q?@AlexV525=20on=20https://github.com/cfug/dio/issues/1633#issuec?= =?UTF-8?q?omment-1821989231?= 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 7c05a1bff..46ed860db 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.4 + - Raise warning for `Map`s other than `Map` when encoding request data. - Improve exception messages. - Allow `ResponseDecoder` and `RequestEncoder` to be async. diff --git a/dio/pubspec.yaml b/dio/pubspec.yaml index b52facd40..910d569c6 100644 --- a/dio/pubspec.yaml +++ b/dio/pubspec.yaml @@ -1,5 +1,5 @@ name: dio -version: 5.3.3 +version: 5.3.4 description: | A powerful HTTP networking package,