-
Notifications
You must be signed in to change notification settings - Fork 2
Commit 0c893fc
authored
fix(deps): Update dependency @grpc/grpc-js to v1.13.4 (#285)
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.12.6` -> `1.13.4`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.12.6/1.13.4) |
---
### Release Notes
<details>
<summary>grpc/grpc-node (@​grpc/grpc-js)</summary>
### [`v1.13.4`](https://redirect.github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.13.4): @​grpc/grpc-js 1.13.4
[Compare Source](https://redirect.github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected])
- Fix ability to set SNI with `ssl_target_name_override` option ([#​2956](https://redirect.github.com/grpc/grpc-node/issues/2956))
### [`v1.13.3`](https://redirect.github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.13.3): @​grpc/grpc-js 1.13.3
[Compare Source](https://redirect.github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected])
- Disable Nagle's algorithm ([#​2936](https://redirect.github.com/grpc/grpc-node/issues/2936))
- Avoid calling `http2.getDefaultSettings` ([#​2937](https://redirect.github.com/grpc/grpc-node/issues/2937))
### [`v1.13.2`](https://redirect.github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.13.2): @​grpc/grpc-js 1.13.2
[Compare Source](https://redirect.github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected])
- Fix a bug that caused clients to be unable to connect through local proxies ([#​2933](https://redirect.github.com/grpc/grpc-node/issues/2933))
### [`v1.13.1`](https://redirect.github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.13.1): @​grpc/grpc-js 1.13.1
[Compare Source](https://redirect.github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected])
- Fix a bug that caused the `rejectUnauthorized` channel credentials option to be handled incorrectly ([#​2926](https://redirect.github.com/grpc/grpc-node/issues/2926))
- Fix a bug that caused the client to never send retries if any `retryThrottling` config was set ([#​2927](https://redirect.github.com/grpc/grpc-node/issues/2927))
- Fix a bug that caused clients to incorrectly send retries if the feature was disabled by a channel option and a retry config was provided ([#​2927](https://redirect.github.com/grpc/grpc-node/issues/2927))
### [`v1.13.0`](https://redirect.github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.13.0): @​grpc/grpc-js 1.13.0
[Compare Source](https://redirect.github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected])
#### Changelog
- Add support for channel option `grpc-node.flow_control_window` to control HTTP/2 flow control window size ([#​2864](https://redirect.github.com/grpc/grpc-node/issues/2864) contributed by [@​rickihastings](https://redirect.github.com/rickihastings))
- Show meaningful error messages more consistently when requests fail ([#​2868](https://redirect.github.com/grpc/grpc-node/issues/2868))
- Add support for CIDR blocks in `no_proxy`environment variable ([#​2876](https://redirect.github.com/grpc/grpc-node/issues/2876) contributed by [@​melkouri](https://redirect.github.com/melkouri))
- Fix a bug that caused server interceptor `sendMetadata` methods to not be called if the server interceptor did not explicitly send metadata ([#​2897](https://redirect.github.com/grpc/grpc-node/issues/2897))
- Fix IPv6-mapped IPv4 address parsing in channelz, and represent them as IPv4 addresses ([#​2909](https://redirect.github.com/grpc/grpc-node/issues/2909))
#### Experimental API changes
Added:
- `SecureConnector`
- `SecureConnectResult`
- `SUBCHANNEL_ARGS_EXCLUDE_KEY_PREFIX`
- `Server#experimentalRegisterListenerToChannelz` protected method
- `ServerexperimentalUnregisterListenerFromChannelz` protected method
- `Server#experimentalCreateConnectionInjectorWithChannelzRef` protected method
Modified:
- `LoadBalancer`: Removed the `ChannelCredentials` constructor argument
- `LoadBalancer`: Removed the `ChannelOptions` constructor argument
- `LoadBalancer#updateAddressList`: Replaced the `attributes` argument with one of type `ChannelOptions`.
- `ChannelControlHelper#createSubchannel`: Removed the `ChannelCredentials` argument
- `LeafLoadBalancer`: Removed the `ChannelCredentials` constructor argument
</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 8c81b87 commit 0c893fcCopy full SHA for 0c893fc
File tree
Expand file treeCollapse file tree
1 file changed
+3
-3
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+3
-3
lines changed+3-3Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments