Commit Graph

2572 Commits

Author SHA1 Message Date
Michael Lumish 39680a5084
Merge pull request #1861 from murgatroid99/grpc-native_submodule_bump
grpc-native: Update submodule and version
2021-07-22 14:15:44 -07:00
Michael Lumish bb51830575
Merge pull request #1860 from murgatroid99/grpc-native_ServiceDefinition_fix
grpc: Make ServiceDefinition type argument optional
2021-07-22 09:02:23 -07:00
Michael Lumish cd82535012 grpc-native: Update submodule and version 2021-07-21 15:27:58 -07:00
Michael Lumish 913734dd58 grpc: Make ServiceDefinition type argument optional 2021-07-21 14:30:50 -07:00
Michael Lumish 465f7a15c9
Merge pull request #1788 from murgatroid99/grpc-native_v1.24.10
native: Bump version to 1.24.10
2021-05-14 15:16:35 -07:00
Michael Lumish 870523f680 native: Bump version to 1.24.10 2021-05-14 14:13:07 -07:00
Michael Lumish d85324db64
Merge pull request #1786 from amje/fix-function-check
fix(grpc-native-core): incomplete function check
2021-05-14 14:09:09 -07:00
Andrey Morozov b1c1f96401 fix(grpc-native-core): incomplete function check 2021-05-13 18:58:25 +03:00
Michael Lumish ccaceae014
Merge pull request #1775 from murgatroid99/grpc-native_node-pre-gyp_fix
native: Fix reference to node-pre-gyp
2021-05-04 12:11:49 -07:00
Michael Lumish 52d44f55d9 native: Fix reference to node-pre-gyp 2021-05-04 09:06:38 -07:00
Michael Lumish 64e699c0c7
Merge pull request #1760 from murgatroid99/native_node_16_support
Native: build Node 16 binaries
2021-04-30 10:37:21 -07:00
Michael Lumish 8b9185b8ff Merge remote-tracking branch 'upstream/grpc@1.24.x' into native_node_16_support 2021-04-29 11:06:07 -07:00
Michael Lumish c59e0b84ad Update README with deprecation information 2021-04-29 10:42:12 -07:00
Michael Lumish c6525d2ab0 Update version to 1.24.8 2021-04-29 10:38:34 -07:00
Michael Lumish 317963ba37 Update node-pre-gyp dependency for Node 16 support 2021-04-27 10:45:07 -07:00
Michael Lumish 1fb9a3f0bb
Merge pull request #1750 from murgatroid99/grpc_serialization_errors_logging
grpc: Log (de)serialization errors specificially, instead of internal errors in general
2021-04-20 13:45:36 -07:00
Michael Lumish 3420dae2b7 native: Add Node 16 binaries to the build script 2021-04-20 13:12:07 -07:00
Michael Lumish 41a7cfbefd Don't install docker in docker images 2021-04-20 13:10:47 -07:00
Michael Lumish a5f01fb0c1
Merge pull request #1759 from zereraz/grpc@1.24.x
grpc: stricter function check than instanceof
2021-04-20 11:19:25 -07:00
Sahebjot singh b6181d93da
Stricter check for is function
instanceof Function fails when run in different contexts, this check allows it to work in normal as well as vm context.
2021-04-20 18:47:39 +05:30
Michael Lumish 412f9f53ae Don't install docker in docker images 2021-04-19 12:18:45 -07:00
Michael Lumish 949c82e13c grpc: Log (de)serialization errors specificially, instead of internal errors in general 2021-04-15 11:39:26 -07:00
Michael Lumish 545a9359a6
Merge pull request #1701 from murgatroid99/grpc_prototype_pollution_fix
grpc: Fix prototype pollution possibility in loadPackageDefinition
2021-03-01 14:45:20 -08:00
Michael Lumish 9153fd28a9
Use indexOf instead of includes for Node 4 compatibility 2021-03-01 10:11:13 -08:00
Michael Lumish 5bcb940ed6 grpc: Fix prototype pollution possibility in loadPackageDefinition 2021-02-24 14:54:27 -08:00
Michael Lumish ea5b04ebd4
Merge pull request #1684 from jmeinke/native_electron_10_and_11
Create prebuilts for native electron 10 and 11
2021-02-08 09:05:34 -08:00
Jerome Meinke f73b869dc1 Native: add new Electron versions -> fix microsoft/setup-msbuild to v1 2021-02-06 16:49:16 +01:00
Jerome Meinke 4d83f4e230 Native: add new Electron versions -> update info about latest version of electron in README.md 2021-02-06 09:31:54 +01:00
Jerome Meinke 69be33cce7 Native: add new Electron versions -> always use latest v1 of microsoft/setup-msbuild action 2021-02-06 09:28:29 +01:00
Jerome Meinke f879313acf Native: add new Electron versions -> apply suggestions 2021-02-05 16:38:40 +01:00
Jerome Meinke 928d2d55de Native: add new Electron versions, bump version 2021-02-04 10:53:46 +01:00
Michael Lumish e959c5540b
Merge pull request #1615 from murgatroid99/native_node_15
Native: add new Node and Electron versions, bump version
2020-11-05 13:31:04 -08:00
Michael Lumish 080de6cf7b Add note about grpc-js to README 2020-11-05 10:08:26 -08:00
Michael Lumish b82149e433 Don't build for Node 15 for now 2020-11-04 14:16:57 -08:00
Michael Lumish 6b336fd7c9 Change C++ standard to C++14 2020-11-03 11:37:58 -08:00
Michael Lumish 78a96f5e70
Merge pull request #1610 from murgatroid99/native_metadata_buffer_fix
Native: Copy slice data into Buffer when receiving binary metadata
2020-10-29 14:21:36 -07:00
Michael Lumish ee0fd3fd18 Fix a type error in the slice change 2020-10-27 15:31:23 -07:00
Michael Lumish 27382f3bc7 Native: Copy slice data into Buffer when receiving binary metadata 2020-10-27 11:33:24 -07:00
Michael Lumish f92f7f04ae Native: add new Node and Electron versions, bump version 2020-10-27 10:53:09 -07:00
Michael Lumish 23b3795a4d
Merge pull request #1606 from murgatroid99/grpc_prototype_pollution
grpc: Prevent prototype pollution in loadPackageDefinition
2020-10-23 10:50:16 -07:00
Michael Lumish 01cbcab070 grpc: Prevent prototype pollution in loadPackageDefinition 2020-10-20 11:18:19 -07:00
Michael Lumish 96803d4e6d
Merge pull request #1590 from badsyntax/grpc-native-core-type-fix
Add ResponseType to ServerWritableStream
2020-10-05 12:29:30 -07:00
Richard Willis 58481c45c0 Add ResponseType to ServerWritableStream
To provide better type compatibility with @grpc/grpc-js
2020-09-25 20:17:05 +01:00
Michael Lumish ea36f751a1
Merge pull request #1496 from jncr/grpc@1.24.x
add methodTypes enum
2020-07-08 13:57:44 -07:00
John 336a9e01ea
Merge pull request #1 from jncr/method-types-ts
add methodTypes enum
2020-07-08 16:00:30 +01:00
John 48802ee429
add methodTypes enum 2020-07-08 15:59:42 +01:00
Michael Lumish 41fdb4a9c5
Merge pull request #1435 from murgatroid99/grpc_1.24_updates_from_master
grpc 1.24 updates from master
2020-06-03 16:50:26 -07:00
Michael Lumish 0c6c2e3817 Use a newer version of setup-node 2020-06-01 11:24:37 -07:00
Michael Lumish 8f11f52185 Use Node 14 to do all builds 2020-06-01 09:59:53 -07:00
Michael Lumish acffaf27ee Add pre-deprecation warning to README 2020-06-01 09:25:30 -07:00