Skip to content

Commit 8d91394

Browse files
authored
gcloud: support the latest pkg:googleapis (#241)
1 parent 704a5c3 commit 8d91394

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

pkgs/gcloud/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
## 0.8.19
2+
3+
- Support the latest `package:googleapis`.
4+
15
## 0.8.18
2-
- Fix bug in `Bucket.updateMetadata` such that `acl: null` is allowed.
6+
- Fix bug in `Bucket.updateMetadata` such that `acl: null` is allowed.
37
Since, this is the only valid value for buckets with uniform access policies.
48

59
## 0.8.17

pkgs/gcloud/analysis_options.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ include: package:dart_flutter_team_lints/analysis_options.yaml
33
linter:
44
rules:
55
- cancel_subscriptions
6-
- prefer_relative_imports
7-
- test_types_in_equals

pkgs/gcloud/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: gcloud
2-
version: 0.8.18
2+
version: 0.8.19
33
description: >-
44
High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore.
55
repository: https://github.com/dart-lang/labs/tree/main/pkgs/gcloud
@@ -14,14 +14,14 @@ environment:
1414

1515
dependencies:
1616
_discoveryapis_commons: ^1.0.0
17-
googleapis: '>=3.0.0 <14.0.0'
17+
googleapis: '>=3.0.0 <15.0.0'
1818
http: '>=0.13.5 <2.0.0'
1919
meta: ^1.3.0
2020
retry: ^3.1.1
2121

2222
dev_dependencies:
2323
dart_flutter_team_lints: ^3.0.0
24-
googleapis_auth: ^1.1.0
24+
googleapis_auth: ^2.0.0
2525
http_parser: ^4.0.0
26-
mime: ^1.0.0
26+
mime: ^2.0.0
2727
test: ^1.17.5

0 commit comments

Comments
 (0)