Commit Graph

567 Commits

Author SHA1 Message Date
Jake Turner 5c6901abed Additional binaries
Signed-off-by: Jake Turner <jaketurner25@live.com>
2019-11-11 15:45:13 +00:00
Nicolas Noble 307f022fa2
Fixing "vector: invalid subscript" issue. 2019-11-05 15:57:31 -08:00
imjoey 39f11520f3 Fix the default value of waitForReady in doc
In my usecase, the default behavious of `waitForReady` for RPC is `false` that not in accord with the doc. After digging into the source codes, probably the doc is incorrect.

Signed-off-by: imjoey <majunjiev@gmail.com>
2019-10-29 14:55:34 +08:00
murgatroid99 8fa9da9c0e Update node-pre-gyp dependency to 0.14 2019-10-25 14:34:13 -07:00
murgatroid99 19c2e6fde8 Fix deprecated method use in call.cc 2019-10-25 11:15:24 -07:00
murgatroid99 ae62a73b9f Also add Node 13 to the build 2019-10-25 11:10:10 -07:00
murgatroid99 de364c65a2 Add Electron 7 to the build 2019-10-25 10:45:54 -07:00
murgatroid99 aea5941e5e Merge remote-tracking branch 'upstream/grpc@1.24.x' into v1.24_upmerge 2019-10-22 10:07:28 -07:00
murgatroid99 029ecbe9b8 Bump submodule and version 2019-10-21 11:09:50 -07:00
murgatroid99 4580356687 Merge remote-tracking branch 'upstream/grpc@1.23.x' into HEAD 2019-10-21 11:06:32 -07:00
Esun Kim 57789c409e Clean up nanopb 2019-10-03 14:07:15 -07:00
murgatroid99 5876f61681 Publish .inc files from abseil and upb 2019-10-02 13:13:43 -07:00
murgatroid99 1e2a7cb2e3 Bump submodule to 1.23.1 and library version to 1.23.4 2019-10-01 17:20:29 -07:00
murgatroid99 c44edcbce5 Bump to 1.24.0 2019-09-25 13:34:49 -07:00
Nicolas Noble f1f3cd32eb
Merge pull request #1032 from nicolasnoble/prepare-1.24
Update master to 1.24.
2019-09-17 15:12:21 -07:00
Nicolas "Pixel" Noble b847e405e8 Also tweaking local template. 2019-09-17 23:07:39 +02:00
Nicolas "Pixel" Noble 50f6994510 Update master to 1.24. 2019-09-13 19:49:42 +02:00
GP ✅ 9114f34ea3
Fix #502 - Make all properties of CallOptions optional 2019-09-12 09:37:00 +05:30
murgatroid99 c8fe8f0c9c Add logging for (de)serialization errors 2019-09-09 15:28:16 -07:00
Michael Lumish e1e0735468
Merge pull request #997 from kellycampbell/log-internal-errs
Log internal errors from proto serialization/deserialization
2019-09-06 14:11:56 -07:00
Michael Lumish ceae8aaf1d
Merge pull request #1009 from murgatroid99/v1.23.3_bump
Update to v1.23.3
2019-08-22 14:49:12 -07:00
murgatroid99 c12bebd979 Update to v1.23.3 2019-08-22 13:23:38 -07:00
murgatroid99 d434d132fc Duplicate relevant protobufjs type definition 2019-08-22 13:18:36 -07:00
Nathan Shively-Sanders d6866a837a Add comment for future additions 2019-08-22 12:46:33 -07:00
Nathan Shively-Sanders 24a14d7f04 Move EventEmitter inside declare module "grpc" 2019-08-22 11:35:22 -07:00
murgatroid99 42e9f6df61 Bump to 1.23.2 2019-08-20 10:15:08 -07:00
murgatroid99 f5294f7258 Upmerge 1.22 into 1.23 2019-08-20 10:11:49 -07:00
murgatroid99 1bec9e2b5d Remove @types/protobufjs and bump to 1.23.1 2019-08-19 12:46:46 -07:00
David Raynes 629670bbd3 Remove deprecated @types/protobufjs module 2019-08-19 14:27:10 -04:00
Kelly Campbell 20874af51c Log internal errors from proto serialization/deserialization 2019-08-17 14:11:48 -04:00
murgatroid99 84d48a7415 Update version to 1.23.0 2019-08-15 14:30:20 -07:00
murgatroid99 96d9f2951c Add Electron 6 to the artifact build list 2019-08-13 10:13:17 -07:00
murgatroid99 43fa9398c7 Update submodule again 2019-08-06 17:24:31 -07:00
murgatroid99 b79229b964 Update native library to 1.23.0-pre1 2019-08-06 11:39:01 -07:00
Erik Silkensen 81c579deae
Fix typo in makeServerStreamRequest return type (grpc-native-core) 2019-08-04 17:12:49 -06:00
Esun Kim bb57faeb7b Update by code review 2019-07-30 11:34:59 -07:00
Esun Kim 2e16f16ec4 Add upb configuration to native-core 2019-07-30 11:14:51 -07:00
murgatroid99 0dc0b68197 Fix typo in native types file 2019-07-16 14:21:42 -07:00
CyrusNajmabadi 26e30ab136
Fix 'noImplicitAny' issue with declaration file.
The latest release of grpc-node cannot be used in a typescript project that uses -noImplicitAny.  This is due to a signature being added without a specified return type.  This causes the return type to implicitly be 'any' which TS explicitly disallows.  For projects that use strict flags to catch lots of bugs, this prevents usage of this version of grpc entirely.
2019-07-09 12:39:06 -07:00
Michael Lumish fde180aeb4
Merge pull request #940 from agmt5989/patch-1
Updated README.md
2019-07-08 13:02:46 -07:00
Michael Lumish fd91a29c5c
Merge pull request #939 from CapOM/build_electron_4.2.x_artifacts
Build Electron 4.2 artifacts
2019-07-08 12:28:47 -07:00
Mike Ajala 986979bda9
Updated README.md
Corrected a few typos and semantics in the readme file.
2019-07-07 23:59:49 +01:00
Julien Isorce ec91a16970 Build Electron 4.2 artifacts
4.0 and 4.1 were there but not 4.2

https://github.com/grpc/grpc-node/issues/937
2019-07-06 14:15:16 -07:00
Cosmin Lehene 69f97495ac
Fix Channel argument validation error messages 2019-07-02 14:39:49 -07:00
murgatroid99 c6c7190700 Disable another test 2019-06-20 11:13:44 -07:00
murgatroid99 d18256d25c Bump to 1.22.0-pre1 2019-06-19 17:13:32 -07:00
Michael Lumish 2e13f46141
Merge pull request #864 from murgatroid99/native_cares_activation
Enable use of cares resolver
2019-06-19 16:36:59 -07:00
murgatroid99 863539c08e Skip another test that seems to have trouble with the native resolver 2019-06-19 15:16:33 -07:00
murgatroid99 58ce2779a1 Forgot the 'Local' directory component 2019-06-17 14:06:02 -07:00
murgatroid99 c55edf7107 Use known-working environment variable 2019-06-17 10:30:35 -07:00