Skip to content

dependabot npm(deps): bump @grpc/grpc-js from 1.10.1 to 1.10.2

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

Bumps @grpc/grpc-js from 1.10.1 to 1.10.2.

Release notes

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

@​grpc/grpc-js 1.10.2

  • 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)
Commits
  • 0edd194 Merge pull request #2684 from murgatroid99/grpc-js_1.10.2
  • 55b9852 Merge pull request #2683 from murgatroid99/grpc-js_server_event_order
  • cb966df Merge pull request #2680 from murgatroid99/grpc-js_pick_first_disconnect_fix
  • 4d235c3 grpc-js: Bump to 1.10.2
  • 400147c Merge pull request #2677 from AVVS/feat/channelz-perf+stream-idle-timeout
  • 74ddb3b chore: address ts errors
  • 07ee52a grpc-js: Rearrange some function calls to revert event order changes
  • cf321a8 chore: use iterators for tracking map, const for default values
  • 4a3fefa grpc-js: pick_first: Don't automatically reconnect after connection drop
  • 62e8ea9 chore: tests & cleanup of unref?.()
  • Additional commits viewable in compare view

Merge request reports