Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify API #108

Merged
merged 50 commits into from
May 27, 2024
Merged

Simplify API #108

merged 50 commits into from
May 27, 2024

Conversation

djc
Copy link
Owner

@djc djc commented May 23, 2024

No description provided.

@djc djc merged commit be16aa4 into main May 27, 2024
6 checks passed
@djc djc deleted the provider branch May 27, 2024 11:07
flokli added a commit to flokli/bigtable_rs that referenced this pull request Jul 1, 2024
gcp_auth changed their AuthenticationManager API
in djc/gcp_auth#108.

gcp_auth::provider() now returns a Arc<dyn TokenProvider>,
rather than a AuthenticationManager, and AuthenticationManager is gone.

This updates references in bigtable_rs codebase to follow.
flokli added a commit to flokli/bigtable_rs that referenced this pull request Jul 1, 2024
gcp_auth changed their AuthenticationManager API
in djc/gcp_auth#108.

gcp_auth::provider() now returns a Arc<dyn TokenProvider>,
rather than a AuthenticationManager, and AuthenticationManager is gone.

This updates references in bigtable_rs codebase to follow.

Closes liufuyang#75.
liufuyang pushed a commit to liufuyang/bigtable_rs that referenced this pull request Jul 1, 2024
* chore: bump arduino/setup-protoc GH action

The version of protoc used in v1 doesn't seem to exist anymore, as can
be seen by a failing CI run:

https://github.com/liufuyang/bigtable_rs/actions/runs/9357260352/job/25756593924

```
Run arduino/setup-protoc@v1
Getting protoc version: v3.20.3
Downloading archive: https://github.com/protocolbuffers/protobuf/releases/download/v3.20.3/protoc-3.20.3-osx-aarch_64.zip
Error: Error: Failed to download version v3.20.3: Error, Unexpected HTTP response: 404 - 404
```

* chore: bump gcp_auth to 0.12.2

gcp_auth changed their AuthenticationManager API
in djc/gcp_auth#108.

gcp_auth::provider() now returns a Arc<dyn TokenProvider>,
rather than a AuthenticationManager, and AuthenticationManager is gone.

This updates references in bigtable_rs codebase to follow.

Closes #75.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant