Skip to content

Bump the gomod-all group with 5 updates#12

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-all-b71da2c103
Open

Bump the gomod-all group with 5 updates#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-all-b71da2c103

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 2, 2026

Bumps the gomod-all group with 5 updates:

Package From To
cloud.google.com/go/logging 1.13.1 1.13.2
github.com/googleapis/gax-go/v2 2.16.0 2.21.0
google.golang.org/api 0.257.0 0.272.0
google.golang.org/genproto 0.0.0-20251202230838-ff82c1b0f217 0.0.0-20260319201613-d00831a3d3e7
google.golang.org/grpc 1.77.0 1.79.3

Updates cloud.google.com/go/logging from 1.13.1 to 1.13.2

Release notes

Sourced from cloud.google.com/go/logging's releases.

logging 1.13.2

1.13.2 (2026-02-04)

Commits
  • 559b86a chore: release main (#8706)
  • 174da47 fix(all): update golang.org/x/net to v0.17.0 (#8705)
  • 89eeeff chore: release main (#8664)
  • 0e43b40 feat(shopping): new clients (#8699)
  • 9c502c2 fix: Update go_package and Go importpath (#8667)
  • 4284639 chore(ci): update Go version to 1.21 (#8695)
  • c73963f fix(bigquery): handle storage read api Recv call errors (#8666)
  • 65cb8bd chore(all): update module golang.org/x/net to v0.17.0 [SECURITY] (#8691)
  • 7b19ae2 chore(internal/postprocessor): add config for shopping/type (#8690)
  • 45d4f21 chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /internal/example...
  • Additional commits viewable in compare view

Updates github.com/googleapis/gax-go/v2 from 2.16.0 to 2.21.0

Release notes

Sourced from github.com/googleapis/gax-go/v2's releases.

v2: v2.21.0

v2.21.0 (2026-04-01)

Features

  • update IsFeatureEnabled to not require EXPERIMENTAL (#497) (a2a329e3)

  • hook transport telemetry into gax.Invoke and record (#496) (d5310019)

v2: v2.20.0

v2.20.0 (2026-03-25)

Features

  • hook metric recording into gax.Invoke (#494) (1f3e9aef)

  • add TelemetryErrorInfo and ExtractTelemetryErrorInfo (#487) (defdded3)

v2: v2.19.0

v2.19.0 (2026-03-17)

Features

  • update WithLogger to WithLoggerContext. (#478) (1cb70baf)

  • pass logger to downstream via context (#474) (434fa676)

  • add WithClientMetrics CallOption (#479) (76f0284e)

  • add TransportTelemetryData for dynamic transport attributes (#481) (8a7caf00)

  • add ClientMetrics initialization core (#473) (f53618c2)

Bug Fixes

  • lazy initialization and getters for ClientMetrics (#485) (fb6c5f4d)

v2: v2.18.0

v2.18.0 (2026-03-09)

Features

  • move gax-go to use 1.25 as the lower bound of support (#469) (01594ca5)

  • add callctx telemetry helpers (#472) (fa319ffc)

v2 2.17.0

2.17.0 (2026-02-03)

Features

... (truncated)

Commits
  • 774a802 chore: create a release (#498)
  • a2a329e feat(v2): update IsFeatureEnabled to not require EXPERIMENTAL (#497)
  • d531001 feat(v2): hook transport telemetry into gax.Invoke and record (#496)
  • 25485ab chore: create a release (#495)
  • 1f3e9ae feat: hook metric recording into gax.Invoke (#494)
  • defdded feat(v2): add TelemetryErrorInfo and ExtractTelemetryErrorInfo (#487)
  • 399c197 chore(all): update all (#492)
  • c64aabe chore(all): update module google.golang.org/grpc to v1.79.3 [SECURITY] (#490)
  • 06bdf7f chore: create a release (#486)
  • bf56424 chore(all): update all (#484)
  • Additional commits viewable in compare view

Updates google.golang.org/api from 0.257.0 to 0.272.0

Release notes

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

v0.272.0

0.272.0 (2026-03-16)

Features

v0.271.0

0.271.0 (2026-03-10)

Features

v0.270.0

0.270.0 (2026-03-08)

Features

v0.269.0

0.269.0 (2026-02-24)

Features

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.272.0 (2026-03-16)

Features

0.271.0 (2026-03-10)

Features

0.270.0 (2026-03-08)

Features

0.269.0 (2026-02-24)

Features

Bug Fixes

  • generator: Handle preview version pkg name (#3511) (2a249ce)

... (truncated)

Commits

Updates google.golang.org/genproto from 0.0.0-20251202230838-ff82c1b0f217 to 0.0.0-20260319201613-d00831a3d3e7

Commits

Updates google.golang.org/grpc from 1.77.0 to 1.79.3

Release notes

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

Release 1.79.3

Security

  • server: fix an authorization bypass where malformed :path headers (missing the leading slash) could bypass path-based restricted "deny" rules in interceptors like grpc/authz. Any request with a non-canonical path is now immediately rejected with an Unimplemented error. (#8981)

Release 1.79.2

Bug Fixes

  • stats: Prevent redundant error logging in health/ORCA producers by skipping stats/tracing processing when no stats handler is configured. (grpc/grpc-go#8874)

Release 1.79.1

Bug Fixes

Release 1.79.0

API Changes

  • mem: Add experimental API SetDefaultBufferPool to change the default buffer pool. (#8806)
  • experimental/stats: Update MetricsRecorder to require embedding the new UnimplementedMetricsRecorder (a no-op struct) in all implementations for forward compatibility. (#8780)

Behavior Changes

  • balancer/weightedtarget: Remove handling of Addresses and only handle Endpoints in resolver updates. (#8841)

New Features

  • experimental/stats: Add support for asynchronous gauge metrics through the new AsyncMetricReporter and RegisterAsyncReporter APIs. (#8780)
  • pickfirst: Add support for weighted random shuffling of endpoints, as described in gRFC A113.
    • This is enabled by default, and can be turned off using the environment variable GRPC_EXPERIMENTAL_PF_WEIGHTED_SHUFFLING. (#8864)
  • xds: Implement :authority rewriting, as specified in gRFC A81. (#8779)
  • balancer/randomsubsetting: Implement the random_subsetting LB policy, as specified in gRFC A68. (#8650)

Bug Fixes

  • credentials/tls: Fix a bug where the port was not stripped from the authority override before validation. (#8726)
  • xds/priority: Fix a bug causing delayed failover to lower-priority clusters when a higher-priority cluster is stuck in CONNECTING state. (#8813)
  • health: Fix a bug where health checks failed for clients using legacy compression options (WithDecompressor or RPCDecompressor). (#8765)
  • transport: Fix an issue where the HTTP/2 server could skip header size checks when terminating a stream early. (#8769)
  • server: Propagate status detail headers, if available, when terminating a stream during request header processing. (#8754)

Performance Improvements

  • credentials/alts: Optimize read buffer alignment to reduce copies. (#8791)
  • mem: Optimize pooling and creation of buffer objects. (#8784)
  • transport: Reduce slice re-allocations by reserving slice capacity. (#8797)

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gomod-all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/logging](https://github.com/googleapis/google-cloud-go) | `1.13.1` | `1.13.2` |
| [github.com/googleapis/gax-go/v2](https://github.com/googleapis/gax-go) | `2.16.0` | `2.21.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.257.0` | `0.272.0` |
| [google.golang.org/genproto](https://github.com/googleapis/go-genproto) | `0.0.0-20251202230838-ff82c1b0f217` | `0.0.0-20260319201613-d00831a3d3e7` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.77.0` | `1.79.3` |


Updates `cloud.google.com/go/logging` from 1.13.1 to 1.13.2
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@asset/v1.13.1...redis/v1.13.2)

Updates `github.com/googleapis/gax-go/v2` from 2.16.0 to 2.21.0
- [Release notes](https://github.com/googleapis/gax-go/releases)
- [Commits](googleapis/gax-go@v2.16.0...v2.21.0)

Updates `google.golang.org/api` from 0.257.0 to 0.272.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.257.0...v0.272.0)

Updates `google.golang.org/genproto` from 0.0.0-20251202230838-ff82c1b0f217 to 0.0.0-20260319201613-d00831a3d3e7
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/grpc` from 1.77.0 to 1.79.3
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.77.0...v1.79.3)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/logging
  dependency-version: 1.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-all
- dependency-name: github.com/googleapis/gax-go/v2
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-all
- dependency-name: google.golang.org/api
  dependency-version: 0.272.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-all
- dependency-name: google.golang.org/genproto
  dependency-version: 0.0.0-20260319201613-d00831a3d3e7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-all
- dependency-name: google.golang.org/grpc
  dependency-version: 1.79.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Dependencies update label Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants