Skip to content

Releases: grpc/grpc-node

@grpc/grpc-js 1.10.6

Choose a tag to compare

@murgatroid99 murgatroid99 released this 10 Apr 20:05
dac9321
  • Fix a bug that could cause a server to sometimes send the status early (#2708)

@grpc/grpc-js 1.10.5

Choose a tag to compare

@murgatroid99 murgatroid99 released this 01 Apr 22:31
c3c7cc4
  • Resolve exception when Error.stackTraceLimit is undefined (#2701 contributed by @davidfiala)
  • Call configured checkServerIdentity when grpc.ssl_target_name_override is set (#2704)
  • Add more information to DEADLINE_EXCEEDED error details strings (#2692)

@grpc/proto-loader 0.7.12

Choose a tag to compare

@murgatroid99 murgatroid99 released this 28 Mar 16:34
dfd8f0f
  • Revert "Use a .ts extension in import statements in generated TypeScript files" (#2699)

@grpc/proto-loader 0.7.11

Choose a tag to compare

@murgatroid99 murgatroid99 released this 26 Mar 17:07
f2c5fac
  • Use a .ts extension in import statements in generated TypeScript files (#2693 contributed by @atjn)

@grpc/grpc-js 1.10.4

Choose a tag to compare

@murgatroid99 murgatroid99 released this 26 Mar 18:05
f2c5fac
  • Fix a bug that caused server interceptors to crash when using partially-populated ResponderBuilder and ListenerBuilder objects (#2696)
  • Avoid sending RST_STREAM from the client when the server has already finished its side of the stream (#2695)

@grpc/grpc-js 1.10.3

Choose a tag to compare

@murgatroid99 murgatroid99 released this 15 Mar 17:12
649412f
  • Revert client reconnection changes in #2680 (#2691)

@grpc/grpc-js 1.10.2

Choose a tag to compare

@murgatroid99 murgatroid99 released this 07 Mar 18:57
0edd194
  • Implement server connection idle timeouts and improve channelz performance (#2677 contributed by @AVVS)
  • Fix a bug that caused clients to automatically reconnect even when there were no active requests (#2680)
  • Modify order of server call events to more closely match pre-1.10.x behavior (#2683)

@grpc/reflection 1.0.3

Choose a tag to compare

@murgatroid99 murgatroid99 released this 27 Feb 21:12
cfa8072
  • More fixes for handling of message declarations in proto files with no package declared (#2678)

@grpc/reflection 1.0.2

Choose a tag to compare

@murgatroid99 murgatroid99 released this 23 Feb 19:02
c10d973
  • Fix handling of message declarations in proto files with no package declared (#2673)

@grpc/grpc-js 1.10.1

Choose a tag to compare

@murgatroid99 murgatroid99 released this 15 Feb 18:22
513a61a
  • Fix a bug causing channels using the round_robin LB policy to fail to reconnect after a connection drops (#2667)