Skip to content

Datastore: add google-cloud-resource-prefix header #1558

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

Merged
merged 1 commit into from
Sep 2, 2016

Conversation

stephenplusplus
Copy link
Contributor

Fixes #1542

Don't merge until #1546

@stephenplusplus stephenplusplus added the api: datastore Issues related to the Datastore API. label Sep 2, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 2, 2016
@coveralls
Copy link

coveralls commented Sep 2, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 163de54 on stephenplusplus:spp--1542-2 into bf9929e on GoogleCloudPlatform:master.

@callmehiphop callmehiphop merged commit 7f37433 into googleapis:master Sep 2, 2016
miguelvelezsa pushed a commit that referenced this pull request Jul 23, 2025
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@grpc/grpc-js](https://grpc.io/) ([source](https://togithub.com/grpc/grpc-node)) | [`~1.9.6` -> `~1.10.0`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.9.14/1.10.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@grpc%2fgrpc-js/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@grpc%2fgrpc-js/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@grpc%2fgrpc-js/1.9.14/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@grpc%2fgrpc-js/1.9.14/1.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>grpc/grpc-node (@&#8203;grpc/grpc-js)</summary>

### [`v1.10.0`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.10.0): @&#8203;grpc/grpc-js 1.10.0

[Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected])

#### Changelog

-   Add server interceptors support ([#&#8203;2650](https://togithub.com/grpc/grpc-node/issues/2650)) (details in [gRFC 112](https://togithub.com/grpc/proposal/blob/master/L112-node-server-interceptors.md))
-   Deprecate `Server#start` ([#&#8203;2597](https://togithub.com/grpc/grpc-node/issues/2597)) (details in [gRFC L107](https://togithub.com/grpc/proposal/blob/master/L107-node-noop-start.md))
-   Add `Server#unbind` ([#&#8203;2612](https://togithub.com/grpc/grpc-node/issues/2612)) (details in [gRFC L109](https://togithub.com/grpc/proposal/blob/master/L109-node-server-unbind.md))
-   Add `Server#drain` ([#&#8203;2616](https://togithub.com/grpc/grpc-node/issues/2616)) (details in [gRFC L111](https://togithub.com/grpc/proposal/blob/master/L111-node-server-drain.md))
-   Export type `VerifyOptions` ([#&#8203;2637](https://togithub.com/grpc/grpc-node/issues/2637) contributed by [@&#8203;chakhsu](https://togithub.com/chakhsu))

#### Experimental API Changes

-   Added:
    -   `Endpoint`
    -   `endpointToString`
    -   `endpointHasAddress`
    -   `LeafLoadBalancer`
    -   `HealthListener`
    -   `SubchannelInterface#isHealthy`
    -   `SubchannelInterface#addHealthStateWatcher`
    -   `SubchannelInterface#removeHealthStateWatcher`
    -   `SubchannelWrapper#setHealthy`
    -   `selectLbConfigFromList`
    -   `parseLoadBalancingConfig`
    -   `OutlierDetectionRawConfig`
    -   `EndpointMap`
-   Moved out of the `experimental` namespace:
    -   `ServiceConfig`
    -   `MethodConfig`
    -   `LoadBalancingConfig` (now a simple raw object type)
    -   `RetryPolicy`
-   Removed:
    -   `getFirstUsableConfig`
    -   `validateLoadBalancingConfig`
    -   `OutlierDetectionLoadBalancingConfig`
-   Modified:
    -   `LoadBalancer#updateAddressList`: The first argument now has type `Endpoint[]` instead of `SubchannelAddress[]`
    -   `ResolverListener#onSuccessfulResolution`: The first argument now has type `Endpoint[]` instead of `SubchannelAddress[]`
    -   `registerLoadBalancerType`: The second argument, a `LoadBalancerConstructor` now takes a second argument `options: ChannelOptions`
    -   `ConfigSelector`: Now accepts an additional argument `channelId: number`
    -   `QueuePicker`: The constructor now accepts an additional optional argument `childPicker: Picker`, which the `QueuePicker` instance will delegate to if provided.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/gax-nodejs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the Datastore API. 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