dependabot npm(deps): bump @grpc/grpc-js from 1.10.11 to 1.11.0
Bumps @grpc/grpc-js from 1.10.11 to 1.11.0.
Release notes
Sourced from @grpc/grpc-js
's releases.
@grpc/grpc-js-xds
1.11.0
- Add xDS Servers (#2783)
- Note: this is primarily a foundation for future features. It doesn't actually do much right now.
- Add support for dualstack socket support in xDS clients (#2665)
@grpc/grpc-js
1.11.0Changelog
- Add Server connection injection API as described in gRFC L114 (#2675)
- Implement support for an alternate DNS resolver that supports custom authorities (#2776 contributed by
@gkampitakis
)- Add a channel option to configure retry attempt limits (#2795)
- Add a
getHost
method to server call objects (#2783, #2793)- Fix typos and omissions in service config validation errors (#2782 contributed by
@matthewbinshtok
)Experimental API changes
Added:
splitHostPort
HostPort
createServerCredentialsWithInterceptors
Commits
-
87ea7ce
Merge pull request #2797 from murgatroid99/grpc-js_1.11.0_real -
2ee8911
grpc-js: Bump packages to 1.11.0, and update documentation -
e13d5e7
Merge pull request #2793 from murgatroid99/grpc-js_server_call_get_host -
d60f516
Merge pull request #2795 from murgatroid99/grpc-js_retry_limit_option -
b35896b
Merge pull request #2792 from murgatroid99/grpc-js_1.10.11_upmerge -
8ee8e99
grpc-js: Add a channel option to configure retry attempt limits -
ebdf52f
grpc-js: Add getHost to surface server call classes -
9ea4187
Merge remote-tracking branch 'upstream/@grpc/grpc-js@1.10.x' into grpc-js_1.1... -
f867643
Merge pull request #2776 from gkampitakis/gkampitakis/patch_dns_lookup -
201595c
run tests in series - Additional commits viewable in compare view