Skip to content

Commit 6bbb1e2

Browse files
authored
Extend version constraint to allow googleapis 12.x (dart-archive/gcloud#179)
Fix dart-lang/gcloud#178
1 parent e70fb39 commit 6bbb1e2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pkgs/gcloud/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.8.12
2+
- Support the latest version 12.0.0 of the `googleapis` package.
3+
14
## 0.8.11
25
- After the first `Page` created by `Datastore.withRetry()` retries were not
36
happening. This is now fixed, ensuring that `Page.next()` will always retry

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.11
2+
version: 0.8.12
33
description: >-
44
High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore.
55
repository: https://github.com/dart-lang/gcloud
@@ -13,7 +13,7 @@ environment:
1313

1414
dependencies:
1515
_discoveryapis_commons: ^1.0.0
16-
googleapis: '>=3.0.0 <12.0.0'
16+
googleapis: '>=3.0.0 <13.0.0'
1717
http: '>=0.13.5 <2.0.0'
1818
meta: ^1.3.0
1919
retry: ^3.1.1

0 commit comments

Comments
 (0)