Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

fix(deps): update dependency @grpc/grpc-js to ~1.4.0#1123

Merged
summer-ji-eng merged 1 commit into
googleapis:mainfrom
renovate-bot:renovate/grpc-grpc-js-1.x
Oct 15, 2021
Merged

fix(deps): update dependency @grpc/grpc-js to ~1.4.0#1123
summer-ji-eng merged 1 commit into
googleapis:mainfrom
renovate-bot:renovate/grpc-grpc-js-1.x

Conversation

@renovate-bot

Copy link
Copy Markdown
Contributor

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@grpc/grpc-js (source) ~1.3.0 -> ~1.4.0 age adoption passing confidence

Release Notes

grpc/grpc-node

v1.4.1

Compare Source

  • Publish channelz files missing from the previous release (#​1937)

v1.4.0

  • Add Channelz support (specification here) (#​1915)
    This adds the following public APIs:
    • getChannelzServiceDefinition(): ServiceDefinition
    • getChannelzHandlers(): ServiceHandler
      These two can be used together to serve the channelz service as follows:
      server.addService(getChannelzServiceDefinition(), getChannelzHandlers());
    • Channel#getChannelzRef(): ChannelRef
    • Server#getChannelzRef(): ServerRef
  • Add the admin interface (specification here) (#​1915)
    Currently the only admin service is Channelz, but more can be added in the future. This adds the following public api:
    • addAdminServicesToServer(server: Server): void
  • Add support for timeouts in service configs (#​1785)
  • Remove type restrictions on Channel options (#​1916)
  • Report ECONNRESET errors with the UNAVAILABLE status code (#​1878)
  • Tighten type checking for credentials argument to Server#bindAsync (#​1852)
  • Pass log messages to different log functions based on severity in custom loggers, and note the severity in the default logger output (#​1851)
  • Add logging for TLS errors when connecting through a proxy (#​1842)
  • Refactor code to eliminate runtime dependency cycles (#​1829)

Changes to experimental APIs

  • Added exports of the following:
    • Duration
    • registerAdminService
    • createChildChannelControlHelper
  • Picker#extraFilterFactory has been replaced with Picker#extraFilterFactories with type FilterFactory<Filter>[]
  • CallConfig has a new property dynamicFilterFactories with type FilterFactory<Filter>[]
  • ChannelControlHelper has the new properties addChannelzChild(child: ChannelRef | SubchannelRef) and removeChannelzChild(child: ChannelRef | SubchannelRef)

Configuration

📅 Schedule: "after 9am and before 3pm" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team October 14, 2021 09:57
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Oct 14, 2021
@google-cla google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 14, 2021
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 14, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 14, 2021
@summer-ji-eng summer-ji-eng merged commit d422711 into googleapis:main Oct 15, 2021
@renovate-bot renovate-bot deleted the renovate/grpc-grpc-js-1.x branch October 15, 2021 18:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants