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 |
|
Michael Lumish
|
056738f2ed
|
Merge pull request #2611 from murgatroid99/grpc-js_goaway_null_data
grpc-js: Handle unset opaqueData in goaway event
@grpc/grpc-js@1.9.10
|
2023-11-14 13:08:16 -08:00 |
|
Michael Lumish
|
58b13ac6df
|
Merge pull request #2612 from murgatroid99/grpc-js_server_unbind
grpc-js: Implement `Server#unbind`
|
2023-11-14 13:08:11 -08:00 |
|
Michael Lumish
|
66f972cb87
|
grpc-js: Implement unbind
|
2023-11-10 14:58:21 -08:00 |
|
Justin Timmons
|
3b4f92ee62
|
refactor(grpc-reflection): file cleanup and enabled ts strict mode
|
2023-11-08 22:43:18 -05:00 |
|
Justin Timmons
|
215078f49a
|
feat(grpc-reflection): added reflection service to add capability to a users server
|
2023-11-08 22:39:06 -05:00 |
|
Justin Timmons
|
54df17727f
|
feat(grpc-reflection): created new grpc-reflection package ported from nestjs-grpc-reflection library
|
2023-11-08 22:39:06 -05:00 |
|
Michael Lumish
|
bf2009a72f
|
grpc-js: Handle unset opaqueData in goaway event
|
2023-11-07 11:09:59 -08:00 |
|
Michael Lumish
|
993835a0ec
|
Merge pull request #2608 from swimmio/fix-proxy-connect-missing-port
Fix missing port in proxy CONNECT when using the default HTTPS port
|
2023-10-30 16:46:06 -07:00 |
|
Segev Finer
|
0854192dba
|
Review fixes
|
2023-10-31 01:43:33 +02:00 |
|
Segev Finer
|
1f148e9349
|
Fix missing port in proxy CONNECT when using the default HTTPS port
|
2023-10-31 01:43:33 +02:00 |
|
Michael Lumish
|
51b0f66cc2
|
Merge pull request #2609 from murgatroid99/grpc-js_resolver_loop_fix
grpc-js: Don't repeat fixed resolver results
@grpc/grpc-js@1.9.9
|
2023-10-30 11:01:00 -07:00 |
|
Michael Lumish
|
9050ea9dae
|
grpc-js: Don't repeat fixed resolver results
|
2023-10-30 09:42:29 -07:00 |
|
Michael Lumish
|
b75a8c98d7
|
Merge pull request #2606 from murgatroid99/grpc-js_idle_timer_shutdown
grpc-js: Cancel and don't start idle timer on shutdown
@grpc/grpc-js@1.9.8
|
2023-10-27 14:17:50 -07:00 |
|
Michael Lumish
|
446f139b37
|
grpc-js: Cancel and don't start idle timer on shutdown
|
2023-10-27 10:14:58 -07:00 |
|
Michael Lumish
|
845abcaeb2
|
Merge pull request #2602 from murgatroid99/grpc-js_pick_first_sticky_tf_reresolve
grpc-js: pick_first: fix happy eyeballs and reresolution in sticky TF mode
@grpc/grpc-js@1.9.7
|
2023-10-19 16:48:53 -07:00 |
|
Michael Lumish
|
d465f839d4
|
Add pick_first requestReresolution tests
|
2023-10-19 16:20:04 -07:00 |
|
Michael Lumish
|
2f5ddc7137
|
grpc-js: pick_first: fix happy eyeballs and reresolution in sticky TF mode
|
2023-10-19 13:58:31 -07:00 |
|
Michael Lumish
|
779e970099
|
Merge pull request #2597 from murgatroid99/grpc-js_server_deprecate_start
grpc-js: Deprecate Server#start
|
2023-10-17 14:55:33 -07:00 |
|
Michael Lumish
|
ebc2c3e410
|
Merge pull request #2598 from murgatroid99/grpc-js_show_connectivity_errors
grpc-js: Propagate connectivity error information to request errors
@grpc/grpc-js@1.9.6
|
2023-10-17 10:59:50 -07:00 |
|
Michael Lumish
|
694230f30a
|
Merge pull request #2599 from murgatroid99/grpc-js_trace_version_pid
grpc-js: Include library version and PID in all trace logs
|
2023-10-17 10:59:42 -07:00 |
|
Michael Lumish
|
3a9f4d2aa6
|
grpc-js: Propagate connectivity error information to request errors
|
2023-10-16 17:17:27 -07:00 |
|
Michael Lumish
|
0f8ebbdd17
|
grpc-js: Include library version and PID in all trace logs
|
2023-10-16 17:06:32 -07:00 |
|
Michael Lumish
|
976567395e
|
grpc-js: Deprecate Server#start
|
2023-10-16 15:16:58 -07:00 |
|
Michael Lumish
|
4342f60671
|
Merge pull request #2596 from anuraaga/clean-insecure-constructor
chore(grpc-js): remove unused callcredentials parameter from insecure impl
|
2023-10-12 10:10:34 -07:00 |
|
Anuraag Agrawal
|
abac01a9cf
|
chore(grpc-js): remove unused callcredentials parameter from insecure impl
|
2023-10-11 17:43:14 +09:00 |
|
Michael Lumish
|
83743646cf
|
Merge pull request #2592 from murgatroid99/example_cancellation_fix
Cancellation example: corrected information
|
2023-10-02 10:44:29 -07:00 |
|
Michael Lumish
|
065ac2fef6
|
Merge pull request #2590 from murgatroid99/grpc-js_server_shutdown_race
grpc-js: Handle race between bindAsync and (try|force)Shutdown
@grpc/grpc-js@1.9.5
|
2023-10-02 10:34:38 -07:00 |
|
Michael Lumish
|
2003c8859c
|
Cancellation example: corrected information
|
2023-10-02 10:12:03 -07:00 |
|
Michael Lumish
|
b33b8bc2bb
|
grpc-js: Handle race between bindAsync and (try|force)Shutdown
|
2023-09-29 11:17:23 -07:00 |
|
Michael Lumish
|
1b1903cace
|
Merge pull request #2589 from rsnullptr/patch-1
Update server-call.ts
|
2023-09-29 10:58:48 -07:00 |
|
Rafael Santos
|
974b235a04
|
Update server-call.ts
Fix TS2345
|
2023-09-29 15:44:42 +01:00 |
|
Michael Lumish
|
7e53472048
|
Merge pull request #2586 from murgatroid99/grpc-js_round_robin_backoff_ref
grpc-js: Unref backoff timer in subchannel
@grpc/grpc-js@1.9.4
|
2023-09-26 16:49:35 -07:00 |
|
Michael Lumish
|
f7d9baaf25
|
Merge pull request #2585 from murgatroid99/example_error_handling
Add error handling example
|
2023-09-26 16:37:41 -07:00 |
|
Michael Lumish
|
220ee8b771
|
Merge pull request #2584 from murgatroid99/example_cancellation
Add cancellation example
|
2023-09-26 16:36:57 -07:00 |
|
Michael Lumish
|
ea6ba89ead
|
grpc-js: Bump version to 1.9.4
|
2023-09-26 16:35:13 -07:00 |
|
Michael Lumish
|
aade055422
|
Merge pull request #2587 from murgatroid99/grpc-js-xds_dont_update_submodule
grpc-js-xds: Don't call git commands in npm scripts
|
2023-09-26 16:25:28 -07:00 |
|
Michael Lumish
|
4c6869091e
|
grpc-js-xds: Don't call git commands in npm scripts
|
2023-09-26 16:06:03 -07:00 |
|
Michael Lumish
|
e6099d71f2
|
grpc-js: Unref backoff timer in subchannel
|
2023-09-26 15:17:55 -07:00 |
|
Michael Lumish
|
0ebfe60bf2
|
Add error handling example
|
2023-09-26 09:46:56 -07:00 |
|