From 604c6cf5258bf5be5df097352ec22ffb6b12beb8 Mon Sep 17 00:00:00 2001 From: cfug-dev <47591151+cfug-dev@users.noreply.github.com> Date: Tue, 6 Jun 2023 02:03:32 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20http2=5Fadapter=20v2.3.0=20Trigg?= =?UTF-8?q?ered=20by=20@AlexV525=20on=20https://github.com/cfug/dio/issues?= =?UTF-8?q?/1633#issuecomment-1577780159?= 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 73cac109c..60215a206 100644 --- a/plugins/http2_adapter/CHANGELOG.md +++ b/plugins/http2_adapter/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +*None.* + +## 2.3.0 + - Replace `DioError` with `DioException`. ## 2.2.0 diff --git a/plugins/http2_adapter/pubspec.yaml b/plugins/http2_adapter/pubspec.yaml index 7afa14e63..b7ec850d8 100644 --- a/plugins/http2_adapter/pubspec.yaml +++ b/plugins/http2_adapter/pubspec.yaml @@ -1,6 +1,6 @@ name: dio_http2_adapter description: A Dio HttpClientAdapter which support Http/2.0(Support connection reuse, header compression, server pushing is not supported yet.) -version: 2.2.0 +version: 2.3.0 homepage: https://github.com/cfug/dio repository: https://github.com/cfug/dio/blob/main/plugins/http2_adapter issue_tracker: https://github.com/cfug/dio/issues