Skip to content
New issue

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

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

Already on GitHub? # to your account

Bump @grpc/grpc-js and @google-cloud/speech #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2025

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

Updates @grpc/grpc-js from 0.6.9 to 1.12.6

Release notes

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

@​grpc/grpc-js@​1.12.6

  • Allow garbage collection of IDLE channels (#2896)

@​grpc/grpc-js 1.12.5

  • Prioritize HTTP status errors over message decoding errors (#2873)

@​grpc/grpc-js 1.12.4

  • Prioritize reporting UNAVAILABLE status when handing connection drops (#2862)

@​grpc/grpc-js 1.12.3

  • Report UNAVAILABLE if possible when handling connection drops (#2861)

@​grpc/grpc-js 1.12.2

  • Use util.promisify instead of fs/promises for Node 12 compatibility (#2838)

@​grpc/grpc-js-xds 1.12.2

@​grpc/grpc-js 1.12.1

  • Port bugfixes from 1.11.x into 1.12.x (#2836)

@​grpc/grpc-js-xds 1.12.1

  • Fix a bug that could cause the client to not receive some resource updates (#2880)

@​grpc/grpc-js-xds 1.12.0

  • Enable dualstack socket support by default in xDS clients (#2832)

@​grpc/grpc-js 1.12.0

Changelog

  • Provide the method_name for the CallCredentials callback generateMetadata (#2814 contributed by @​becoded)
  • Add an optional rejectUnauthorized field to the VerifyOptions interface, which can be passed as an argument to credentials.createSsl and createFromSecureContext (#2812 contributed by @​vinothsa4891)

Experimental API changes

Added:

  • CaCertificateUpdate
  • CaCertificateUpdateListener
  • IdentityCertificateUpdate
  • IdentityCertificateUpdateListener
  • CertificateProvider
  • FileWatcherCertificateProvider
  • FileWatcherCertificateProviderConfig
  • createCertificateProviderChannelCredentials
  • createCertificateProviderServerCredentials

Modified:

  • LoadBalancer: The constructor now takes an additional argument of type ChannelCredentials.

... (truncated)

Commits
  • 6bd791d Merge pull request #2896 from murgatroid99/grpc-js_reduce_channel_leak
  • ca21e4a grpc-js: Allow garbage collection of IDLE channels
  • c6c69df Merge pull request #2880 from murgatroid99/grpc-js-xds_preserve_type_state_1....
  • b396b7d grpc-js-xds: Bump to version 1.12.1
  • bb6bb4a grpc-js-xds: Preserve resource type version and nonce when unsubscribing
  • bae98b3 Merge pull request #2873 from murgatroid99/grpc-js_http_error_resource_exhaus...
  • 63d9717 grpc-js: Prioritize HTTP status errors over message decoding errors
  • e9359ef Merge pull request #2862 from murgatroid99/grpc-js_connection_drop_reporting_...
  • 5e3b0fb grpc-js: Improve event sequencing when handling connection drops
  • a524d15 Merge pull request #2861 from murgatroid99/grpc-js_handle_socket_close
  • Additional commits viewable in compare view

Updates @google-cloud/speech from 3.3.1 to 6.7.1

Release notes

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

speech: v6.7.1

6.7.1 (2025-02-12)

Bug Fixes

  • [Many APIs] finalize fixing typings for headers in generator (#6018) (9dc5856)

talent: v6.4.1

6.4.1 (2025-02-12)

Bug Fixes

  • [Many APIs] finalize fixing typings for headers in generator (#6018) (9dc5856)

dataproc: v5.13.0

5.13.0 (2025-02-28)

Features

  • [dataproc] Added support for the AuthenticationConfig field to Dataproc serverless workload configurations, allowing specification of the user workload identity as either the end user or a service account (#6045) (8a66270)

dlp: v5.13.0

5.13.0 (2025-02-28)

Features

text-to-speech: v5.8.1

5.8.1 (2025-02-12)

Bug Fixes

  • [Many APIs] finalize fixing typings for headers in generator (#6018) (9dc5856)

asset: v5.7.1

5.7.1 (2025-02-12)

Bug Fixes

  • [Many APIs] finalize fixing typings for headers in generator (#6011) (ee865ff)

security-private-ca: v5.4.1

5.4.1 (2025-02-12)

... (truncated)

Changelog

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

6.7.1 (2025-02-12)

Bug Fixes

  • [Many APIs] finalize fixing typings for headers in generator (#6018) (9dc5856)

6.7.0 (2024-07-22)

Features

6.6.1 (2024-06-21)

Bug Fixes

  • Avoid unhandled exception on streamingRecognize (#5465) (30aef59)

6.6.0 (2024-05-21)

Features

  • [Many APIs] update Nodejs generator to send API versions in headers for GAPICs (#5351) (01f48fc)
  • [Many APIs] update Nodejs generator to send API versions in headers for GAPICs (#5354) (a9784ed)
  • [Many APIs] update Nodejs generator to send API versions in headers for GAPICs (#5355) (19f9d6d)

6.5.0 (2024-04-05)

Features

  • Add translation_config in RecognitionConfig message (#5216) (c86ddd0)

6.4.0 (2024-03-29)

Features

  • [Many APIs] add several fields to manage state of database encryption update (#5191) (57567db)

6.3.0 (2024-02-22)

Features

  • Add API for writing BatchRecognize transcripts in SRT and VTT formats (#5062) (6f3ab04)

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) to 1.12.6 and updates ancestor dependency [@google-cloud/speech](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-speech). These dependencies need to be updated together.


Updates `@grpc/grpc-js` from 0.6.9 to 1.12.6
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/proto-loader@0.6.9...@grpc/grpc-js@1.12.6)

Updates `@google-cloud/speech` from 3.3.1 to 6.7.1
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-speech/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/speech-v6.7.1/packages/google-cloud-speech)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: indirect
- dependency-name: "@google-cloud/speech"
  dependency-type: direct:production
...

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 Mar 11, 2025
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

# for free to join this conversation on GitHub. Already have an account? # 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.

0 participants