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

Extend version constraint to allow googleapis 12.x #179

Merged
merged 1 commit into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 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
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gcloud
version: 0.8.11
version: 0.8.12
description: >-
High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore.
repository: https://github.com/dart-lang/gcloud
Expand All @@ -13,7 +13,7 @@ environment:

dependencies:
_discoveryapis_commons: ^1.0.0
googleapis: '>=3.0.0 <12.0.0'
googleapis: '>=3.0.0 <13.0.0'
http: '>=0.13.5 <2.0.0'
meta: ^1.3.0
retry: ^3.1.1
Expand Down