4618 Commits

Author SHA1 Message Date
Michael Lumish
5e2fa71713
Merge pull request #2663 from Ileriayo/fix-deprecation-node-example
Fix deprecated code
2024-02-12 13:29:47 -08:00
Ileriayo Adebiyi
76717f88a6 Fix missing import 2024-02-12 21:09:43 +01:00
Ileriayo Adebiyi
300a23698c Fix deprecated statement 2024-02-12 21:09:18 +01:00
Ileriayo Adebiyi
9c3291eeaa Fix deprecated code 2024-02-12 14:48:05 +01:00
Michael Lumish
5b44a4428f
Merge pull request #2654 from murgatroid99/grpc-health-check_2.0.1
grpc-health-check: Bump version to 2.0.1
grpc-health-check@2.0.1
2024-02-05 16:07:14 -08:00
Michael Lumish
f70c322e57
Merge pull request #2650 from murgatroid99/grpc-js_server_interceptors
grpc-js: Implement server interceptors
2024-02-01 10:06:17 -08:00
Michael Lumish
c2e72e833b grpc-health-check: Bump version to 2.0.1 2024-01-31 13:28:26 -08:00
Michael Lumish
4d7a7fbca1
Merge pull request #2651 from satazor/support/remove-typescript-as-dep
grpc-health-check: Move `typescript` as a dev dependency
2024-01-31 13:25:52 -08:00
Michael Lumish
7c9a5e7147 Make extra trailer behavior consistent with old code 2024-01-31 10:41:01 -08:00
André Cruz
24c258ad58 grpc-health-check: Move typescript as a dev dependency 2024-01-30 14:53:34 +00:00
Michael Lumish
f52d1429fb grpc-js: Implement server interceptors 2024-01-26 14:36:18 -08:00
Michael Lumish
666a374457
Merge pull request #2645 from murgatroid99/master_merge_1.9.x
Merge 1.9.x into master
2024-01-18 09:39:57 -08:00
Michael Lumish
3915f579f2 Merge 1.9.x into master 2024-01-17 14:28:31 -08:00
Michael Lumish
5be83dd878
Merge pull request #2643 from murgatroid99/grpc-js_idle_timer_fix
grpc-js: Fix and optimize IDLE timeouts
@grpc/grpc-js@1.9.14
2024-01-16 15:13:30 -08:00
Michael Lumish
b8dc020167
Merge pull request #2644 from murgatroid99/grpc-js_channelz_socket_connecting_handle_fix
grpc-js: Shutdown transport if a state change occurs while connecting
2024-01-16 15:13:22 -08:00
Michael Lumish
2b31f8c148 grpc-js: Shutdown transport if a state change occurs while connecting 2024-01-16 14:38:17 -08:00
Michael Lumish
6da0b49dbc grpc-js: Fix and optimize IDLE timeouts 2024-01-16 14:18:05 -08:00
Michael Lumish
442e3ea24a
Merge pull request #2638 from XuanWang-Amos/backport-1.9-psm-interop-shared-build
buildscripts: Use the Kokoro shared install lib from the new repo (@grpc/grpc-js@1.9.x backport)
2024-01-04 14:40:52 -08:00
Michael Lumish
6e6f942f19 Merge pull request #2635 from XuanWang-Amos/psm-interop-shared-build
buildscripts: Use the Kokoro shared install lib from the new repo
2024-01-04 21:49:25 +00:00
Michael Lumish
2a7c9062b8
Merge pull request #2637 from chakhsu/master
fix: export type VerifyOptions
2024-01-04 13:14:13 -08:00
Michael Lumish
9b68bceb74
Merge pull request #2635 from XuanWang-Amos/psm-interop-shared-build
buildscripts: Use the Kokoro shared install lib from the new repo
2024-01-04 13:11:54 -08:00
Chakhsu.Lau
3cdaebdd0c fix: export type VerifyOptions 2024-01-04 21:19:02 +08:00
Xuan Wang
493f9bfa67 buildscripts: Use the Kokoro shared install lib from the new repo 2023-12-18 20:51:23 +00:00
Michael Lumish
c5d35fe22d
Merge pull request #2634 from Spinny03/master
fix grpc-reflection README: rename import
2023-12-14 14:25:03 -05:00
Filippo Spinella
bda01f97f4 fix README 2023-12-14 18:56:05 +01:00
Michael Lumish
7eb9f42af5
Merge pull request #2633 from murgatroid99/grpc-reflection_1.0.1
grpc-reflection: Increment version to 1.0.1
@grpc/reflection@1.0.1
2023-12-14 11:22:37 -05:00
Michael Lumish
5fe8afc4e7 grpc-reflection: Increment version to 1.0.1 2023-12-14 10:38:11 -05:00
Michael Lumish
2116df0f01
Merge pull request #2632 from gawsoftpl/master
Fix issue #2631 [@grpc/grpc-reflection] Issue with proto file dependencies only on second or next request
2023-12-14 10:33:58 -05:00
Pitos
3f2217e220 Fix issue #2631 2023-12-14 13:53:18 +01:00
Michael Lumish
9890d59073
Merge pull request #2626 from murgatroid99/grpc-js_call_timer_ref_fix
grpc-js: Fix call ref timer handling
@grpc/grpc-js@1.9.13
2023-12-12 09:29:37 -05:00
Michael Lumish
d46360df74
Merge pull request #2613 from jtimmons/feat/grpc-reflection-package
feat(grpc-reflection): created new @grpc/reflection package
@grpc/reflection@1.0.0
2023-12-01 07:44:51 -08:00
Michael Lumish
4dfd8c43d7 grpc-js: Fix call ref timer handling 2023-12-01 10:27:09 -05:00
Justin Timmons
6a88cf21f4 docs(grpc-reflection): added helloworld implementation for reflection example 2023-11-28 22:04:24 -05:00
Justin Timmons
674a6716d0 Revert "docs(grpc-reflection): updated reflection example to reflect on the reflection API itself"
This reverts commit 8016d8758bda7cfdd87a3eaef535cdfc48174ad3.
2023-11-28 21:13:52 -05:00
Justin Timmons
8016d8758b docs(grpc-reflection): updated reflection example to reflect on the reflection API itself 2023-11-27 21:20:02 -05:00
Michael Lumish
202a735ea9
Merge pull request #2623 from murgatroid99/grpc-js_pick_first_reset_listener_fix
grpc-js: pick_first: fix currentPick comparison in resetSubchannelList
@grpc/grpc-js@1.9.12
2023-11-27 12:53:33 -08:00
Michael Lumish
6d4e08cfd4 grpc-js: pick_first: fix currentPick comparison in resetSubchannelList 2023-11-27 12:28:30 -05:00
Justin Timmons
c53656d67b refactor(grpc-reflection): precompute service list and file encodings 2023-11-18 19:44:48 -05:00
Justin Timmons
234f7f0a0c refactor(grpc-reflection): switch to using protobufjs library for message encoding/decoding 2023-11-18 19:13:59 -05:00
Michael Lumish
85bc3c2e78
Merge pull request #2619 from murgatroid99/grpc-js_idle_loop_fix
grpc-js: Make pick_first use exitIdle
@grpc/grpc-js@1.9.11
2023-11-16 11:30:14 -08:00
Michael Lumish
667bae6412
Merge pull request #2618 from murgatroid99/grpc-js_uds_return_once
grpc-js: Return the result from the UDS resolver only once
2023-11-16 11:30:03 -08:00
Michael Lumish
736d6df80b grpc-js: Return the result from the UDS resolver only once 2023-11-16 10:19:26 -08:00
Michael Lumish
8843706ec7 grpc-js: Make pick_first use exitIdle 2023-11-16 10:15:48 -08:00
Justin Timmons
bc8f2ead26 docs(grpc-reflection): fixed link to example image 2023-11-15 20:52:17 -05:00
Justin Timmons
7a15a1cccb build(grpc-reflection): moved reflection tests to proper job and added test coverage 2023-11-15 20:51:48 -05:00
Justin Timmons
87e1f79846 docs(grpc-reflection): moved example to common directory and match grpc-go server 2023-11-15 20:49:03 -05:00
Michael Lumish
f04db5b87a
Merge pull request #2616 from murgatroid99/grpc-js_server_drain
grpc-js: Implement `Server#drain`
2023-11-15 10:26:43 -08:00
Justin Timmons
2449abe398 refactor(grpc-reflection): simplified request handling and file dependency logic 2023-11-15 08:28:47 -05:00
Justin Timmons
89a5cbbdf4 chore(grpc-reflection): cleaned up package dependencies 2023-11-14 22:28:08 -05:00
Michael Lumish
3a16187451 grpc-js: Implement server drain method 2023-11-14 14:37:13 -08:00