This is an automated email from the ASF dual-hosted git repository.

zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git


The following commit(s) were added to refs/heads/main by this push:
     new f7d74a6c chore: Bump google.golang.org/grpc from 1.78.0 to 1.79.1 
(#665)
f7d74a6c is described below

commit f7d74a6cdc09c82aa2728021bbe9cea408b572d5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 19 14:40:27 2026 -0500

    chore: Bump google.golang.org/grpc from 1.78.0 to 1.79.1 (#665)
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from
    1.78.0 to 1.79.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/grpc/grpc-go/releases";>google.golang.org/grpc's
    releases</a>.</em></p>
    <blockquote>
    <h2>Release 1.79.1</h2>
    <h1>Bug Fixes</h1>
    <ul>
    <li>grpc: Remove the <code>-dev</code> suffix from the User-Agent
    header. (<a
    
href="https://redirect.github.com/grpc/grpc-go/pull/8902";>grpc/grpc-go#8902</a>)</li>
    </ul>
    <h2>Release 1.79.0</h2>
    <h1>API Changes</h1>
    <ul>
    <li>mem: Add experimental API <code>SetDefaultBufferPool</code> to
    change the default buffer pool. (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8806";>#8806</a>)
    <ul>
    <li>Special Thanks: <a
    href="https://github.com/vanja-p";><code>@​vanja-p</code></a></li>
    </ul>
    </li>
    <li>experimental/stats: Update <code>MetricsRecorder</code> to require
    embedding the new <code>UnimplementedMetricsRecorder</code> (a no-op
    struct) in all implementations for forward compatibility. (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8780";>#8780</a>)</li>
    </ul>
    <h1>Behavior Changes</h1>
    <ul>
    <li>balancer/weightedtarget: Remove handling of <code>Addresses</code>
    and only handle <code>Endpoints</code> in resolver updates. (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8841";>#8841</a>)</li>
    </ul>
    <h1>New Features</h1>
    <ul>
    <li>experimental/stats: Add support for asynchronous gauge metrics
    through the new <code>AsyncMetricReporter</code> and
    <code>RegisterAsyncReporter</code> APIs. (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8780";>#8780</a>)</li>
    <li>pickfirst: Add support for weighted random shuffling of endpoints,
    as described in <a
    href="https://redirect.github.com/grpc/proposal/pull/535";>gRFC A113</a>.
    <ul>
    <li>This is enabled by default, and can be turned off using the
    environment variable
    <code>GRPC_EXPERIMENTAL_PF_WEIGHTED_SHUFFLING</code>. (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8864";>#8864</a>)</li>
    </ul>
    </li>
    <li>xds: Implement <code>:authority</code> rewriting, as specified in <a
    
href="https://github.com/grpc/proposal/blob/master/A81-xds-authority-rewriting.md";>gRFC
    A81</a>. (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8779";>#8779</a>)</li>
    <li>balancer/randomsubsetting: Implement the
    <code>random_subsetting</code> LB policy, as specified in <a
    
href="https://github.com/grpc/proposal/blob/master/A68-random-subsetting.md";>gRFC
    A68</a>. (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8650";>#8650</a>)
    <ul>
    <li>Special Thanks: <a
    href="https://github.com/marek-szews";><code>@​marek-szews</code></a></li>
    </ul>
    </li>
    </ul>
    <h1>Bug Fixes</h1>
    <ul>
    <li>credentials/tls: Fix a bug where the port was not stripped from the
    authority override before validation. (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8726";>#8726</a>)
    <ul>
    <li>Special Thanks: <a
    href="https://github.com/Atul1710";><code>@​Atul1710</code></a></li>
    </ul>
    </li>
    <li>xds/priority: Fix a bug causing delayed failover to lower-priority
    clusters when a higher-priority cluster is stuck in
    <code>CONNECTING</code> state. (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8813";>#8813</a>)</li>
    <li>health: Fix a bug where health checks failed for clients using
    legacy compression options (<code>WithDecompressor</code> or
    <code>RPCDecompressor</code>). (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8765";>#8765</a>)
    <ul>
    <li>Special Thanks: <a
    href="https://github.com/sanki92";><code>@​sanki92</code></a></li>
    </ul>
    </li>
    <li>transport: Fix an issue where the HTTP/2 server could skip header
    size checks when terminating a stream early. (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8769";>#8769</a>)
    <ul>
    <li>Special Thanks: <a
    
href="https://github.com/joybestourous";><code>@​joybestourous</code></a></li>
    </ul>
    </li>
    <li>server: Propagate status detail headers, if available, when
    terminating a stream during request header processing. (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8754";>#8754</a>)
    <ul>
    <li>Special Thanks: <a
    
href="https://github.com/joybestourous";><code>@​joybestourous</code></a></li>
    </ul>
    </li>
    </ul>
    <h1>Performance Improvements</h1>
    <ul>
    <li>credentials/alts: Optimize read buffer alignment to reduce copies.
    (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8791";>#8791</a>)</li>
    <li>mem: Optimize pooling and creation of <code>buffer</code> objects.
    (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8784";>#8784</a>)</li>
    <li>transport: Reduce slice re-allocations by reserving slice capacity.
    (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8797";>#8797</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/grpc/grpc-go/commit/782f2de44f597af18a120527e7682a6670d84289";><code>782f2de</code></a>
    Change version to 1.79.1 (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8902";>#8902</a>)</li>
    <li><a
    
href="https://github.com/grpc/grpc-go/commit/850eccbb2257bd2de6ac28ee88a7172ab6175629";><code>850eccb</code></a>
    Change version to 1.79.1-dev (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8851";>#8851</a>)</li>
    <li><a
    
href="https://github.com/grpc/grpc-go/commit/765ff056b6890f6c8341894df4e9668e9bfc18ef";><code>765ff05</code></a>
    Change version to 1.79.0 (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8850";>#8850</a>)</li>
    <li><a
    
href="https://github.com/grpc/grpc-go/commit/68804be0e78ed0365bb5a576dedc12e2168ed63e";><code>68804be</code></a>
    Cherry pick <a
    href="https://redirect.github.com/grpc/grpc-go/issues/8864";>#8864</a> to
    v1.79.x (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8896";>#8896</a>)</li>
    <li><a
    
href="https://github.com/grpc/grpc-go/commit/0381eb650acdae8e423473e64eef07693fe36305";><code>0381eb6</code></a>
    xds: Support <code>:authority</code> header rewriting for LOGICAL_DNS
    clusters (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8822";>#8822</a>)</li>
    <li><a
    
href="https://github.com/grpc/grpc-go/commit/90f571db95a0ec223ec45187f7399a06ccdc10cf";><code>90f571d</code></a>
    xds: remove references to ResolverState.Addresses (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8841";>#8841</a>)</li>
    <li><a
    
href="https://github.com/grpc/grpc-go/commit/679565f9ae655079807f5ab10e07f41acd2af943";><code>679565f</code></a>
    xds: remove <code>HashKey</code> field from
    <code>xdsresource.Endpoint</code> struct (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8844";>#8844</a>)</li>
    <li><a
    
href="https://github.com/grpc/grpc-go/commit/bb2073d1e5551b900763979e08e1c11a47a8f150";><code>bb2073d</code></a>
    mem: Allow overriding the default buffer pool. (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8806";>#8806</a>)</li>
    <li><a
    
href="https://github.com/grpc/grpc-go/commit/bd4444a0a2fdd66245f9e0f0d140aafb5b49044c";><code>bd4444a</code></a>
    Fix flaky <code>TestServer_RedundantUpdateSuppression</code>. (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8839";>#8839</a>)</li>
    <li><a
    
href="https://github.com/grpc/grpc-go/commit/623b3f000b3625aa4a1413f90add1ea367db17c2";><code>623b3f0</code></a>
    test: add regression test for RecvMsg() error shadowing <a
    href="https://redirect.github.com/grpc/grpc-go/issues/7510";>#7510</a>
    (<a
    href="https://redirect.github.com/grpc/grpc-go/issues/8820";>#8820</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/grpc/grpc-go/compare/v1.78.0...v1.79.1";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.78.0&new-version=1.79.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    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-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    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 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)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 go.mod |  4 ++--
 go.sum | 28 ++++++++++++++--------------
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/go.mod b/go.mod
index 80b1f2fe..87ba27bc 100644
--- a/go.mod
+++ b/go.mod
@@ -47,7 +47,7 @@ require (
        golang.org/x/tools v0.42.0
        golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
        gonum.org/v1/gonum v0.17.0
-       google.golang.org/grpc v1.78.0
+       google.golang.org/grpc v1.79.1
        google.golang.org/protobuf v1.36.11
        modernc.org/sqlite v1.45.0
 )
@@ -88,7 +88,7 @@ require (
        golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 // indirect
        golang.org/x/term v0.40.0 // indirect
        golang.org/x/text v0.34.0 // indirect
-       google.golang.org/genproto/googleapis/rpc 
v0.0.0-20251029180050-ab9386a59fda // indirect
+       google.golang.org/genproto/googleapis/rpc 
v0.0.0-20251202230838-ff82c1b0f217 // indirect
        gopkg.in/yaml.v3 v3.0.1 // indirect
        modernc.org/libc v1.67.6 // indirect
        modernc.org/mathutil v1.7.1 // indirect
diff --git a/go.sum b/go.sum
index 770b4df8..5a80577e 100644
--- a/go.sum
+++ b/go.sum
@@ -176,16 +176,16 @@ github.com/zeebo/xxh3 v1.1.0 
h1:s7DLGDK45Dyfg7++yxI0khrfwq9661w9EN78eP/UZVs=
 github.com/zeebo/xxh3 v1.1.0/go.mod 
h1:IisAie1LELR4xhVinxWS5+zf1lA4p0MW4T+w+W07F5s=
 go.opentelemetry.io/auto/sdk v1.2.1 
h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64=
 go.opentelemetry.io/auto/sdk v1.2.1/go.mod 
h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
-go.opentelemetry.io/otel v1.38.0 
h1:RkfdswUDRimDg0m2Az18RKOsnI8UDzppJAtj01/Ymk8=
-go.opentelemetry.io/otel v1.38.0/go.mod 
h1:zcmtmQ1+YmQM9wrNsTGV/q/uyusom3P8RxwExxkZhjM=
-go.opentelemetry.io/otel/metric v1.38.0 
h1:Kl6lzIYGAh5M159u9NgiRkmoMKjvbsKtYRwgfrA6WpA=
-go.opentelemetry.io/otel/metric v1.38.0/go.mod 
h1:kB5n/QoRM8YwmUahxvI3bO34eVtQf2i4utNVLr9gEmI=
-go.opentelemetry.io/otel/sdk v1.38.0 
h1:l48sr5YbNf2hpCUj/FoGhW9yDkl+Ma+LrVl8qaM5b+E=
-go.opentelemetry.io/otel/sdk v1.38.0/go.mod 
h1:ghmNdGlVemJI3+ZB5iDEuk4bWA3GkTpW+DOoZMYBVVg=
-go.opentelemetry.io/otel/sdk/metric v1.38.0 
h1:aSH66iL0aZqo//xXzQLYozmWrXxyFkBJ6qT5wthqPoM=
-go.opentelemetry.io/otel/sdk/metric v1.38.0/go.mod 
h1:dg9PBnW9XdQ1Hd6ZnRz689CbtrUp0wMMs9iPcgT9EZA=
-go.opentelemetry.io/otel/trace v1.38.0 
h1:Fxk5bKrDZJUH+AMyyIXGcFAPah0oRcT+LuNtJrmcNLE=
-go.opentelemetry.io/otel/trace v1.38.0/go.mod 
h1:j1P9ivuFsTceSWe1oY+EeW3sc+Pp42sO++GHkg4wwhs=
+go.opentelemetry.io/otel v1.39.0 
h1:8yPrr/S0ND9QEfTfdP9V+SiwT4E0G7Y5MO7p85nis48=
+go.opentelemetry.io/otel v1.39.0/go.mod 
h1:kLlFTywNWrFyEdH0oj2xK0bFYZtHRYUdv1NklR/tgc8=
+go.opentelemetry.io/otel/metric v1.39.0 
h1:d1UzonvEZriVfpNKEVmHXbdf909uGTOQjA0HF0Ls5Q0=
+go.opentelemetry.io/otel/metric v1.39.0/go.mod 
h1:jrZSWL33sD7bBxg1xjrqyDjnuzTUB0x1nBERXd7Ftcs=
+go.opentelemetry.io/otel/sdk v1.39.0 
h1:nMLYcjVsvdui1B/4FRkwjzoRVsMK8uL/cj0OyhKzt18=
+go.opentelemetry.io/otel/sdk v1.39.0/go.mod 
h1:vDojkC4/jsTJsE+kh+LXYQlbL8CgrEcwmt1ENZszdJE=
+go.opentelemetry.io/otel/sdk/metric v1.39.0 
h1:cXMVVFVgsIf2YL6QkRF4Urbr/aMInf+2WKg+sEJTtB8=
+go.opentelemetry.io/otel/sdk/metric v1.39.0/go.mod 
h1:xq9HEVH7qeX69/JnwEfp6fVq5wosJsY1mt4lLfYdVew=
+go.opentelemetry.io/otel/trace v1.39.0 
h1:2d2vfpEDmCJ5zVYz7ijaJdOF59xLomrvj7bjt6/qCJI=
+go.opentelemetry.io/otel/trace v1.39.0/go.mod 
h1:88w4/PnZSazkGzz/w84VHpQafiU4EtqqlVdxWy+rNOA=
 golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod 
h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
 golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod 
h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
 golang.org/x/exp v0.0.0-20260112195511-716be5621a96 
h1:Z/6YuSHTLOHfNFdb8zVZomZr7cqNgTJvA8+Qz75D8gU=
@@ -246,10 +246,10 @@ golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da 
h1:noIWHXmPHxILtqtCOPIhS
 golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da/go.mod 
h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90=
 gonum.org/v1/gonum v0.17.0 h1:VbpOemQlsSMrYmn7T2OUvQ4dqxQXU+ouZFQsZOx50z4=
 gonum.org/v1/gonum v0.17.0/go.mod 
h1:El3tOrEuMpv2UdMrbNlKEh9vd86bmQ6vqIcDwxEOc1E=
-google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda 
h1:i/Q+bfisr7gq6feoJnS/DlpdwEL4ihp41fvRiM3Ork0=
-google.golang.org/genproto/googleapis/rpc 
v0.0.0-20251029180050-ab9386a59fda/go.mod 
h1:7i2o+ce6H/6BluujYR+kqX3GKH+dChPTQU19wjRPiGk=
-google.golang.org/grpc v1.78.0 h1:K1XZG/yGDJnzMdd/uZHAkVqJE+xIDOcmdSFZkBUicNc=
-google.golang.org/grpc v1.78.0/go.mod 
h1:I47qjTo4OKbMkjA/aOOwxDIiPSBofUtQUI5EfpWvW7U=
+google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 
h1:gRkg/vSppuSQoDjxyiGfN4Upv/h/DQmIR10ZU8dh4Ww=
+google.golang.org/genproto/googleapis/rpc 
v0.0.0-20251202230838-ff82c1b0f217/go.mod 
h1:7i2o+ce6H/6BluujYR+kqX3GKH+dChPTQU19wjRPiGk=
+google.golang.org/grpc v1.79.1 h1:zGhSi45ODB9/p3VAawt9a+O/MULLl9dpizzNNpq7flY=
+google.golang.org/grpc v1.79.1/go.mod 
h1:KmT0Kjez+0dde/v2j9vzwoAScgEPx/Bw1CYChhHLrHQ=
 google.golang.org/protobuf v1.36.11 
h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE=
 google.golang.org/protobuf v1.36.11/go.mod 
h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
 gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod 
h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

Reply via email to