This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
Releases: dart-archive/gcloud
Releases · dart-archive/gcloud
v0.8.14
v0.8.13
What's Changed
- typo in link to bug tracker by @jarrodcolburn in #177
- Bump dart-lang/setup-dart from 1.6.0 to 1.6.2 by @dependabot in #180
- Bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #183
- Bump actions/checkout from 4.1.2 to 4.1.4 by @dependabot in #184
- Bump dart-lang/setup-dart from 1.6.2 to 1.6.4 by @dependabot in #185
- blast repo changes: dependabot by @devoncarew in #186
- Bump actions/checkout from 4.1.4 to 4.1.5 in the github-actions group by @dependabot in #187
- Bump actions/checkout from 4.1.5 to 4.1.6 in the github-actions group by @dependabot in #188
- Bump the github-actions group with 2 updates by @dependabot in #190
- Upgrade googleapis constraint + version bump by @isoos in #192
New Contributors
- @jarrodcolburn made their first contribution in #177
Full Changelog: v0.8.12...v0.8.13
package:gcloud v0.8.12
- Support the latest version 12.0.0 of the googleapis package.
package:gcloud v0.8.11
- After the first
Page
created byDatastore.withRetry()
retries were not
happening. This is now fixed, ensuring thatPage.next()
will always retry
whenDatastore
is wrapped withDatastore.withRetry()
. - Calling with
wait: false
inSubscription.pull(wait: false)
forPubSub
have been deprecated.
package:gcloud v0.8.10
- Widen the SDK constraint to support Dart 3.0
- Support retrying Datastore operations.
package:gcloud v0.8.9
- 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
0.5.0: Fix Dart 2 runtime issues. (#53)
Upgrade to Dart 2.0.0-dev.54.0 to fix issues with mirrors in Dart 2 mode. Added lots of types.