Skip to content

Commit 08ad50d

Browse files
authored
Merge pull request dart-archive/gcloud#142 from jonasfj/new-release
Prepare release
2 parents 7b9ba6e + 901fc67 commit 08ad50d

File tree

3 files changed

+221
-239
lines changed

3 files changed

+221
-239
lines changed

pkgs/gcloud/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## 0.8.6-dev
1+
## 0.8.6
22

33
- Throttle streams piped into `Bucket.write` when the size is not known
44
beforehand.
5+
- Support the latest version 9.0.0 of the `googleapis` package.
56

67
## 0.8.5
78

pkgs/gcloud/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: gcloud
2-
version: 0.8.6-dev
2+
version: 0.8.6
33
description: >-
44
High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore.
55
repository: https://github.com/dart-lang/gcloud
@@ -9,7 +9,7 @@ environment:
99

1010
dependencies:
1111
_discoveryapis_commons: ^1.0.0
12-
googleapis: '>=3.0.0 <8.0.0'
12+
googleapis: '>=3.0.0 <10.0.0'
1313
http: ^0.13.0
1414
meta: ^1.3.0
1515

0 commit comments

Comments
 (0)