Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grpc-js: Port bugfixes from 1.11.x into 1.12.x #2836

Merged
Changes from 2 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
2ee8911
grpc-js: Bump packages to 1.11.0, and update documentation
murgatroid99 Jul 12, 2024
87ea7ce
Merge pull request #2797 from murgatroid99/grpc-js_1.11.0_real
murgatroid99 Jul 15, 2024
996a637
support node v14 again
xqin Jul 16, 2024
4da4fdc
Merge pull request #2799 from xqin/master
murgatroid99 Jul 16, 2024
2ecd53d
grpc-js: Bump to 1.11.1
murgatroid99 Jul 16, 2024
43032b1
Merge pull request #2800 from murgatroid99/grpc-js_1.11.1
murgatroid99 Jul 16, 2024
15d422d
Fix client crash on custom error code
hastom Jul 18, 2024
33073d0
Fix test case
hastom Jul 19, 2024
f5ea6ce
Merge pull request #2801 from hastom/master
murgatroid99 Jul 26, 2024
b763f98
grpc-js: Bump to 1.11.2
murgatroid99 Jul 26, 2024
a6575c3
grpc-js: Simplify pick_first behavior
murgatroid99 Jul 31, 2024
d409311
grpc-js: Report session error events instead of waiting for close
murgatroid99 Aug 1, 2024
3d43b1a
Further reduce pick_first state space
murgatroid99 Aug 2, 2024
c63bdae
Merge pull request #2808 from murgatroid99/grpc-js_transport_error_re…
murgatroid99 Sep 5, 2024
90e472e
made the call to trace to be called only when tracer is enabled
ygalbel Sep 5, 2024
bb4496b
Merge pull request #2817 from ygalbel/tracer-slow
murgatroid99 Sep 5, 2024
0c5ab98
Merge pull request #2803 from murgatroid99/grpc-js_1.11.2
murgatroid99 Sep 5, 2024
b3c24d0
grpc-js: round_robin: Request resolution on connection drop
murgatroid99 Sep 12, 2024
a1b8972
Merge pull request #2806 from murgatroid99/grpc-js_connectivity_manag…
murgatroid99 Sep 16, 2024
8841efe
Merge pull request #2825 from murgatroid99/grpc-js_round_robin_reresolve
murgatroid99 Sep 16, 2024
f21855d
Merge remote-tracking branch 'upstream/@grpc/grpc-js@1.11.x' into grp…
murgatroid99 Oct 8, 2024
65cd9b6
grpc-js: Bump to 1.12.1
murgatroid99 Oct 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/grpc-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grpc/grpc-js",
"version": "1.11.1",
"version": "1.11.2",
"description": "gRPC Library for Node - pure JS implementation",
"homepage": "https://grpc.io/",
"repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js",
Expand Down