From 5cc00720c8ca3b2bbdff0cfee8acc33eac943ecc Mon Sep 17 00:00:00 2001 From: cfug-dev <47591151+cfug-dev@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:18:59 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20native=5Fdio=5Fadapter=20v1.2.0?= =?UTF-8?q?=20Triggered=20by=20@AlexV525=20on=20https://github.com/cfug/di?= =?UTF-8?q?o/issues/1633#issuecomment-1833296342?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/native_dio_adapter/CHANGELOG.md | 4 ++++ plugins/native_dio_adapter/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/native_dio_adapter/CHANGELOG.md b/plugins/native_dio_adapter/CHANGELOG.md index 0d16186d4..077499bd1 100644 --- a/plugins/native_dio_adapter/CHANGELOG.md +++ b/plugins/native_dio_adapter/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +*None.* + +## 1.2.0 + - Adds `createCronetEngine` and `createCupertinoConfiguration` to deprecate `cronetEngine` and `cupertinoConfiguration` for the `NativeAdapter`, to avoid platform exceptions. diff --git a/plugins/native_dio_adapter/pubspec.yaml b/plugins/native_dio_adapter/pubspec.yaml index 79b545df6..ebff7cd17 100644 --- a/plugins/native_dio_adapter/pubspec.yaml +++ b/plugins/native_dio_adapter/pubspec.yaml @@ -1,5 +1,5 @@ name: native_dio_adapter -version: 1.1.1 +version: 1.2.0 description: A client for dio which makes use of cupertino_http and cronet_http to delegate HTTP requests to the native platform. topics: