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: bump google.golang.org/grpc from 1.48.0 to 1.49.0 #1935

Merged
merged 1 commit into from
Sep 16, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 24, 2022

Bumps google.golang.org/grpc from 1.48.0 to 1.49.0.

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.49.0

New Features

  • gcp/observability: add support for Environment Variable GRPC_CONFIG_OBSERVABILITY_JSON (#5525)
  • gcp/observability: add support for custom tags (#5565)

Behavior Changes

  • server: reduce log level from Warning to Info for early connection establishment errors (#5524)

Bug Fixes

  • client: fix race in flow control that could lead to unexpected EOF errors (#5494)
  • client: fix a race that could cause RPCs to time out instead of failing more quickly with UNAVAILABLE (#5503)
  • client & server: fix a panic caused by passing a nil stats handler to grpc.WithStatsHandler or grpc.StatsHandler (#5543)
  • transport/server: fix a race that could cause a stray header to be sent (#5513)
  • balancer: give precedence to IDLE over TRANSIENT_FAILURE when aggregating connectivity state (#5473)
  • xds/xdsclient: request correct resource name when user specifies a new style resource name with empty authority (#5488)
  • xds/xdsclient: NACK endpoint resources with zero weight (#5560)
  • xds/xdsclient: fix bug that would reset resource version information after ADS stream restart (#5422)
  • xds/xdsclient: fix goroutine leaks when load reporting is enabled (#5505)
  • xds/ringhash: fix config update processing to recreate ring and picker when min/max ring size changes (#5557)
  • xds/ringhash: avoid recreating subChannels when update doesn't change address weight information (#5431)
  • xds/priority: fix bug which could cause priority LB to block all traffic after a config update (#5549)
  • xds: fix bug when environment variable GRPC_EXPERIMENTAL_ENABLE_OUTLIER_DETECTION is set to true (#5537)
Commits
  • 1c29e07 Change version to 1.49.0 (#5583)
  • 8e5a84e xds/resolver: generate channel ID randomly (#5603)
  • 92cee34 gcp/observability: Add logging filters for logging, tracing, and metrics API ...
  • c7fe135 O11Y: Added support for custom tags (#5565)
  • 7981af4 test/kokoro: add missing image tagging to the xDS interop url map buildscript...
  • 6f34b7a xdsclient: NACK endpoint resource if load_balancing_weight is specified and i...
  • f9409d3 ringhash: handle config updates properly (#5557)
  • 946dde0 xdsclient: NACK endpoint resources with zero weight (#5560)
  • b89f49b xdsclient: deflake Test/LDSWatch_PartialValid (#5552)
  • 9bc72de grpc: remove mentions of WithBalancerName from comments (#5555)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 24, 2022
@codecov-commenter
Copy link

codecov-commenter commented Aug 24, 2022

Codecov Report

Base: 38.90% // Head: 38.84% // Decreases project coverage by -0.05% ⚠️

Coverage data is based on head (7664753) compared to base (7e5b22b).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1935      +/-   ##
==========================================
- Coverage   38.90%   38.84%   -0.06%     
==========================================
  Files         611      608       -3     
  Lines       36367    36304      -63     
==========================================
- Hits        14148    14103      -45     
+ Misses      20637    20624      -13     
+ Partials     1582     1577       -5     
Impacted Files Coverage Δ
app/router/command/errors.generated.go 0.00% <0.00%> (-100.00%) ⬇️
app/proxyman/outbound/errors.generated.go 0.00% <0.00%> (-100.00%) ⬇️
common/task/task.go 88.88% <0.00%> (-7.41%) ⬇️
app/proxyman/outbound/handler.go 36.61% <0.00%> (-4.23%) ⬇️
transport/internet/udp/hub.go 73.61% <0.00%> (-4.17%) ⬇️
transport/internet/system_listener.go 48.07% <0.00%> (-3.85%) ⬇️
app/router/command/command.go 36.92% <0.00%> (-3.08%) ⬇️
transport/internet/quic/hub.go 72.00% <0.00%> (-2.67%) ⬇️
transport/internet/system_dialer.go 46.98% <0.00%> (-2.41%) ⬇️
transport/pipe/impl.go 87.87% <0.00%> (-2.03%) ⬇️
... and 7 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot dependabot bot force-pushed the dependabot/go_modules/google.golang.org/grpc-1.49.0 branch from 27f2925 to e1a0b05 Compare September 8, 2022 02:52
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.48.0 to 1.49.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.48.0...v1.49.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/google.golang.org/grpc-1.49.0 branch from e1a0b05 to 7664753 Compare September 16, 2022 07:58
@kslr kslr merged commit 98a0399 into master Sep 16, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/google.golang.org/grpc-1.49.0 branch September 16, 2022 08:18
maskedeken pushed a commit to maskedeken/v2ray-core that referenced this pull request Mar 10, 2023
Co-authored-by: ksco.he <[email protected]>
Co-authored-by: 秋のかえで <[email protected]>

Chore: bump google.golang.org/grpc from 1.49.0 to 1.50.0 (v2fly#2046)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

fix: socks4/4a client handshake (v2fly#1971)

Feat: add transport original name to listen unix (v2fly#2048)

Feat: add bind to device to Windows and Darwin (v2fly#1972)

fix: Replace "math/rand" with "crypto/rand" in padding generation(v2fly#2032)

Chore: github.com/lucas-clemente/quic-go from 0.29.0 to 0.29.1 (v2fly#2010)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

feat: Replace default Health Ping URL to HTTPS (v2fly#1991)

Chore: update dependencies (v2fly#1995)

Refactor: replace netaddr package with netipx (v2fly#1994)

Fix: remove v2ctl from debian/rules (v2fly#1954)

* Remove v2ctl from debian/rules

It seems to be left over from v2fly#488

* Chore: use Go v1.19 to build debian package

Co-authored-by: Loyalsoldier <[email protected]>

Chore: bump google.golang.org/grpc from 1.48.0 to 1.49.0 (v2fly#1935)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Chore: bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (v2fly#1959)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Chore: bump github.com/jhump/protoreflect from 1.12.0 to 1.13.0 (v2fly#1982)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

feat: Implement Match and MatchAny for all MatcherGroup, IndexMatcher

[common/strmatcher] Implement Match and MatchAny for all MatcherGroup and IndexMatcher
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants