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

Add grpc-gcp support in gax #396

Merged
merged 7 commits into from
Jan 29, 2019

Conversation

WeiranFang
Copy link
Contributor

As discussed in googleapis/nodejs-spanner#436 , we decided to put the grpc-gcp related logic into gax, while in client library, we only need to add a new entry with key named grpc_gcp.apiConfig into the client options, so that the gax will enable the grpc-gcp support only when the entry exists.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 19, 2019
@WeiranFang
Copy link
Contributor Author

Hi @JustinBeckwith @alexander-fenster , do you mind take a look when possible? Thanks a bunch!

src/grpc.ts Outdated
}
});
const apiConfigDefition = options['grpc_gcp.apiConfig'];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: should be Definition

Copy link
Contributor

@alexander-fenster alexander-fenster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved if you fix a typo in the variable name :)

@WeiranFang
Copy link
Contributor Author

Hi @alexander-fenster can you help merge this? And may I ask what's the timeline for the next release? Thx!

@alexander-fenster alexander-fenster added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 29, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 29, 2019
@alexander-fenster alexander-fenster merged commit 4cfaeac into googleapis:master Jan 29, 2019
@alexander-fenster
Copy link
Contributor

I'm releasing 0.25.0 in #402.

@alexander-fenster
Copy link
Contributor

@WeiranFang It's released.

@WeiranFang
Copy link
Contributor Author

Thanks @alexander-fenster ! I'll pin it in googleapis/nodejs-spanner#503

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants