Skip to content

@grpc/grpc-js 1.14.5

Latest

Choose a tag to compare

@murgatroid99 murgatroid99 released this 17 Sep 20:19
· 56 commits to master since this release
56567d9
  • Fix a bug that caused clients to automatically transmit excessive error details to clients by default (advisory GHSA-f596-whhp-79r4)
  • Fix a bug that caused getAuthContext to return unverified certificates as though they were verified in some configurations (advisory GHSA-m9gg-hp2v-232j)
  • Fix a bug that could cause stale call data to accumulate if a channel failed to connect for a long period of time (#3078)
  • Fix a bug that could cause call status to be reported with expected fields missing (#3079)
  • Avoid redundant end() calls on completed HTTP/2 streams (#3082 contributed by @olavloite)
  • Unify call numbers and avoid disabled trace allocations (#3084 contributed by @olavloite)