From 551c93fbeb02e2df92c46e405bc440c67a3ca44d Mon Sep 17 00:00:00 2001 From: cfug-dev <47591151+cfug-dev@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:13:02 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20dio=20v5.7.0=20Triggered=20by=20?= =?UTF-8?q?@ueman=20on=20https://github.com/cfug/dio/issues/1633#issuecomm?= =?UTF-8?q?ent-2326254228?= 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 edfc586db..e319e0ed4 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.7.0 + - Graceful handling of responses with nonzero `Content-Length`, `Content-Type` json, but empty body - Empty responses are now transformed to `null` diff --git a/dio/pubspec.yaml b/dio/pubspec.yaml index 21360a352..dc2a19070 100644 --- a/dio/pubspec.yaml +++ b/dio/pubspec.yaml @@ -1,5 +1,5 @@ name: dio -version: 5.6.0 +version: 5.7.0 description: | A powerful HTTP networking package,