Call-for-Code / AI-mergency

AI-mergency Control Room (AICR), understanding and consolidating requests for help with Watson. A Call for Code project from IBM.
Apache License 2.0
12 stars 18 forks source link

Bump @grpc/grpc-js and @google-cloud/speech in /node_app #54

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @grpc/grpc-js to 1.7.3 and updates ancestor dependency @google-cloud/speech. These dependencies need to be updated together.

Updates @grpc/grpc-js from 0.3.6 to 1.7.3

Release notes

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

@​grpc/grpc-js 1.7.3

  • Server performance improvements (#2249 contributed by @​AVVS)

@​grpc/grpc-js 1.7.2

  • Make the default value of the grpc-node.max_session_memory option Number.MAX_SAFE_INTEGER on the server (#2245)

@​grpc/grpc-js-xds 1.7.0

  • Add resource timer (#2117)
  • Implement ignore_resource_deletion server feature (#2198)
  • Use channel-level default authority override to select VirtualHost when provided (#2207)
  • Enable outlier detection support by default (#2221)

@​grpc/grpc-js 1.7.0

  • Enable outlier detection support by default (#2221)
  • Expose path and callEnd event in ServerSurfaceCall (#2132 contributed by @​ajmath)
  • Make graceful switch happen more quickly in some cases when service config is updated (#2199)

@​grpc/grpc-js 1.6.12

  • Fix typo in the error handling fix released in 1.6.11 (#2216, contributed by @​clww in #2213)

@​grpc/grpc-js@​1.6.11

  • Fix handling of malformed status messages (#2210)

@​grpc/grpc-js 1.6.10

  • Fix a memory leak of Node http2 stream objects when cancelling streaming requests (#2193)

@​grpc/grpc-js 1.6.9

  • Fix bugs in the Outlier Detection implementation (#2173, #2181)
  • Handle errors when sending keepalive pings (#2188)
  • Fix Typescript reference tag generation (#2126)

@​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)

... (truncated)

Commits
  • 4bfd383 Merge pull request #2251 from murgatroid99/grpc-js_1.7.3
  • e840d1f grpc-js: Bump to 1.7.3
  • b364135 Merge pull request #2249 from AVVS/fix/perf-issues
  • 93de96f revert: extra close event on stream
  • 2f124ad fix: perf issues in hot paths
  • c84b4f9 Merge pull request #2245 from murgatroid99/grpc-js_consistent_max_memory_hand...
  • 1ff7dca Merge pull request #2247 from murgatroid99/grpc-js-xds_fix_weight_check
  • 276b7b6 grpc-js-xds: Fix limit representation for priority weight validation
  • 75a6d0a grpc-js: Handle the grpc-node.max_session_memory option consistently on the c...
  • 7282d06 Merge pull request #2242 from murgatroid99/grpc-js-xds_address_uniqueness
  • Additional commits viewable in compare view


Updates @google-cloud/speech from 2.3.1 to 5.2.0

Release notes

Sourced from @​google-cloud/speech's releases.

v5.2.0

5.2.0 (2023-01-20)

Features

  • Added SuggestConversationSummary RPC (#978) (f1fc857)

v5.1.1

5.1.1 (2022-12-19)

Bug Fixes

v5.1.0

5.1.0 (2022-09-30)

Features

Note: the v2 API is not enabled yet, it will be enabled within a few weeks. The v1 version is still the default at this moment. We'll switch the default to v2 in the next major release of the library.

v5.0.3

5.0.3 (2022-09-22)

Bug Fixes

  • Preserve default values in x-goog-request-params header (#928) (ea654b5)

v5.0.2

5.0.2 (2022-09-01)

Bug Fixes

  • Allow passing gax instance to client constructor (#924) (758a28a)
  • Do not import the whole google-gax from proto JS (#1553) (#923) (c300569)

v5.0.1

5.0.1 (2022-08-23)

... (truncated)

Changelog

Sourced from @​google-cloud/speech's changelog.

5.2.0 (2023-01-20)

Features

  • Added SuggestConversationSummary RPC (#978) (f1fc857)

5.1.1 (2022-12-19)

Bug Fixes

5.1.0 (2022-09-30)

Features

Note: the v2 API is not enabled yet, it will be enabled within a few weeks. The v1 version is still the default at this moment. We'll switch the default to v2 in the next major release of the library.

5.0.3 (2022-09-22)

Bug Fixes

  • Preserve default values in x-goog-request-params header (#928) (ea654b5)

5.0.2 (2022-09-01)

Bug Fixes

  • Allow passing gax instance to client constructor (#924) (758a28a)
  • Do not import the whole google-gax from proto JS (#1553) (#923) (c300569)

5.0.1 (2022-08-23)

Bug Fixes

  • better support for fallback mode (#918) (7cf922a)
  • change import long to require (#920) (375a9b0)
  • deps: do not depend on protobufjs; bump dep in samples (#911) (02c3fb7)
  • deps: update dependency @​google-cloud/common to v4 (#896) (3bdda3f)
  • deps: update dependency @​google-cloud/storage to v6 (#893) (738c538)

... (truncated)

Commits
  • 1749949 chore(main): release 5.2.0 (#986)
  • f1fc857 feat: Added SuggestConversationSummary RPC (#978)
  • 3b5363c chore(deps): update dependency sinon to v15 (#977)
  • 83f74a3 chore(deps): update dependency webpack-cli to v5 (#976)
  • 0cd69c5 docs(samples): removing migrated samples (#985)
  • 48fddba chore(main): release 5.1.1 (#972)
  • 3fce85c build: have Kokoro grab service account credentials from secret that will be ...
  • fdec161 build: have Kokoro grab service account credentials from secret that will be ...
  • 9087201 fix: regenerated protos JS and TS definitions (#975)
  • b2aa3b1 chore(deps): update dependency jsdoc to v4 (#974)
  • Additional commits viewable in compare view


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Call-for-Code/AI-mergency/network/alerts).