Skip to content

Comments

Bump the all-go-deps group across 1 directory with 7 updates#864

Merged
roger2hk merged 1 commit intomainfrom
dependabot/go_modules/all-go-deps-5de738d9cd
Feb 19, 2026
Merged

Bump the all-go-deps group across 1 directory with 7 updates#864
roger2hk merged 1 commit intomainfrom
dependabot/go_modules/all-go-deps-5de738d9cd

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

Bumps the all-go-deps group with 6 updates in the / directory:

Package From To
cloud.google.com/go/spanner 1.87.0 1.88.0
cloud.google.com/go/storage 1.59.2 1.60.0
github.com/aws/aws-sdk-go-v2/config 1.32.7 1.32.9
github.com/transparency-dev/formats 0.0.0-20251017110053-404c0d5b696c 0.1.0
google.golang.org/api 0.265.0 0.267.0
google.golang.org/grpc 1.78.0 1.79.1

Updates cloud.google.com/go/spanner from 1.87.0 to 1.88.0

Release notes

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

spanner: v1.88.0

1.88.0 (2026-02-11)

Features

  • Adding Send and Ack Mutation Support for Cloud Spanner Queue (#13616) (1cf600d6)

  • include cache updates into the ResultSet response (PiperOrigin-RevId: 865546011) (6f310199)

  • add a ClientContext field to Spanner requests (PiperOrigin-RevId: 853323071) (80379edb)

  • add Secure Parameters to the ClientContext (PiperOrigin-RevId: 853323071) (80379edb)

  • PGNumeric implements Scanner and Valuer (#13722) (85bc9dbf)

  • support struct literal (#13766) (b4a6f4c5)

  • Exposing total CPU related fields in AutoscalingConfig (PiperOrigin-RevId: 845819318) (db65e792)

  • add ClientContext support (#13775) (e85d7061)

Bug Fixes

Performance Improvements

  • only create sessions if multiplexed sessions are disabled (#13477) (e44e58f6)

Documentation

  • A comment for field param_types in message .google.spanner.v1.PartitionQueryRequest is changed (PiperOrigin-RevId: 865546011) (6f310199)

  • A comment for field transaction_tag in message .google.spanner.v1.RequestOptions is changed (PiperOrigin-RevId: 865546011) (6f310199)

  • A comment for field commit_timestamp in message .google.spanner.v1.BatchWriteResponse is changed (PiperOrigin-RevId: 865546011) (6f310199)

  • A comment for field params in message .google.spanner.v1.PartitionQueryRequest is changed (PiperOrigin-RevId: 865546011) (6f310199)

  • Update client side metrics and permission issues in README (#13491) (ab56892e)

  • Update high_priority_cpu_utilization_percent in AutoscalingConfig to be Optional and clarify its behavior when not specified (PiperOrigin-RevId: 845819318) (db65e792)

Commits
  • 80561cb chore: librarian release pull request: 20260211T232929Z (#13835)
  • 8e3d5c7 test(spanner/test/opentelemetry/test): update otelgrpc invocation (#13831)
  • 6f31019 chore: librarian generate pull request: 20260211T080606Z (#13833)
  • 5d7617b test(storage): fix routing interceptor test. (#13832)
  • b232bb1 chore: relax ownership of the internal/generated/snippets paths (#13828)
  • 7783bb0 chore: librarian release pull request: 20260210T090937Z (#13824)
  • 90678f0 chore(storage): remove fallback allowed option for direct connectivity (#13823)
  • e85d706 feat(spanner): add ClientContext support (#13775)
  • b4a6f4c feat(spanner/spansql): support struct literal (#13766)
  • 209126b chore(internal/kokoro): wrap variable in quotes (#13821)
  • Additional commits viewable in compare view

Updates cloud.google.com/go/storage from 1.59.2 to 1.60.0

Release notes

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

storage 1.60.0

1.60.0 (2026-02-10)

Features

  • adding support for max-retry-duration for all api other than resumable-upload (#13749) (31c352bd)

  • support checksum validation in resumable json uploads (#13573) (337ca078)

  • Added a new field ComposeObjectRequest.delete_source_objects field (PiperOrigin-RevId: 863087065) (611f2392)

Bug Fixes

Documentation

  • Updated documentation for BidiReadObject, ReadObjectRequest, and ObjectContexts (PiperOrigin-RevId: 863087065) (611f2392)
Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.7 to 1.32.9

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.7 to 1.19.9

Commits

Updates github.com/transparency-dev/formats from 0.0.0-20251017110053-404c0d5b696c to 0.1.0

Release notes

Sourced from github.com/transparency-dev/formats's releases.

v0.1.0

What's Changed

Deps

... (truncated)

Commits

Updates google.golang.org/api from 0.265.0 to 0.267.0

Release notes

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

v0.267.0

0.267.0 (2026-02-17)

Features

v0.266.0

0.266.0 (2026-02-10)

Features

Changelog

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

0.267.0 (2026-02-17)

Features

0.266.0 (2026-02-10)

Features

Commits

Updates google.golang.org/grpc from 1.78.0 to 1.79.1

Release notes

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

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)
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 all-go-deps group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/spanner](https://github.com/googleapis/google-cloud-go) | `1.87.0` | `1.88.0` |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.59.2` | `1.60.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.7` | `1.32.9` |
| [github.com/transparency-dev/formats](https://github.com/transparency-dev/formats) | `0.0.0-20251017110053-404c0d5b696c` | `0.1.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.265.0` | `0.267.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.78.0` | `1.79.1` |



Updates `cloud.google.com/go/spanner` from 1.87.0 to 1.88.0
- [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@spanner/v1.87.0...spanner/v1.88.0)

Updates `cloud.google.com/go/storage` from 1.59.2 to 1.60.0
- [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@storage/v1.59.2...spanner/v1.60.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.7 to 1.32.9
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.32.7...config/v1.32.9)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.7 to 1.19.9
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/m2/v1.19.7...service/m2/v1.19.9)

Updates `github.com/transparency-dev/formats` from 0.0.0-20251017110053-404c0d5b696c to 0.1.0
- [Release notes](https://github.com/transparency-dev/formats/releases)
- [Commits](https://github.com/transparency-dev/formats/commits/v0.1.0)

Updates `google.golang.org/api` from 0.265.0 to 0.267.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.265.0...v0.267.0)

Updates `google.golang.org/grpc` from 1.78.0 to 1.79.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.78.0...v1.79.1)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/spanner
  dependency-version: 1.88.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
- dependency-name: cloud.google.com/go/storage
  dependency-version: 1.60.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-deps
- dependency-name: github.com/transparency-dev/formats
  dependency-version: 0.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
- dependency-name: google.golang.org/api
  dependency-version: 0.267.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
- dependency-name: google.golang.org/grpc
  dependency-version: 1.79.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 19, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 19, 2026 18:27
@dependabot dependabot bot requested a review from AlCutter February 19, 2026 18:27
@roger2hk roger2hk merged commit 81001db into main Feb 19, 2026
28 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/all-go-deps-5de738d9cd branch February 19, 2026 18:35
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.

1 participant