Skip to content

Releases: dart-lang/labs

package:gcloud v0.8.18

18 Nov 11:24
f1cb2b1
Compare
Choose a tag to compare
  • Fix bug in Bucket.updateMetadata such that acl: null is allowed.
    Since, this is the only valid value for buckets with uniform access policies.

package:gcloud v0.8.17

11 Nov 09:07
020a6a1
Compare
Choose a tag to compare
  • Fix bug in ObjectMetadata.replace where contentEncoding overwrote
    contentDisposition and contentLanguage.

package:gcloud v0.8.16

01 Nov 12:13
2eb031a
Compare
Choose a tag to compare
  • BucketEntry is now sealed this may cause breakage for anyone
    implementing BucketEntry.
  • Feature BucketEntry objects returns from Bucket.list are now instances
    of:
    • BucketDirectoryEntry, or,
    • BucketObjectEntry, which implements ObjectInfo exposing metadata.
      This means that anyone using Bucket.list to find objects, does not need
      to use Bucket.info to fetch metadata for an object.
  • Minimum Dart SDK constraint bumped to ^3.0.0.

package:appengine v0.13.9

03 Oct 16:30
0d5c420
Compare
Choose a tag to compare
  • Update the pubspec repository field to reflect the new repo location.

package:gcloud v0.8.15

30 Sep 16:01
d2940ba
Compare
Choose a tag to compare
  • Update the pubspec repository field to reflect the repo move.

package:native_synchronization v0.3.1

27 Sep 16:10
4151ca3
Compare
Choose a tag to compare
  • Update the pubspec repository field to reflect the repo move.