Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Update dependency @grpc/grpc-js to v1.11.1 (#203)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@grpc/grpc-js](https://grpc.io/) ([source](https://togithub.com/grpc/grpc-node)) | dependencies | minor | [`1.10.10` -> `1.11.1`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.10.10/1.11.1) | --- ### Release Notes <details> <summary>grpc/grpc-node (@​grpc/grpc-js)</summary> ### [`v1.11.1`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.11.1): @​grpc/grpc-js 1.11.1 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected]) - Revert a change that used APIs that were not available in early minor versions of Node 14 ([#​2799](https://togithub.com/grpc/grpc-node/issues/2799) contributed by [@​xqin](https://togithub.com/xqin)) ### [`v1.11.0`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.11.0): @​grpc/grpc-js 1.11.0 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected]) #### Changelog - Add Server connection injection API as described in [gRFC L114](https://togithub.com/grpc/proposal/blob/master/L114-node-server-connection-injection.md) ([#​2675](https://togithub.com/grpc/grpc-node/issues/2675)) - Implement support for an alternate DNS resolver that supports custom authorities ([#​2776](https://togithub.com/grpc/grpc-node/issues/2776) contributed by [@​gkampitakis](https://togithub.com/gkampitakis)) - Add a channel option to configure retry attempt limits ([#​2795](https://togithub.com/grpc/grpc-node/issues/2795)) - Add a `getHost` method to server call objects ([#​2783](https://togithub.com/grpc/grpc-node/issues/2783), [#​2793](https://togithub.com/grpc/grpc-node/issues/2793)) - Fix typos and omissions in service config validation errors ([#​2782](https://togithub.com/grpc/grpc-node/issues/2782) contributed by [@​matthewbinshtok](https://togithub.com/matthewbinshtok)) #### Experimental API changes Added: - `splitHostPort` - `HostPort` - `createServerCredentialsWithInterceptors` ### [`v1.10.11`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.10.11): @​grpc/grpc-js 1.10.11 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected]) - Fix a bug that caused clients to reconnect unnecessarily while no requests are pending. ([#​2784](https://togithub.com/grpc/grpc-node/issues/2784)) - Fix a bug that caused clients to fail to re-establish existing connections while waiting for DNS results ([#​2784](https://togithub.com/grpc/grpc-node/issues/2784)) - Fix a bug that caused servers to sometimes not close idle connections depending on timing ([#​2790](https://togithub.com/grpc/grpc-node/issues/2790)) - Fix a bug that caused calls to be pending indefinitely while unable to start after a channel is closed ([#​2791](https://togithub.com/grpc/grpc-node/issues/2791)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
- Loading branch information