dependabot npm(deps): bump @grpc/grpc-js from 1.11.3 to 1.12.0
Bumps @grpc/grpc-js from 1.11.3 to 1.12.0.
Release notes
Sourced from @grpc/grpc-js
's releases.
@grpc/grpc-js-xds
1.12.0
- Enable dualstack socket support by default in xDS clients (#2832)
@grpc/grpc-js
1.12.0Changelog
- Provide the method_name for the CallCredentials callback generateMetadata (#2814 contributed by
@becoded
)- Add an optional
rejectUnauthorized
field to theVerifyOptions
interface, which can be passed as an argument tocredentials.createSsl
andcreateFromSecureContext
(#2812 contributed by@vinothsa4891
)Experimental API changes
Added:
CaCertificateUpdate
CaCertificateUpdateListener
IdentityCertificateUpdate
IdentityCertificateUpdateListener
CertificateProvider
FileWatcherCertificateProvider
FileWatcherCertificateProviderConfig
createCertificateProviderChannelCredentials
createCertificateProviderServerCredentials
Modified:
LoadBalancer
: The constructor now takes an additional argument of typeChannelCredentials
.ChannelControlHelper#createSubchannel
: Now takes an additional argument of typeChannelCredentials | null
. This should be passed along if overriding this function.LeafLoadBalancer
: The constructor now takes an additional argument of typeChannelCredentials
.
Commits
-
8aacdfd
Merge pull request #2833 from murgatroid99/grpc-js_1.12.0_bump -
051c048
grpc-js: Bump to 1.12.0 -
707f6cb
Merge pull request #2832 from murgatroid99/grpc-js-xds_enable_dualstack -
50668f7
grpc-js-xds: Enable dualstack support by default -
3c9436b
Merge pull request #2812 from vinothsa4891/bugfix/support-reject-unauthorized -
0430dc5
Merge pull request #2828 from murgatroid99/grpc-js_parse_duration_fix -
6d09389
grpc-js: Fix duration parsing bug -
7121f27
Changed condition -
9e68873
Moved rejectUnauthorized from channel option to connectionOptions -
d95ea30
Merge pull request #2823 from murgatroid99/grpc-js-xds_file_watcher_plugin - Additional commits viewable in compare view