chore: update dependency @grpc/grpc-js to v1.14.3#1632
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore: update dependency @grpc/grpc-js to v1.14.3#1632renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Contributor
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.6.7→1.14.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
grpc/grpc-node (@grpc/grpc-js)
v1.14.3: @grpc/grpc-js 1.14.3Compare Source
v1.14.2: @grpc/grpc-js 1.14.2Compare Source
v1.14.1: @grpc/grpc-js 1.14.1Compare Source
v1.14.0: @grpc/grpc-js 1.14.0Compare Source
Changelog
getAuthContextmethod to client and server call classes (more details can be found in gRFC L35) (#2920)getConnectionInfomethod to theServerInterceptingCallclass (#2922)weighted_round_robinload balancing policy (#2998)round_robinLB policy (#2979)Experimental API Changes
Added:
CHANNEL_ARGS_CONFIG_SELECTOR_KEYStatusOr<T>CallStreamstatusOrFromValuestatusOrFromErrorModified:
ResolverListener#onSuccessfulResolutionnow has the signature(endpointList: StatusOr<Endpoint[]>, attributes: { [key: string]: unknown }, serviceConfig: StatusOr<ServiceConfig> | null, resolutionNote: string): booleanLoadBalancer#updateAddressListnow has the signature `updateAddressList(endpointList: StatusOr<Endpoint[]>,lbConfig: TypedLoadBalancingConfig, channelOptions: ChannelOptions, resolutionNote: string): booleanv1.13.4: @grpc/grpc-js 1.13.4Compare Source
ssl_target_name_overrideoption (#2956)v1.13.3: @grpc/grpc-js 1.13.3Compare Source
http2.getDefaultSettings(#2937)v1.13.2: @grpc/grpc-js 1.13.2Compare Source
v1.13.1: @grpc/grpc-js 1.13.1Compare Source
rejectUnauthorizedchannel credentials option to be handled incorrectly (#2926)retryThrottlingconfig was set (#2927)v1.13.0Compare Source
v1.12.6Compare Source
v1.12.5: @grpc/grpc-js 1.12.5Compare Source
v1.12.4: @grpc/grpc-js 1.12.4Compare Source
v1.12.3: @grpc/grpc-js 1.12.3Compare Source
v1.12.2: @grpc/grpc-js 1.12.2Compare Source
util.promisifyinstead offs/promisesfor Node 12 compatibility (#2838)v1.12.1: @grpc/grpc-js 1.12.1Compare Source
v1.12.0: @grpc/grpc-js 1.12.0Compare Source
Changelog
rejectUnauthorizedfield to theVerifyOptionsinterface, which can be passed as an argument tocredentials.createSslandcreateFromSecureContext(#2812 contributed by @vinothsa4891)Experimental API changes
Added:
CaCertificateUpdateCaCertificateUpdateListenerIdentityCertificateUpdateIdentityCertificateUpdateListenerCertificateProviderFileWatcherCertificateProviderFileWatcherCertificateProviderConfigcreateCertificateProviderChannelCredentialscreateCertificateProviderServerCredentialsModified:
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.v1.11.3: @grpc/grpc-js 1.11.3Compare Source
v1.11.2: @grpc/grpc-js 1.11.2Compare Source
v1.11.1: @grpc/grpc-js 1.11.1Compare Source
v1.11.0: @grpc/grpc-js 1.11.0Compare Source
Changelog
getHostmethod to server call objects (#2783, #2793)Experimental API changes
Added:
splitHostPortHostPortcreateServerCredentialsWithInterceptorsv1.10.11: @grpc/grpc-js 1.10.11Compare Source
v1.10.10: @grpc/grpc-js 1.10.10Compare Source
grpc.max_send_message_lengthchannel option (#2779)v1.10.9: @grpc/grpc-js 1.10.9Compare Source
grpc.max_receive_message_sizeper received message.v1.10.8: @grpc/grpc-js 1.10.8Compare Source
unix:targets to not reconnect after the channel goes idle (#2750)v1.10.7: @grpc/grpc-js 1.10.7Compare Source
@grpc/proto-loaderto the latest version (#2732)v1.10.6: @grpc/grpc-js 1.10.6Compare Source
v1.10.5: @grpc/grpc-js 1.10.5Compare Source
Error.stackTraceLimitisundefined(#2701 contributed by @davidfiala)checkServerIdentitywhengrpc.ssl_target_name_overrideis set (#2704)v1.10.4: @grpc/grpc-js 1.10.4Compare Source
ResponderBuilderandListenerBuilderobjects (#2696)v1.10.3: @grpc/grpc-js 1.10.3Compare Source
v1.10.2: @grpc/grpc-js 1.10.2Compare Source
v1.10.1: @grpc/grpc-js 1.10.1Compare Source
round_robinLB policy to fail to reconnect after a connection drops (#2667)v1.10.0: @grpc/grpc-js 1.10.0Compare Source
Changelog
Server#start(#2597) (details in gRFC L107)Server#unbind(#2612) (details in gRFC L109)Server#drain(#2616) (details in gRFC L111)VerifyOptions(#2637 contributed by @chakhsu)Experimental API Changes
EndpointendpointToStringendpointHasAddressLeafLoadBalancerHealthListenerSubchannelInterface#isHealthySubchannelInterface#addHealthStateWatcherSubchannelInterface#removeHealthStateWatcherSubchannelWrapper#setHealthyselectLbConfigFromListparseLoadBalancingConfigOutlierDetectionRawConfigEndpointMapexperimentalnamespace:ServiceConfigMethodConfigLoadBalancingConfig(now a simple raw object type)RetryPolicygetFirstUsableConfigvalidateLoadBalancingConfigOutlierDetectionLoadBalancingConfigLoadBalancer#updateAddressList: The first argument now has typeEndpoint[]instead ofSubchannelAddress[]ResolverListener#onSuccessfulResolution: The first argument now has typeEndpoint[]instead ofSubchannelAddress[]registerLoadBalancerType: The second argument, aLoadBalancerConstructornow takes a second argumentoptions: ChannelOptionsConfigSelector: Now accepts an additional argumentchannelId: numberQueuePicker: The constructor now accepts an additional optional argumentchildPicker: Picker, which theQueuePickerinstance will delegate to if provided.v1.9.15: @grpc/grpc-js 1.9.15Compare Source
grpc.max_receive_message_sizeper received message.v1.9.14: @grpc/grpc-js 1.9.14Compare Source
waitForReady(#2643)v1.9.13: @grpc/grpc-js 1.9.13Compare Source
v1.9.12: @grpc/grpc-js 1.9.12Compare Source
v1.9.11: @grpc/grpc-js 1.9.11Compare Source
v1.9.10: @grpc/grpc-js 1.9.10Compare Source
v1.9.9: @grpc/grpc-js 1.9.9Compare Source
v1.9.8: @grpc/grpc-js 1.9.8Compare Source
v1.9.7: @grpc/grpc-js 1.9.7Compare Source
v1.9.6: @grpc/grpc-js 1.9.6Compare Source
indextracer, and add more information to other trace logs (#2599)v1.9.5: @grpc/grpc-js 1.9.5Compare Source
server-call.ts(#2589 contributed by @rsnullptr)v1.9.4: @grpc/grpc-js 1.9.4Compare Source
v1.9.3: @grpc/grpc-js 1.9.3Compare Source
Experimental changes:
grpc.experimental.BackoffTimeout#getEndTimev1.9.2: @grpc/grpc-js 1.9.2Compare Source
v1.9.1: @grpc/grpc-js 1.9.1Compare Source
v1.9.0: @grpc/grpc-js 1.9.0Compare Source
grpc.client_idle_timeout_ms(#2471)pick_first: sticky TRANSIENT_FAILURE and address order randomization (#2511)Http2ServerCallStreamhandling (#2501 contributed by @CedricKassen)grpc-node.tls_enable_traceto enable Node TLS tracing (#2507)Experimental changes:
grpc.experimental.createResolverv1.8.22: @grpc/grpc-js 1.8.22Compare Source
grpc.max_receive_message_sizeper received message.v1.8.21Compare Source
v1.8.20: @grpc/grpc-js 1.8.20Compare Source
grpc.keepalive_permit_without_callsis set (#2519)v1.8.19: @grpc/grpc-js 1.8.19Compare Source
v1.8.18: @grpc/grpc-js 1.8.18Compare Source
v1.8.17: @grpc/grpc-js 1.8.17Compare Source
pick_firstLB policy as the direct child of anoutlier_detectionLB policy (#2476)v1.8.16: @grpc/grpc-js 1.8.16Compare Source
transporttrace logs (#2470)v1.8.15: @grpc/grpc-js 1.8.15Compare Source
statusanderrorevents are consistently emitted asynchronously (#2456)v1.8.14: @grpc/grpc-js 1.8.14Compare Source
v1.8.13: @grpc/grpc-js 1.8.13Compare Source
v1.8.12Compare Source
v1.8.11: @grpc/grpc-js 1.8.11Compare Source
v1.8.10: @grpc/grpc-js 1.8.10Compare Source
v1.8.9: @grpc/grpc-js 1.8.9Compare Source
v1.8.8: @grpc/grpc-js 1.8.8Compare Source
progressfield in returned status object (#2350)InterceptingListenerandNextCalltypes (#2351)v1.8.7: @grpc/grpc-js 1.8.7Compare Source
v1.8.6: @grpc/grpc-js 1.8.6Compare Source
v1.8.5: @grpc/grpc-js 1.8.5Compare Source
v1.8.4Compare Source
v1.8.3: @grpc/grpc-js 1.8.3Compare Source
v1.8.2Compare Source
v1.8.1Compare Source
grpc.service_config_disable_resolutionchannel option (#2277 contributed by @kleinsch)v1.8.0: @grpc/grpc-js 1.8.0Compare Source
v1.7.3: @grpc/grpc-js 1.7.3Compare Source
v1.7.2: @grpc/grpc-js 1.7.2Compare Source
grpc-node.max_session_memoryoptionNumber.MAX_SAFE_INTEGERon the server (#2245)v1.7.1: Node gRPC v1.7.1Compare Source
Changes
v1.7.0: @grpc/grpc-js 1.7.0Compare Source
pathandcallEndevent inServerSurfaceCall(#2132 contributed by @ajmath)v1.6.12: @grpc/grpc-js 1.6.12Compare Source
v1.6.11Compare Source
v1.6.10: @grpc/grpc-js 1.6.10Compare Source
v1.6.9: @grpc/grpc-js 1.6.9referencetag generation (#2126)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.