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): bump @grpc/grpc-js from 1.9.13 to 1.10.1 #534

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2024

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

Release notes

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

@​grpc/grpc-js 1.10.1

  • Fix a bug causing channels using the round_robin LB policy to fail to reconnect after a connection drops (#2667)

@​grpc/grpc-js-xds 1.10.0

@​grpc/grpc-js 1.10.0

Changelog

Experimental API Changes

  • Added:
    • Endpoint
    • endpointToString
    • endpointHasAddress
    • LeafLoadBalancer
    • HealthListener
    • SubchannelInterface#isHealthy
    • SubchannelInterface#addHealthStateWatcher
    • SubchannelInterface#removeHealthStateWatcher
    • SubchannelWrapper#setHealthy
    • selectLbConfigFromList
    • parseLoadBalancingConfig
    • OutlierDetectionRawConfig
    • EndpointMap
  • Moved out of the experimental namespace:
    • ServiceConfig
    • MethodConfig
    • LoadBalancingConfig (now a simple raw object type)
    • RetryPolicy
  • Removed:
    • getFirstUsableConfig
    • validateLoadBalancingConfig
    • OutlierDetectionLoadBalancingConfig
  • Modified:
    • LoadBalancer#updateAddressList: The first argument now has type Endpoint[] instead of SubchannelAddress[]
    • ResolverListener#onSuccessfulResolution: The first argument now has type Endpoint[] instead of SubchannelAddress[]
    • registerLoadBalancerType: The second argument, a LoadBalancerConstructor now takes a second argument options: ChannelOptions
    • ConfigSelector: Now accepts an additional argument channelId: number
    • QueuePicker: The constructor now accepts an additional optional argument childPicker: Picker, which the QueuePicker instance will delegate to if provided.

... (truncated)

Commits
  • 513a61a Merge pull request #2667 from murgatroid99/grpc-js_round_robin_idle_fix
  • 429a66d grpc-js: round_robin: always have children reconnect immediately
  • 1b753af Merge pull request #2656 from murgatroid99/grpc-js_1.10.0
  • 2555725 Merge pull request #2655 from murgatroid99/grpc-js-xds_1.10_deexperimentalize
  • b1c45a8 grpc-js/grpc-js-xds: Bump version to 1.10.0
  • 322b165 grpc-js-xds: De-experimentalize tested features and update feature list
  • f70c322 Merge pull request #2650 from murgatroid99/grpc-js_server_interceptors
  • 4d7a7fb Merge pull request #2651 from satazor/support/remove-typescript-as-dep
  • 7c9a5e7 Make extra trailer behavior consistent with old code
  • 24c258a grpc-health-check: Move typescript as a dev dependency
  • 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 17, 2024
@aikoven
Copy link
Contributor

aikoven commented Feb 19, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/grpc/grpc-js-1.10.1 branch from 53e72fc to 641b296 Compare February 19, 2024 10:01
@aikoven
Copy link
Contributor

aikoven commented Feb 19, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/grpc/grpc-js-1.10.1 branch from 641b296 to 84a8f56 Compare February 19, 2024 11:27
@aikoven
Copy link
Contributor

aikoven commented Mar 11, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/grpc/grpc-js-1.10.1 branch from 84a8f56 to df76dcf Compare March 11, 2024 14:05
@aikoven
Copy link
Contributor

aikoven commented Mar 11, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/grpc/grpc-js-1.10.1 branch 3 times, most recently from c7ba3a3 to 6b6b1db Compare March 11, 2024 15:20
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.9.13 to 1.10.1.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.13...@grpc/grpc-js@1.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/grpc/grpc-js-1.10.1 branch from 6b6b1db to 2b3dee3 Compare March 11, 2024 15:25
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2024

Superseded by #565.

@dependabot dependabot bot closed this Apr 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/grpc/grpc-js-1.10.1 branch April 1, 2024 15:18
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant