go-sif / sif

Sif is a framework for fast, predictable, general-purpose distributed computing in the map/reduce paradigm.
Apache License 2.0
32 stars 3 forks source link

Bump google.golang.org/grpc from 1.44.0 to 1.45.0 #40

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps google.golang.org/grpc from 1.44.0 to 1.45.0.

Release notes

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

Release 1.45.0

Bug Fixes

  • xds/clusterresolver: pass cluster name to DNS child policy to be used in creds handshake (#5119)
  • reflection: support dynamic messages (#5180)

Performance Improvements

Behavior Changes

  • server: convert context errors returned by service handlers to status with the correct status code (Canceled or DeadlineExceeded), instead of Unknown (#5156)

New Features

  • reflection: add NewServer(ServerOptions) for creating a reflection server with advanced customizations (#5197)
  • xds: support federation (#5128)
  • xds/resource: accept Self as LDS's RDS config source and CDS's EDS config source (#5152)
  • xds/bootstrap: add plugin system for credentials specified in bootstrap file (#5136)
Commits
  • a82cc96 Change version to 1.45.0 (#5202)
  • 011544f authz: add additional logs to sdk authz (#5094)
  • 18564ff reflection: improve server implementation (#5197)
  • ec717ca xds: minor cleanup in xdsclient bootstrap code (#5195)
  • ebc30b8 reflection: use protobuf/reflect instead of go reflection, fix dynamic messag...
  • 46009ac transport: Add an Unwrap method to ConnectionError (#5148)
  • 75fd024 remove sdk term from grpc authz (#5191)
  • a354b1e channelz: rename NewChannelzStorage to NewChannelzStorageForTesting (#5190)
  • 0e05549 Format directory/file references (#5184)
  • c44f627 cleanup: replace grpc.WithInsecure with insecure.NewCredentials (#5177)
  • 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)
codecov-commenter commented 2 years ago

Codecov Report

Merging #40 (6a8a13e) into main (c707b75) will increase coverage by 0.61%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #40      +/-   ##
==========================================
+ Coverage   62.59%   63.21%   +0.61%     
==========================================
  Files          99       99              
  Lines        5681     5681              
==========================================
+ Hits         3556     3591      +35     
+ Misses       1740     1703      -37     
- Partials      385      387       +2     
Impacted Files Coverage Δ
internal/pindex/tree/partition_tree.go 73.91% <0.00%> (+1.24%) :arrow_up:
internal/dataframe/plan_executor.go 73.66% <0.00%> (+2.84%) :arrow_up:
internal/pcache/cache.go 76.05% <0.00%> (+7.14%) :arrow_up:
...ternal/pindex/bucketed/bucketed_partition_index.go 62.19% <0.00%> (+7.31%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c707b75...6a8a13e. Read the comment docs.

dependabot[bot] commented 2 years ago

Looks like google.golang.org/grpc is up-to-date now, so this is no longer needed.