diff --git a/pkgs/gcloud/CHANGELOG.md b/pkgs/gcloud/CHANGELOG.md index f7d487e9..33f05f48 100644 --- a/pkgs/gcloud/CHANGELOG.md +++ b/pkgs/gcloud/CHANGELOG.md @@ -1,13 +1,21 @@ +## 0.8.15 + +- Update the pubspec repository field to reflect the repo move. + ## 0.8.14 + - Support override metadata properties in `copyObject`. ## 0.8.13 + - Support the latest version `^13.0.0` of the `googleapis` package. ## 0.8.12 + - Support the latest version 12.0.0 of the `googleapis` package. ## 0.8.11 + - 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()`. diff --git a/pkgs/gcloud/pubspec.yaml b/pkgs/gcloud/pubspec.yaml index 1e1e9367..bbb84fcc 100644 --- a/pkgs/gcloud/pubspec.yaml +++ b/pkgs/gcloud/pubspec.yaml @@ -1,5 +1,5 @@ name: gcloud -version: 0.8.14 +version: 0.8.15 description: >- High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore. repository: https://github.com/dart-lang/labs/tree/main/pkgs/gcloud