Releases: dart-lang/labs
Releases · dart-lang/labs
package:gcloud v0.8.18
- Fix bug in
Bucket.updateMetadata
such thatacl: null
is allowed.
Since, this is the only valid value for buckets with uniform access policies.
package:gcloud v0.8.17
- Fix bug in
ObjectMetadata.replace
wherecontentEncoding
overwrote
contentDisposition
andcontentLanguage
.
package:gcloud v0.8.16
BucketEntry
is nowsealed
this may cause breakage for anyone
implementingBucketEntry
.- Feature
BucketEntry
objects returns fromBucket.list
are now instances
of:BucketDirectoryEntry
, or,BucketObjectEntry
, which implementsObjectInfo
exposing metadata.
This means that anyone usingBucket.list
to find objects, does not need
to useBucket.info
to fetch metadata for an object.
- Minimum Dart SDK constraint bumped to
^3.0.0
.
package:appengine v0.13.9
- Update the pubspec repository field to reflect the new repo location.
package:gcloud v0.8.15
- Update the pubspec repository field to reflect the repo move.
package:native_synchronization v0.3.1
- Update the pubspec repository field to reflect the repo move.