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

Commit

Permalink
Extend version constraint to allow googleapis 12.x (#179)
Browse files Browse the repository at this point in the history
Fix #178
  • Loading branch information
jonasfj committed Jan 10, 2024
1 parent 69bb2a9 commit 42f0d31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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

0 comments on commit 42f0d31

Please sign in to comment.