Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Releases: dart-archive/gcloud

v0.8.14

Choose a tag to compare

@jonasfj jonasfj released this 27 Sep 13:57
641a266
  • Support override metadata properties in copyObject.

v0.8.13

Choose a tag to compare

@sigurdm sigurdm released this 05 Sep 11:18
d816d32

What's Changed

New Contributors

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

package:gcloud v0.8.12

Choose a tag to compare

@jonasfj jonasfj released this 10 Jan 13:05
42f0d31
  • Support the latest version 12.0.0 of the googleapis package.

package:gcloud v0.8.11

Choose a tag to compare

@jonasfj jonasfj released this 10 Aug 13:44
2ec9bcb
  • 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

Choose a tag to compare

@jonasfj jonasfj released this 21 Jul 11:42
12e82a1
  • Widen the SDK constraint to support Dart 3.0
  • Support retrying Datastore operations.

package:gcloud v0.8.9

Choose a tag to compare

@devoncarew devoncarew released this 21 Jun 19:56
1ba9ca2
  • 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

Choose a tag to compare

@whesse whesse released this 04 May 19:36
cfd0f64

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)

Choose a tag to compare

@jakobr-google jakobr-google released this 18 May 09:07
bd6de71
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

Choose a tag to compare

@whesse whesse released this 18 Aug 14:26

Version 0.2.0+14

Fix analyzer warning.