We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9716a1 commit f873d20Copy full SHA for f873d20
pkgs/gcloud/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.8.9
2
+
3
+- Support the latest version 1.0.0 of the `http` package.
4
+- Support the latest version 12.0.0 of the `googleapis` package.
5
6
## 0.8.8
7
8
- Require Dart 2.19
pkgs/gcloud/pubspec.yaml
@@ -1,5 +1,5 @@
name: gcloud
-version: 0.8.8
+version: 0.8.9
description: >-
High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore.
repository: https://github.com/dart-lang/gcloud
@@ -12,8 +12,8 @@ environment:
12
13
dependencies:
14
_discoveryapis_commons: ^1.0.0
15
- googleapis: '>=3.0.0 <11.0.0'
16
- http: ^0.13.0
+ googleapis: '>=3.0.0 <12.0.0'
+ http: '>=0.13.5 <2.0.0'
17
meta: ^1.3.0
18
19
dev_dependencies:
0 commit comments