Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Releases: dart-archive/gcloud

v0.8.14

27 Sep 13:57
641a266
Compare
Choose a tag to compare
  • Support override metadata properties in copyObject.

v0.8.13

05 Sep 11:18
d816d32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.12...v0.8.13

package:gcloud v0.8.12

10 Jan 13:05
42f0d31
Compare
Choose a tag to compare
  • Support the latest version 12.0.0 of the googleapis package.

package:gcloud v0.8.11

10 Aug 13:44
2ec9bcb
Compare
Choose a tag to compare
  • After the first Page created by Datastore.withRetry() retries were not
    happening. This is now fixed, ensuring that Page.next() will always retry
    when Datastore is wrapped with Datastore.withRetry().
  • Calling with wait: false in Subscription.pull(wait: false) for PubSub
    have been deprecated.

package:gcloud v0.8.10

21 Jul 11:42
12e82a1
Compare
Choose a tag to compare
  • Widen the SDK constraint to support Dart 3.0
  • Support retrying Datastore operations.

package:gcloud v0.8.9

21 Jun 19:56
1ba9ca2
Compare
Choose a tag to compare
  • Support the latest version 1.0.0 of the http package.
  • Support the latest version 12.0.0 of the googleapis package.

0.7.0+1

04 May 19:36
cfd0f64
Compare
Choose a tag to compare

Release 0.7.0+1
Fixes path delimiter in Bucket.list().
Release created to create the tag 0.7.0+1.

0.5.0: Fix Dart 2 runtime issues. (#53)

18 May 09:07
bd6de71
Compare
Choose a tag to compare
Upgrade to Dart 2.0.0-dev.54.0 to fix issues with mirrors in Dart 2
mode. Added lots of types.

0.2.0+14

18 Aug 14:26
Compare
Choose a tag to compare

Version 0.2.0+14

Fix analyzer warning.