Skip to content

dependabot npm(deps): bump @grpc/grpc-js from 1.8.7 to 1.8.8

Depen d'Abot requested to merge dependabot-npm_and_yarn-grpc-grpc-js-1.8.8 into master

Bumps @grpc/grpc-js from 1.8.7 to 1.8.8.

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js 1.8.8

  • Remove progress field in returned status object (#2350)
  • Export InterceptingListener and NextCall types (#2351)
  • Fix a bug that could cause a crash when sending messages that exceed the outgoing message buffer size while a retry is in progress (#2349)
Commits
  • 7ab5368 Merge pull request #2349 from murgatroid99/grpc-js_retry_commit_fix
  • 2b7f296 Merge pull request #2351 from murgatroid99/grpc-js_export_interceptor_types
  • 9bf74d9 Merge pull request #2350 from murgatroid99/grpc-js_retry_clean_status
  • 18c803e grpc-js: Export InterceptingListener and NextCall types
  • 3596c4f grpc-js: Remove progress field in status from retrying call
  • cf090c7 grpc-js: Fix commitCallWithMostMessages trying to commit completed attempts
  • See full diff in compare view

Merge request reports

Loading