Michael Lumish
|
3b0e4ac8ff
|
grpc-js: Use local proto-loader, and regenerate protobuf types
|
2024-03-27 10:36:54 -07:00 |
|
Michael Lumish
|
d3e16a43ea
|
proto-loader: Revert 'Import internal files with extension'
|
2024-03-27 10:09:27 -07:00 |
|
Michael Lumish
|
6f5a955d8c
|
Merge pull request #2697 from murgatroid99/example_interceptors
Add interceptors example
|
2024-03-26 11:05:24 -07:00 |
|
Michael Lumish
|
729a3f52cf
|
Merge pull request #2695 from murgatroid99/grpc-js_avoid_extra_rst_stream
grpc-js: Avoid sending redundant RST_STREAMs from the client
|
2024-03-26 11:01:00 -07:00 |
|
Michael Lumish
|
c1df94edb2
|
Merge pull request #2696 from murgatroid99/grpc-js_server_interceptors_fix
grpc-js: Ensure server interceptors work with builder utility classes
|
2024-03-26 10:58:59 -07:00 |
|
Michael Lumish
|
f2c5facba6
|
Merge pull request #2698 from murgatroid99/proto-loader_0.7.11
proto-loader: Bump version to 0.7.11
@grpc/grpc-js@1.10.4
@grpc/proto-loader@0.7.11
|
2024-03-26 10:04:21 -07:00 |
|
Michael Lumish
|
eccccd9e8c
|
proto-loader: Bump version to 0.7.11
|
2024-03-25 10:45:11 -07:00 |
|
Michael Lumish
|
d9c26724a5
|
Merge pull request #2693 from atjn/import-extension
`proto-loader-gen-types`: Import internal files with extension
|
2024-03-25 10:43:44 -07:00 |
|
Anton
|
055282a140
|
Update docs with recommended import method
|
2024-03-25 09:03:50 +01:00 |
|
Anton
|
8d69e9fa7a
|
Fix tests
|
2024-03-25 08:58:28 +01:00 |
|
Michael Lumish
|
9948aea5a5
|
grpc-js: Ensure server interceptors work with builder utility classes
|
2024-03-21 14:58:37 -07:00 |
|
Michael Lumish
|
443992bd04
|
Add interceptors example
|
2024-03-21 14:47:42 -07:00 |
|
Michael Lumish
|
f4330f72c9
|
Use call start times in some trace logs
|
2024-03-21 09:49:58 -07:00 |
|
Anton
|
83d9f1c8b9
|
Import files with extension
|
2024-03-21 09:06:58 +01:00 |
|
Michael Lumish
|
14f1d02c9a
|
grpc-js: Avoid sending redundant RST_STREAMs from the client
|
2024-03-20 15:46:59 -07:00 |
|
Michael Lumish
|
d7d171776d
|
grpc-js: Add more info to deadline exceeded errors
|
2024-03-15 15:43:57 -07:00 |
|
Michael Lumish
|
649412f1ea
|
Merge pull request #2691 from murgatroid99/grpc-js_pick_first_disconnect_fix_revert
Revert #2680 "grpc-js: pick_first: Don't automatically reconnect after connection drop"
@grpc/grpc-js@1.10.3
|
2024-03-15 10:07:32 -07:00 |
|
Michael Lumish
|
a8c6c33daa
|
grpc-js: Bump version to 1.10.3
|
2024-03-15 09:24:01 -07:00 |
|
Michael Lumish
|
d0c2026887
|
Revert "grpc-js: pick_first: Don't automatically reconnect after connection drop"
This reverts commit 4a3fefa2b34c96d2f05eb263bbf800bb0dcd36ee.
|
2024-03-15 09:23:08 -07:00 |
|
Michael Lumish
|
bcea4b40bf
|
Merge pull request #2688 from murgatroid99/example_keepalive
Add keepalive example
|
2024-03-14 09:15:13 -07:00 |
|
Michael Lumish
|
f794b77934
|
Address review comments
|
2024-03-13 15:16:42 -07:00 |
|
Michael Lumish
|
c3e9fbe538
|
Add keepalive example
|
2024-03-13 15:04:16 -07:00 |
|
Michael Lumish
|
0edd1948ab
|
Merge pull request #2684 from murgatroid99/grpc-js_1.10.2
grpc-js: Bump to 1.10.2
@grpc/grpc-js@1.10.2
|
2024-03-07 10:53:27 -08:00 |
|
Michael Lumish
|
55b98529f8
|
Merge pull request #2683 from murgatroid99/grpc-js_server_event_order
grpc-js: Rearrange some function calls to revert event order changes
|
2024-03-07 10:53:02 -08:00 |
|
Michael Lumish
|
cb966dfcd6
|
Merge pull request #2680 from murgatroid99/grpc-js_pick_first_disconnect_fix
grpc-js: pick_first: Don't automatically reconnect after connection drop
|
2024-03-07 10:52:57 -08:00 |
|
Michael Lumish
|
4d235c339b
|
grpc-js: Bump to 1.10.2
|
2024-03-07 09:24:04 -08:00 |
|
Michael Lumish
|
400147c501
|
Merge pull request #2677 from AVVS/feat/channelz-perf+stream-idle-timeout
feat: channelz improvements, idle timeout implementation
|
2024-03-06 15:28:31 -08:00 |
|
AVVS
|
74ddb3bd6f
|
chore: address ts errors
|
2024-03-05 15:34:29 -08:00 |
|
Michael Lumish
|
07ee52acb0
|
grpc-js: Rearrange some function calls to revert event order changes
|
2024-03-05 10:27:21 -08:00 |
|
AVVS
|
cf321a80b1
|
chore: use iterators for tracking map, const for default values
|
2024-03-04 18:25:23 -08:00 |
|
Michael Lumish
|
4a3fefa2b3
|
grpc-js: pick_first: Don't automatically reconnect after connection drop
|
2024-03-04 09:33:41 -08:00 |
|
AVVS
|
62e8ea97e6
|
chore: tests & cleanup of unref?.()
|
2024-03-02 07:58:54 -08:00 |
|
AVVS
|
b873dce908
|
chore: simplify idle timeout further, fix wrong ref
|
2024-02-28 14:26:42 -08:00 |
|
AVVS
|
bedb5055e8
|
refactor: no clearTimeout/null timers, use .refresh() + count refs
|
2024-02-28 13:36:24 -08:00 |
|
AVVS
|
11a98b5f37
|
chore: updated docs, cached onStreamClose per session
|
2024-02-27 16:49:20 -08:00 |
|
AVVS
|
74102fcc87
|
chore: extraneous closure, dont need server ref
|
2024-02-27 14:39:24 -08:00 |
|
AVVS
|
0b79b7420a
|
chore: cleanup traces
|
2024-02-27 14:35:02 -08:00 |
|
AVVS
|
b8f157ed21
|
chore: revert interface -> type change in channelz
|
2024-02-27 14:30:55 -08:00 |
|
AVVS
|
a4a676d378
|
chore: move new functions towards the end of the class
|
2024-02-27 14:17:32 -08:00 |
|
AVVS
|
e0b900dd69
|
feat: channelz improvements, idle timeout implementation
|
2024-02-27 13:28:05 -08:00 |
|
Michael Lumish
|
cfa8072099
|
Merge pull request #2678 from murgatroid99/reflection_no_package_fix
reflection: Fix references to symbols with no package
@grpc/reflection@1.0.3
|
2024-02-27 13:10:30 -08:00 |
|
Michael Lumish
|
210967ffa3
|
Merge pull request #2679 from murgatroid99/grpc-js_1.10_format
grpc-js: Run code formatter, fix one lint error
|
2024-02-27 13:08:17 -08:00 |
|
Michael Lumish
|
6c2bc599e5
|
grpc-js: Run code formatter, fix one lint error
|
2024-02-27 12:51:38 -08:00 |
|
Michael Lumish
|
0207979a4d
|
reflection: Fix references to symbols with no package
|
2024-02-27 12:43:28 -08:00 |
|
Michael Lumish
|
c10d973d38
|
Merge pull request #2676 from murgatroid99/grpc-reflection_1.0.2
grpc-reflection: Bump to 1.0.2
@grpc/reflection@1.0.2
|
2024-02-23 11:00:50 -08:00 |
|
Michael Lumish
|
3f527fbdf9
|
Merge pull request #2675 from murgatroid99/grpc-js_connection_injection
grpc-js: Add Server#createConnectionInjector API
|
2024-02-23 10:59:54 -08:00 |
|
Michael Lumish
|
7e5f58b112
|
grpc-reflection: Bump to 1.0.2
|
2024-02-22 16:56:28 -08:00 |
|
Michael Lumish
|
9886ee2da7
|
Merge pull request #2673 from jtimmons/fix/reflection-root-package-refs
fix(grpc-reflection): [#2671] handle references to root-level message types in default package
|
2024-02-22 16:55:23 -08:00 |
|
Michael Lumish
|
321b6603b0
|
grpc-js: Add Server#createConnectionInjector API
|
2024-02-22 16:52:56 -08:00 |
|
Justin Timmons
|
7c0511f2df
|
fix(grpc-reflection): handle references to root-level message types in default package
|
2024-02-21 22:19:37 -05:00 |
|