From ccc76668fba863c95465217dec1e3c1af52d306f Mon Sep 17 00:00:00 2001 From: cfug-dev <47591151+cfug-dev@users.noreply.github.com> Date: Wed, 28 Feb 2024 01:41:55 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20http2=5Fadapter=20v2.5.0=20Trigg?= =?UTF-8?q?ered=20by=20@AlexV525=20on=20https://github.com/cfug/dio/issues?= =?UTF-8?q?/1633#issuecomment-1968032318?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/http2_adapter/CHANGELOG.md | 4 ++++ plugins/http2_adapter/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/http2_adapter/CHANGELOG.md b/plugins/http2_adapter/CHANGELOG.md index 434210afa..a2491214f 100644 --- a/plugins/http2_adapter/CHANGELOG.md +++ b/plugins/http2_adapter/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +*None.* + +## 2.5.0 + - 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. diff --git a/plugins/http2_adapter/pubspec.yaml b/plugins/http2_adapter/pubspec.yaml index a2e91a118..713393ba5 100644 --- a/plugins/http2_adapter/pubspec.yaml +++ b/plugins/http2_adapter/pubspec.yaml @@ -1,5 +1,5 @@ name: dio_http2_adapter -version: 2.4.0 +version: 2.5.0 description: An adapter that combines HTTP/2 and dio. Supports reusing connections, header compression, etc. topics: