File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.8.19
2
+
3
+ - Support the latest ` package:googleapis ` .
4
+
1
5
## 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.
3
7
Since, this is the only valid value for buckets with uniform access policies.
4
8
5
9
## 0.8.17
Original file line number Diff line number Diff line change @@ -3,5 +3,3 @@ include: package:dart_flutter_team_lints/analysis_options.yaml
3
3
linter :
4
4
rules :
5
5
- cancel_subscriptions
6
- - prefer_relative_imports
7
- - test_types_in_equals
Original file line number Diff line number Diff line change 1
1
name : gcloud
2
- version : 0.8.18
2
+ version : 0.8.19
3
3
description : >-
4
4
High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore.
5
5
repository : https://github.com/dart-lang/labs/tree/main/pkgs/gcloud
@@ -14,14 +14,14 @@ environment:
14
14
15
15
dependencies :
16
16
_discoveryapis_commons : ^1.0.0
17
- googleapis : ' >=3.0.0 <14 .0.0'
17
+ googleapis : ' >=3.0.0 <15 .0.0'
18
18
http : ' >=0.13.5 <2.0.0'
19
19
meta : ^1.3.0
20
20
retry : ^3.1.1
21
21
22
22
dev_dependencies :
23
23
dart_flutter_team_lints : ^3.0.0
24
- googleapis_auth : ^1.1 .0
24
+ googleapis_auth : ^2.0 .0
25
25
http_parser : ^4.0.0
26
- mime : ^1 .0.0
26
+ mime : ^2 .0.0
27
27
test : ^1.17.5
You can’t perform that action at this time.
0 commit comments