From 1f8d992da7db82c537cce7d4356c7a5360893996 Mon Sep 17 00:00:00 2001 From: SeongUk Cho Date: Sat, 17 Jun 2023 06:18:18 +0900 Subject: [PATCH] Bump http version from 0.13.0 to 1.0.0 (#629) --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a5925b..a05d0ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.2.1 + +* `package:http` now supports more versions: `>=0.13.0 <2.0.0`. + ## 3.2.0 * `ChannelOptions` now exposes `connectTimeout`, which is used on the diff --git a/pubspec.yaml b/pubspec.yaml index 9bf0efa..86d6520 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: grpc description: Dart implementation of gRPC, a high performance, open-source universal RPC framework. -version: 3.2.0 +version: 3.2.1 repository: https://github.com/grpc/grpc-dart @@ -15,7 +15,7 @@ dependencies: fixnum: ^1.0.0 googleapis_auth: ^1.1.0 meta: ^1.3.0 - http: ^0.13.0 + http: '>=0.13.0 <2.0.0' http2: ^2.0.0 protobuf: ^2.0.0