Skip to content

Commit febc7a6

Browse files
authored
fix(deps): Update dependency @grpc/grpc-js to v1.14.0 (#309)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@grpc/grpc-js](https://grpc.io/) ([source](https://redirect.github.com/grpc/grpc-node)) | dependencies | minor | [`1.13.4` -> `1.14.0`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.13.4/1.14.0) | --- ### Release Notes <details> <summary>grpc/grpc-node (@&#8203;grpc/grpc-js)</summary> ### [`v1.14.0`](https://redirect.github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.14.0): @&#8203;grpc/grpc-js 1.14.0 [Compare Source](https://redirect.github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected]) #### Changelog - Add `getAuthContext` method to client and server call classes (more details can be found in [gRFC L35](https://redirect.github.com/grpc/proposal/blob/master/L35-node-getAuthContext.md)) ([#&#8203;2920](https://redirect.github.com/grpc/grpc-node/issues/2920)) - Implement custom backend metrics support ([gRFC A51](https://redirect.github.com/grpc/proposal/blob/master/A51-custom-backend-metrics.md)) ([#&#8203;2978](https://redirect.github.com/grpc/grpc-node/issues/2978), [#&#8203;2983](https://redirect.github.com/grpc/grpc-node/issues/2983), [#&#8203;2985](https://redirect.github.com/grpc/grpc-node/issues/2985), [#&#8203;2986](https://redirect.github.com/grpc/grpc-node/issues/2986), [#&#8203;2999](https://redirect.github.com/grpc/grpc-node/issues/2999)) - Add `getConnectionInfo` method to the `ServerInterceptingCall` class ([#&#8203;2922](https://redirect.github.com/grpc/grpc-node/issues/2922)) - Implement the `weighted_round_robin` load balancing policy ([#&#8203;2998](https://redirect.github.com/grpc/grpc-node/issues/2998)) - Fix jitter behavior for client retries ([#&#8203;2960](https://redirect.github.com/grpc/grpc-node/issues/2960) contributed by [@&#8203;ekscentrysytet](https://redirect.github.com/ekscentrysytet)) - Start connecting from a random index in the `round_robin` LB policy ([#&#8203;2979](https://redirect.github.com/grpc/grpc-node/issues/2979)) - Send connection-level WINDOW_UPDATE at session start ([#&#8203;2971](https://redirect.github.com/grpc/grpc-node/issues/2971) contributed by [@&#8203;KoenRijpstra](https://redirect.github.com/KoenRijpstra)) #### Experimental API Changes Added: - `CHANNEL_ARGS_CONFIG_SELECTOR_KEY` - `StatusOr<T>` - `CallStream` - `statusOrFromValue` - `statusOrFromError` Modified: - `ResolverListener#onSuccessfulResolution` now has the signature `(endpointList: StatusOr<Endpoint[]>, attributes: { [key: string]: unknown }, serviceConfig: StatusOr<ServiceConfig> | null, resolutionNote: string): boolean` - `LoadBalancer#updateAddressList` now has the signature \`updateAddressList(endpointList: StatusOr\<Endpoint\[]>,lbConfig: TypedLoadBalancingConfig, channelOptions: ChannelOptions, resolutionNote: string): boolean </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 39e6a37 commit febc7a6

File tree

1 file changed

+35
-23
lines changed

1 file changed

+35
-23
lines changed

package-lock.json

Lines changed: 35 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)