Skip to content

Releases: grpc/grpc-node

@grpc/grpc-js 1.8.16

20 Jun 23:28
09d74ca
Compare
Choose a tag to compare
  • Fix missing transport trace logs (#2470)

@grpc/grpc-js 1.8.15

05 Jun 18:29
25e2845
Compare
Choose a tag to compare
  • Fix a memory leak that could result from a specific pattern of recursive function calls (#2456)
  • Ensure status and error events are consistently emitted asynchronously (#2456)

@grpc/proto-loader 0.7.7

03 May 17:52
892f16e
Compare
Choose a tag to compare
  • Update yargs dependency to 17.x (#2437)

@grpc/grpc-js-xds 1.8.2

24 Apr 23:48
4fcd9c2
Compare
Choose a tag to compare
  • Fix behavior when receiving invalid resources after receiving valid resources for the same resource name (#2433)

@grpc/grpc-js 1.8.14

12 Apr 22:47
29c31a1
Compare
Choose a tag to compare
  • Fix sequencing of some events related to connectivity state changes (#2421)

@grpc/grpc-js 1.8.13

23 Mar 17:58
114c87c
Compare
Choose a tag to compare
  • Fix memory leak in channelz socket tracking (#2394)

@grpc/grpc-js-xds 1.8.1

23 Mar 17:57
114c87c
Compare
Choose a tag to compare
  • Populate Node message field user_agent_version (#2391)

@grpc/proto-loader 0.7.6

22 Mar 18:13
bb0a09a
Compare
Choose a tag to compare
  • Avoid importing Long in files that don't use it (#2370 contributed by @install)

@grpc/grpc-js@1.8.12

07 Mar 22:28
7aba000
Compare
Choose a tag to compare
  • Fix an occasional type error when receiving DNS updates (#2380)
  • Fix ordering of events when handing requests on the server (#2376 contributed by @phoenix741)

@grpc/grpc-js 1.8.11

24 Feb 18:02
07288b3
Compare
Choose a tag to compare
  • Avoid accumulating placeholder objects when sending many messages on a long-running stream (#2372)