This repository was archived by the owner on Apr 21, 2022. It is now read-only.
fix(deps): update dependency grpc to v1.24.8#2
Open
mend-for-github-com[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update dependency grpc to v1.24.8#2mend-for-github-com[bot] wants to merge 1 commit intomasterfrom
mend-for-github-com[bot] wants to merge 1 commit intomasterfrom
Conversation
b4ff025 to
5849646
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.0->1.24.8By merging this PR, the below vulnerabilities will be automatically resolved:
Release Notes
grpc/grpc-node
v1.24.7Compare Source
INTERNAL(#1750)instanceof Functioncheck to make it work properly in certain environments (#1759 contributed by @zereraz)v1.24.6Compare Source
v1.24.5Compare Source
v1.24.4Compare Source
loadPackageDefinition(#1606)ResponseTypetoServerWritableStreamtype definition for compatibility with@grpc/grpc-js(#1590 contributed by @badsyntax)methodTypesenum to type definition (#1496 contributed by @jncr)v1.24.3Compare Source
node-pre-gyp(#1371 contributed by @Naktibalda)Known Issues:
v1.24.2C core release notes
v1.23.4Compare Source
C core release notes
v1.23.3Node gRPC v1.23.0
C core release notes
Node gRPC v1.23.1
@types/protobufjs(#999)Node gRPC v1.23.2
Node gRPC v1.23.3
EventEmitterimport in TypeScript types file (#1007 contributed by @sandersn)protobufjsin TypeScript types file (#1008)v1.22.2v1.22.0Add support for the cares DNS resolver. This can be enabled by setting the environment variable
GRPC_DNS_RESOLVER=ares. This will become the default in version 1.23.x, so we recommend enabling that option to verify that it works correctly with your setup (#864)Add metadata options (#796)
Add support for Electron 4.2 (#944 contributed by @CapOM)
v1.21.0Compare Source
C core release notes
v1.20.3Compare Source
v1.20.2Compare Source
C core changes:
v1.20.0Compare Source
Clientconstructor (#799).C core changes:
v1.19.0Compare Source
new BufferwithBuffer.from(#726 contributed by @shirbr510)C core changes:
v1.18.0Compare Source
Server.bindAsync()(#669 contributed by @andrew8er)options.hostin client method calls (#688 contributed by @winguse)detailsproperty toStatusErrortype definition (#700)loadPackageDefinition(#705)v1.17.0Compare Source
v1.16.1Compare Source
v1.16.0Compare Source
callInvocationTransformerclient option (#557)Server#bindAsync. We recommend using this going forward instead ofServer#bind. (#579)checkServerIdentitySSL credentials option in some versions of Node (#573)v1.15.1Compare Source
Node changes:
getRequestHeadersinstead ofgetRequestMetadataincredentials.createFromGoogleCredentialwhenever possible (#547 contributed by @alexander-fenster)v1.15.0Compare Source
Node changes:
optionswhen usingdeprecatedArgumentOrderclient method wrappers (#445 contributed by @servel333)Core changes:
v1.14.2Compare Source
Node changes:
v1.14.1Compare Source
Node changes:
Channel#watchConnectivityStatein TypeScript type definitions file (#496).v1.14.0Compare Source
Node changes:
checkServerIdentitycallback option to client SSL credentials (#403 contributed by @JackOfMostTrades)CallOptionstype to allow custom options (#437 contributed by @TLadd)Core changes:
https_proxyoverhttp_proxy. (#15698)http proxy. (#15699)v1.13.1Compare Source
Node changes:
grpc.setLoggerfrom using lodash's template to an inline function to avoid callingevalin production (#454).v1.13.0Compare Source
Node changes:
grpc.load. We strongly recommend using the@grpc/proto-loaderand thegrpc.loadPackageDefinitionfunction instead. (#392)Messagetype usage in TypeScript type definitions (#393)Core changes:
v1.12.4Compare Source
Core changes:
v1.12.3Compare Source
Node changes:
v1.12.2Compare Source
Node changes:
node-pre-gypbundled dependency (#367)v1.12.1Compare Source
Node changes:
Core changes:
v1.11.3Compare Source
v1.11.2Compare Source
v1.11.1Compare Source
v1.11.0Compare Source
@grpc/proto-loaderv0.1.0This is a new library for loading
.protofiles for use with gRPC using the latest version of Protobuf.js. The output of this package is intended to be loaded using the newloadPackageDefinitionfunction in thegrpclibrary.@grpc/grpc-jsv0.1.0This is the first alpha release of the new pure JavaScript implementation of gRPC. It implements the same API as the existing
grpclibrary. Currently only the client is implemented, with the following functionality:loadPackageDefinitiongrpcv1.11.0Node changes:
loadPackageDefintionfunction (#196)grpc.load(#228 contributed by @cblair)grpc.loadObjectwhen failing to detect Protobuf.js version (#253 contributed by @kellycampbell)-zdefsflag frombinding.gypto enable building on FreeBSD (#266)v1.10.1Compare Source
Node changes:
node-pre-gypto version 0.7.0 (#245)C core changes:
v1.10.0Compare Source
C Core Changes
"grpc.dns_min_time_between_resolutions_ms". (grpc/grpc#14228)v1.9.1Compare Source
v1.9.0Compare Source
KeyCertPair(#171)UNAVAILABLEstatus instead ofUNAUTHENTICATED(grpc/grpc#13363).v1.8.4Compare Source
Errorobjects for easier debugging. The status details string is now available in theErrorobject'sdetailsfield. (#126)Server#tryShutdownmethod (#143)v1.8.0Compare Source
v1.7.3Compare Source
v1.7.2Compare Source
v1.7.1Compare Source
Changes
v1.7.0Please see the notes for the previous releases here: https://github.com/grpc/grpc/releases. Also please see http://grpc.io/ for all information regarding this product.
This is the 1.7 release of Node gRPC.
Changes
.protofile. (#42)Client#waitForReadyactually triggers long-idle clients to reconnect. (#43)