Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @grpc/grpc-js from 1.6.2 to 1.6.7 #9482

Merged
merged 1 commit into from May 4, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2022

Bumps @grpc/grpc-js from 1.6.2 to 1.6.7.

Release notes

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

@​grpc/grpc-js 1.6.7

  • Fix a bug that could cause double DNS requests in the DNS resolver in some rare cases (#2100)
  • Report request failures when a method expecting a unary response receives no messages (#2102)
  • Fix spurious subchannel shutdowns in channels with the grpc.use_local_subchannel_pool option set (#2103)

@​grpc/grpc-js 1.6.6

  • Fail calls immediately when their connection's keepalive ping times out (#2097)
  • Fix a bug that would cause the DNS resolver to keep making DNS requests forever even if it was not needed (#2098)

@​grpc/grpc-js 1.6.5

  • Consistently trigger name resolution when idle (#2095)

@​grpc/grpc-js 1.6.4

  • Ensure that request failures due to name resolution failure are reported consistently (#2092)

@​grpc/grpc-js 1.6.3

  • Disable per-session memory limit by default. (#2084)
  • Track existing ping timeouts even when there are no active requests on a connection (#2087)
  • Add more details to trace logs of keepalive pings (#2085)
  • Fix entity IDs in trace logs when channelz is disabled (#2082)
Commits
  • 879d13b Merge pull request #2103 from murgatroid99/grpc-js_refcounts
  • 0a9cf38 Merge pull request #2100 from murgatroid99/grpc-js_dns_resolver_double_call
  • 028047f Merge pull request #2102 from murgatroid99/grpc-js_no_unary_response
  • 3251422 grpc-js: Fix shutting down subchannels in separate pools
  • 5311c03 grpc-js: Report error when no message received for unary response
  • 964c7a6 grpc-js: Fix double resolver calls in DNS resolver
  • fa92727 Merge pull request #2097 from murgatroid99/grpc-js_keepalive_end_calls
  • 432fd95 Merge pull request #2098 from murgatroid99/grpc-js_dns_dont_continue_resolving
  • c9b7d4d grpc-js: DNS: unset continueResolving when starting a resolution attempt
  • cf11b60 grpc-js: End calls when keepalive pings time out
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.6.2 to 1.6.7.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.6.2...@grpc/grpc-js@1.6.7)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 21, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 833404a1-83ca-48fc-8ce6-08f51825efbd

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.044%

Totals Coverage Status
Change from base Build 5cf0e473-a21f-4756-8d9d-72a40ee32710: 0.0%
Covered Lines: 5763
Relevant Lines: 6128

💛 - Coveralls

@kamilmysliwiec kamilmysliwiec merged commit fae3431 into master May 4, 2022
@delete-merged-branch delete-merged-branch bot deleted the dependabot/npm_and_yarn/grpc/grpc-js-1.6.7 branch May 4, 2022 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants