chore(all): update deps (#13403) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update | |---|---|---|---|---|---| | [cloud.google.com/go/aiplatform](https://redirect.github.com/googleapis/google-cloud-go) | `v1.109.0` → `v1.113.0` |  |  | require | minor | | [cloud.google.com/go/auth](https://redirect.github.com/googleapis/google-cloud-go) | `v0.17.0` → `v0.18.0` |  |  | require | minor | | [cloud.google.com/go/longrunning](https://redirect.github.com/googleapis/google-cloud-go) | `v0.7.0` → `v0.8.0` |  |  | require | minor | | [cloud.google.com/go/spanner](https://redirect.github.com/googleapis/google-cloud-go) | `v1.86.1` → `v1.87.0` |  |  | require | minor | | [cloud.google.com/go/storage](https://redirect.github.com/googleapis/google-cloud-go) | `v1.57.2` → `v1.59.0` |  |  | require | minor | | [github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp](https://redirect.github.com/GoogleCloudPlatform/grpc-gcp-go) | `v1.5.3` → `v1.6.0` |  |  | require | minor | | [github.com/go-git/go-git/v5](https://redirect.github.com/go-git/go-git) | `v5.16.3` → `v5.16.4` |  |  | require | patch | | [github.com/google/pprof](https://redirect.github.com/google/pprof) | `4902fdd` → `71be6bf` |  |  | require | digest | | [github.com/googleapis/enterprise-certificate-proxy](https://redirect.github.com/googleapis/enterprise-certificate-proxy) | `v0.3.7` → `v0.3.9` |  |  | require | patch | | [github.com/googleapis/gax-go/v2](https://redirect.github.com/googleapis/gax-go) | `v2.15.0` → `v2.16.0` |  |  | require | minor | | [go.einride.tech/aip](https://redirect.github.com/einride/aip-go) | `v0.74.0` → `v0.79.0` |  |  | require | minor | | [golang.org/x/mod](https://pkg.go.dev/golang.org/x/mod) | [`v0.30.0` → `v0.32.0`](https://cs.opensource.google/go/x/mod/+/refs/tags/v0.30.0...refs/tags/v0.32.0) |  |  | require | minor | | [golang.org/x/net](https://pkg.go.dev/golang.org/x/net) | [`v0.47.0` → `v0.48.0`](https://cs.opensource.google/go/x/net/+/refs/tags/v0.47.0...refs/tags/v0.48.0) |  |  | require | minor | | [golang.org/x/oauth2](https://pkg.go.dev/golang.org/x/oauth2) | [`v0.33.0` → `v0.34.0`](https://cs.opensource.google/go/x/oauth2/+/refs/tags/v0.33.0...refs/tags/v0.34.0) |  |  | require | minor | | [golang.org/x/sync](https://pkg.go.dev/golang.org/x/sync) | [`v0.18.0` → `v0.19.0`](https://cs.opensource.google/go/x/sync/+/refs/tags/v0.18.0...refs/tags/v0.19.0) |  |  | require | minor | | [golang.org/x/sys](https://pkg.go.dev/golang.org/x/sys) | [`v0.38.0` → `v0.40.0`](https://cs.opensource.google/go/x/sys/+/refs/tags/v0.38.0...refs/tags/v0.40.0) |  |  | require | minor | | [golang.org/x/text](https://pkg.go.dev/golang.org/x/text) | [`v0.31.0` → `v0.33.0`](https://cs.opensource.google/go/x/text/+/refs/tags/v0.31.0...refs/tags/v0.33.0) |  |  | require | minor | | [golang.org/x/tools](https://pkg.go.dev/golang.org/x/tools) | [`v0.39.0` → `v0.40.0`](https://cs.opensource.google/go/x/tools/+/refs/tags/v0.39.0...refs/tags/v0.40.0) |  |  | require | minor | | [google.golang.org/api](https://redirect.github.com/googleapis/google-api-go-client) | `v0.256.0` → `v0.259.0` |  |  | require | minor | | [google.golang.org/api](https://redirect.github.com/googleapis/google-api-go-client) | `v0.258.0` → `v0.259.0` |  |  | require | minor | | [google.golang.org/genproto/googleapis/api](https://redirect.github.com/googleapis/go-genproto) | `95abcf5` → `0a764e5` |  |  | require | digest | | [google.golang.org/genproto/googleapis/api](https://redirect.github.com/googleapis/go-genproto) | `79d6a2a` → `0a764e5` |  |  | require | digest | | [google.golang.org/genproto/googleapis/rpc](https://redirect.github.com/googleapis/go-genproto) | `95abcf5` → `0a764e5` |  |  | require | digest | | [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) | `v1.76.0` → `v1.78.0` |  |  | require | minor | | [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) | `v1.77.0` → `v1.78.0` |  |  | require | minor | | [google.golang.org/protobuf](https://redirect.github.com/protocolbuffers/protobuf-go) | `v1.36.10` → `v1.36.11` |  |  | require | patch | --- ### Release Notes <details> <summary>googleapis/google-cloud-go (cloud.google.com/go/auth)</summary> ### [`v0.18.0`](https://redirect.github.com/googleapis/google-cloud-go/blob/HEAD/CHANGES.md#v0180) [Compare Source](https://redirect.github.com/googleapis/google-cloud-go/compare/v0.17.0...v0.18.0) - bigquery: - Marked stable. - Schema inference of nullable fields supported. - Added TimePartitioning to QueryConfig. - firestore: Data provided to DocumentRef.Set with a Merge option can contain Delete sentinels. - logging: Clients can accept parent resources other than projects. - pubsub: - pubsub/pstest: A lighweight fake for pubsub. Experimental; feedback welcome. - Support updating more subscription metadata: AckDeadline, RetainAckedMessages and RetentionDuration. - oslogin/apiv1beta: New client for the Cloud OS Login API. - rpcreplay: A package for recording and replaying gRPC traffic. - spanner: - Add a ReadWithOptions that supports a row limit, as well as an index. - Support query plan and execution statistics. - Added [OpenCensus](http://opencensus.io) support. - storage: Clarify checksum validation for gzipped files (it is not validated when the file is served uncompressed). </details> <details> <summary>go-git/go-git (github.com/go-git/go-git/v5)</summary> ### [`v5.16.4`](https://redirect.github.com/go-git/go-git/releases/tag/v5.16.4) [Compare Source](https://redirect.github.com/go-git/go-git/compare/v5.16.3...v5.16.4) #### What's Changed - backport plumbing: format/idxfile, prevent panic by [@​swills](https://redirect.github.com/swills) in [#​1732](https://redirect.github.com/go-git/go-git/pull/1732) - \[backport] build: test, Fix build on Windows. by [@​pjbgf](https://redirect.github.com/pjbgf) in [#​1734](https://redirect.github.com/go-git/go-git/pull/1734) - build: Update module golang.org/x/net to v0.38.0 \[SECURITY] (releases/v5.x) by [@​go-git-renovate](https://redirect.github.com/go-git-renovate)\[bot] in [#​1742](https://redirect.github.com/go-git/go-git/pull/1742) - build: Update module github.com/cloudflare/circl to v1.6.1 \[SECURITY] (releases/v5.x) by [@​go-git-renovate](https://redirect.github.com/go-git-renovate)\[bot] in [#​1741](https://redirect.github.com/go-git/go-git/pull/1741) - build: Update module github.com/go-git/go-git/v5 to v5.13.0 \[SECURITY] (releases/v5.x) by [@​go-git-renovate](https://redirect.github.com/go-git-renovate)\[bot] in [#​1743](https://redirect.github.com/go-git/go-git/pull/1743) **Full Changelog**: <https://github.com/go-git/go-git/compare/v5.16.3...v5.16.4> </details> <details> <summary>googleapis/enterprise-certificate-proxy (github.com/googleapis/enterprise-certificate-proxy)</summary> ### [`v0.3.9`](https://redirect.github.com/googleapis/enterprise-certificate-proxy/releases/tag/v0.3.9) [Compare Source](https://redirect.github.com/googleapis/enterprise-certificate-proxy/compare/v0.3.8...v0.3.9) #### What's Changed - Revert "feat: Add logging for ECP such that it is enabled/disabled using ENABLE\_ENTERPRISE\_CERTIFICATE\_LOGS flag" by [@​agrawalradhika-cell](https://redirect.github.com/agrawalradhika-cell) in [#​168](https://redirect.github.com/googleapis/enterprise-certificate-proxy/pull/168) - chore: Remove logging from http\_proxy to reduce noise for customers, will add them back later. by [@​agrawalradhika-cell](https://redirect.github.com/agrawalradhika-cell) in [#​169](https://redirect.github.com/googleapis/enterprise-certificate-proxy/pull/169) **Full Changelog**: <https://github.com/googleapis/enterprise-certificate-proxy/compare/v0.3.8...v0.3.9> ### [`v0.3.8`](https://redirect.github.com/googleapis/enterprise-certificate-proxy/releases/tag/v0.3.8) [Compare Source](https://redirect.github.com/googleapis/enterprise-certificate-proxy/compare/v0.3.7...v0.3.8) #### What's Changed - feat: Add logging for ECP such that it is enabled/disabled using ENABLE\_ENTERPRISE\_CERTIFICATE\_LOGS flag by [@​agrawalradhika-cell](https://redirect.github.com/agrawalradhika-cell) in [#​164](https://redirect.github.com/googleapis/enterprise-certificate-proxy/pull/164) - chore: Update version.txt to update version to v0.3.8 by [@​agrawalradhika-cell](https://redirect.github.com/agrawalradhika-cell) in [#​167](https://redirect.github.com/googleapis/enterprise-certificate-proxy/pull/167) #### New Contributors - [@​agrawalradhika-cell](https://redirect.github.com/agrawalradhika-cell) made their first contribution in [#​164](https://redirect.github.com/googleapis/enterprise-certificate-proxy/pull/164) **Full Changelog**: <https://github.com/googleapis/enterprise-certificate-proxy/compare/v0.3.7...v0.3.8> </details> <details> <summary>googleapis/gax-go (github.com/googleapis/gax-go/v2)</summary> ### [`v2.16.0`](https://redirect.github.com/googleapis/gax-go/releases/tag/v2.16.0): v2 2.16.0 [Compare Source](https://redirect.github.com/googleapis/gax-go/compare/v2.15.0...v2.16.0) ##### Features - add IsFeatureEnabled ([#​454](https://redirect.github.com/googleapis/gax-go/issues/454)) ([2700b8ab](https://redirect.github.com/googleapis/gax-go/commit/2700b8ab)) </details> <details> <summary>einride/aip-go (go.einride.tech/aip)</summary> ### [`v0.79.0`](https://redirect.github.com/einride/aip-go/releases/tag/v0.79.0) [Compare Source](https://redirect.github.com/einride/aip-go/compare/v0.78.0...v0.79.0) ##### 0.79.0 (2026-01-12) ##### Feature - add ParseFilterString ([`5fa340c`](https://redirect.github.com/einride/aip-go/commit/5fa340ce)) ### [`v0.78.0`](https://redirect.github.com/einride/aip-go/releases/tag/v0.78.0) [Compare Source](https://redirect.github.com/einride/aip-go/compare/v0.77.0...v0.78.0) ##### 0.78.0 (2025-12-19) ##### Feature - **filtering:** minor changes based on review of [#​361](https://redirect.github.com/einride/aip-go/issues/361) ([`7b69d6c`](https://redirect.github.com/einride/aip-go/commit/7b69d6ce)) ### [`v0.77.0`](https://redirect.github.com/einride/aip-go/releases/tag/v0.77.0) [Compare Source](https://redirect.github.com/einride/aip-go/compare/v0.76.0...v0.77.0) ##### 0.77.0 (2025-12-19) ##### Feature - introduce experimental improved filtering ([`f9461fa`](https://redirect.github.com/einride/aip-go/commit/f9461fab)) ### [`v0.76.0`](https://redirect.github.com/einride/aip-go/releases/tag/v0.76.0) [Compare Source](https://redirect.github.com/einride/aip-go/compare/v0.75.0...v0.76.0) ##### 0.76.0 (2025-12-04) ##### Feature - **TP-69:** add ValidateImmutableFieldsNotChanged ([`8782e16`](https://redirect.github.com/einride/aip-go/commit/8782e164)) ### [`v0.75.0`](https://redirect.github.com/einride/aip-go/releases/tag/v0.75.0) [Compare Source](https://redirect.github.com/einride/aip-go/compare/v0.74.0...v0.75.0) ##### 0.75.0 (2025-11-19) ##### Feature - allow optional keyword ([`972120a`](https://redirect.github.com/einride/aip-go/commit/972120a1)) ##### Tests - **resourcename/hasParent:** add test case for singleton ([`f2dbcf2`](https://redirect.github.com/einride/aip-go/commit/f2dbcf23)) </details> <details> <summary>googleapis/google-api-go-client (google.golang.org/api)</summary> ### [`v0.259.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.259.0) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.258.0...v0.259.0) ##### ⚠ BREAKING CHANGES - remove firebaseremoteconfig from package list ([#​3422](https://redirect.github.com/googleapis/google-api-go-client/issues/3422)) ##### Features - **all:** Auto-regenerate discovery clients ([#​3412](https://redirect.github.com/googleapis/google-api-go-client/issues/3412)) ([c7d21a4](https://redirect.github.com/googleapis/google-api-go-client/commit/c7d21a4d7b388f98004cdef7eb1da28afda20e3c)) - **all:** Auto-regenerate discovery clients ([#​3415](https://redirect.github.com/googleapis/google-api-go-client/issues/3415)) ([6860a5e](https://redirect.github.com/googleapis/google-api-go-client/commit/6860a5e602d186c2b09c124bf66eed5ff9a4417c)) - **all:** Auto-regenerate discovery clients ([#​3417](https://redirect.github.com/googleapis/google-api-go-client/issues/3417)) ([0a99634](https://redirect.github.com/googleapis/google-api-go-client/commit/0a99634bc071a7c86eef4397bc7f236f7e691453)) - **all:** Auto-regenerate discovery clients ([#​3419](https://redirect.github.com/googleapis/google-api-go-client/issues/3419)) ([03d987b](https://redirect.github.com/googleapis/google-api-go-client/commit/03d987b2b4bed89a1d97eae8fd1c1390b03aa5ed)) - **all:** Auto-regenerate discovery clients ([#​3421](https://redirect.github.com/googleapis/google-api-go-client/issues/3421)) ([632ee92](https://redirect.github.com/googleapis/google-api-go-client/commit/632ee92f17be886948004adc2096825fb259d5e3)) - **all:** Auto-regenerate discovery clients ([#​3425](https://redirect.github.com/googleapis/google-api-go-client/issues/3425)) ([b599823](https://redirect.github.com/googleapis/google-api-go-client/commit/b5998236840eb877911befa581668ad47ea5dc02)) - Support write checksums in json resumable uploads ([#​3405](https://redirect.github.com/googleapis/google-api-go-client/issues/3405)) ([6e57e38](https://redirect.github.com/googleapis/google-api-go-client/commit/6e57e384f3af2773be6ec086c7cca6a500a9c9f5)) ##### Bug Fixes - **option:** Remove option.WithAuthCredentials from validation ([#​3420](https://redirect.github.com/googleapis/google-api-go-client/issues/3420)) ([2c33732](https://redirect.github.com/googleapis/google-api-go-client/commit/2c337321d374c3e9f02c09c75cb94b73eaf23fd2)) - Remove firebaseremoteconfig from package list ([#​3422](https://redirect.github.com/googleapis/google-api-go-client/issues/3422)) ([fd0ce7c](https://redirect.github.com/googleapis/google-api-go-client/commit/fd0ce7cd83e33d83e3040e4cc3c8f39fc4aed6dd)) - **transport:** Remove singleton and restore normal usage of otelgrpc.clientHandler ([#​3424](https://redirect.github.com/googleapis/google-api-go-client/issues/3424)) ([24fbfcb](https://redirect.github.com/googleapis/google-api-go-client/commit/24fbfcbae5daea4fd67445129091522c6fad5200)), refs [#​2321](https://redirect.github.com/googleapis/google-api-go-client/issues/2321) [#​2329](https://redirect.github.com/googleapis/google-api-go-client/issues/2329) ##### Miscellaneous Chores - Correct release version ([#​3426](https://redirect.github.com/googleapis/google-api-go-client/issues/3426)) ([a783dbb](https://redirect.github.com/googleapis/google-api-go-client/commit/a783dbb2bb83627f299916fb808756cc64038fdd)) ### [`v0.258.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.258.0) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.257.0...v0.258.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​3392](https://redirect.github.com/googleapis/google-api-go-client/issues/3392)) ([db6e653](https://redirect.github.com/googleapis/google-api-go-client/commit/db6e6530eaa7bfa2bb7c5a190822422a410fdbee)) - **all:** Auto-regenerate discovery clients ([#​3394](https://redirect.github.com/googleapis/google-api-go-client/issues/3394)) ([7a9ae94](https://redirect.github.com/googleapis/google-api-go-client/commit/7a9ae9465365e4f8dafe94fe66472347089f9d2b)) - **all:** Auto-regenerate discovery clients ([#​3395](https://redirect.github.com/googleapis/google-api-go-client/issues/3395)) ([dd93f67](https://redirect.github.com/googleapis/google-api-go-client/commit/dd93f673e7e190062bd70ea6349846babd9d5a18)) - **all:** Auto-regenerate discovery clients ([#​3396](https://redirect.github.com/googleapis/google-api-go-client/issues/3396)) ([302ad5f](https://redirect.github.com/googleapis/google-api-go-client/commit/302ad5fe6f2083ecb1ae931a65ead0db05f31041)) - **all:** Auto-regenerate discovery clients ([#​3398](https://redirect.github.com/googleapis/google-api-go-client/issues/3398)) ([5dfcd09](https://redirect.github.com/googleapis/google-api-go-client/commit/5dfcd09b444ac707e0a4bf8faaa3005d7446c246)) - **all:** Auto-regenerate discovery clients ([#​3401](https://redirect.github.com/googleapis/google-api-go-client/issues/3401)) ([cd3e656](https://redirect.github.com/googleapis/google-api-go-client/commit/cd3e656aba7e5a7dfc99d26edda519bea9927294)) - **all:** Auto-regenerate discovery clients ([#​3402](https://redirect.github.com/googleapis/google-api-go-client/issues/3402)) ([9e6446a](https://redirect.github.com/googleapis/google-api-go-client/commit/9e6446a027f032b942e6cf107d85c9bafbeceed1)) - **all:** Auto-regenerate discovery clients ([#​3404](https://redirect.github.com/googleapis/google-api-go-client/issues/3404)) ([453c04a](https://redirect.github.com/googleapis/google-api-go-client/commit/453c04a2253514c5674147b8301897955da7bdee)) - **all:** Auto-regenerate discovery clients ([#​3406](https://redirect.github.com/googleapis/google-api-go-client/issues/3406)) ([af03509](https://redirect.github.com/googleapis/google-api-go-client/commit/af035092fea5561e35b88f60b53f2d13c3d31918)) - **all:** Auto-regenerate discovery clients ([#​3407](https://redirect.github.com/googleapis/google-api-go-client/issues/3407)) ([41e2f8f](https://redirect.github.com/googleapis/google-api-go-client/commit/41e2f8f21da1fe333321dae2e29d2c9b34e2c170)) - **all:** Auto-regenerate discovery clients ([#​3408](https://redirect.github.com/googleapis/google-api-go-client/issues/3408)) ([ba64741](https://redirect.github.com/googleapis/google-api-go-client/commit/ba647419702c7484983a89f4133efb00a97dfb6c)) - **all:** Auto-regenerate discovery clients ([#​3409](https://redirect.github.com/googleapis/google-api-go-client/issues/3409)) ([5d17056](https://redirect.github.com/googleapis/google-api-go-client/commit/5d17056dd3806211b5505206a08dcc204048c367)) - **all:** Auto-regenerate discovery clients ([#​3410](https://redirect.github.com/googleapis/google-api-go-client/issues/3410)) ([90b301b](https://redirect.github.com/googleapis/google-api-go-client/commit/90b301bf2f6dac8edbbf072ee06e9aa09aa0b12a)) - **option:** Deprecate unsafe credentials JSON loading options ([#​3356](https://redirect.github.com/googleapis/google-api-go-client/issues/3356)) ([a5426fa](https://redirect.github.com/googleapis/google-api-go-client/commit/a5426fa66cb1b38be2b24a3ebf8147b2f17b799f)) ### [`v0.257.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.257.0) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.256.0...v0.257.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​3376](https://redirect.github.com/googleapis/google-api-go-client/issues/3376)) ([b0c07d2](https://redirect.github.com/googleapis/google-api-go-client/commit/b0c07d2f5cc4aa2cf974c2938508626f8430855e)) - **all:** Auto-regenerate discovery clients ([#​3380](https://redirect.github.com/googleapis/google-api-go-client/issues/3380)) ([47fcc39](https://redirect.github.com/googleapis/google-api-go-client/commit/47fcc39088f806c4202ca47159416ce99a0a0c72)) - **all:** Auto-regenerate discovery clients ([#​3381](https://redirect.github.com/googleapis/google-api-go-client/issues/3381)) ([cf5cf20](https://redirect.github.com/googleapis/google-api-go-client/commit/cf5cf20d07fac3acc66c1f9ade705bb99701519a)) - **all:** Auto-regenerate discovery clients ([#​3382](https://redirect.github.com/googleapis/google-api-go-client/issues/3382)) ([2931d4b](https://redirect.github.com/googleapis/google-api-go-client/commit/2931d4b217c6934f85bdc378ebbbbe4fa54db96d)) - **all:** Auto-regenerate discovery clients ([#​3383](https://redirect.github.com/googleapis/google-api-go-client/issues/3383)) ([446402e](https://redirect.github.com/googleapis/google-api-go-client/commit/446402e7d6aedbe169505c07aafcf45e96563a8e)) - **all:** Auto-regenerate discovery clients ([#​3384](https://redirect.github.com/googleapis/google-api-go-client/issues/3384)) ([d82a5d0](https://redirect.github.com/googleapis/google-api-go-client/commit/d82a5d02f83b3455f747cbb1fb14930703dad60e)) - **all:** Auto-regenerate discovery clients ([#​3386](https://redirect.github.com/googleapis/google-api-go-client/issues/3386)) ([6a0b46d](https://redirect.github.com/googleapis/google-api-go-client/commit/6a0b46d49312d528dab4dce8daee48866f38ba25)) - **all:** Auto-regenerate discovery clients ([#​3387](https://redirect.github.com/googleapis/google-api-go-client/issues/3387)) ([f3dc8f4](https://redirect.github.com/googleapis/google-api-go-client/commit/f3dc8f4bd57ade8c6ffb37cda8d55289228ebcd1)) - **all:** Auto-regenerate discovery clients ([#​3388](https://redirect.github.com/googleapis/google-api-go-client/issues/3388)) ([e3ca7fd](https://redirect.github.com/googleapis/google-api-go-client/commit/e3ca7fd5738afd1a8aa046431ef005c48e701358)) - **all:** Auto-regenerate discovery clients ([#​3389](https://redirect.github.com/googleapis/google-api-go-client/issues/3389)) ([b78dd96](https://redirect.github.com/googleapis/google-api-go-client/commit/b78dd96b2c603926daca6c30baae9c4843bf5664)) </details> <details> <summary>grpc/grpc-go (google.golang.org/grpc)</summary> ### [`v1.78.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.78.0): Release 1.78.0 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.77.0...v1.78.0) ##### Behavior Changes - client: Reject target URLs containing unbracketed colons in the hostname in Go version 1.26+. ([#​8716](https://redirect.github.com/grpc/grpc-go/issues/8716)) - Special Thanks: [@​neild](https://redirect.github.com/neild) ##### New Features - stats/otel: Add backend service label to wrr metrics as part of A89. ([#​8737](https://redirect.github.com/grpc/grpc-go/issues/8737)) - stats/otel: Add subchannel metrics (without the disconnection reason) to eventually replace the pickfirst metrics. ([#​8738](https://redirect.github.com/grpc/grpc-go/issues/8738)) - client: Wait for all pending goroutines to complete when closing a graceful switch balancer. ([#​8746](https://redirect.github.com/grpc/grpc-go/issues/8746)) - Special Thanks: [@​twz123](https://redirect.github.com/twz123) ##### Bug Fixes - transport/client : Return status code `Unknown` on malformed grpc-status. ([#​8735](https://redirect.github.com/grpc/grpc-go/issues/8735)) - client: Add `experimental.AcceptCompressors` so callers can restrict the `grpc-accept-encoding` header advertised for a call. ([#​8718](https://redirect.github.com/grpc/grpc-go/issues/8718)) - Special Thanks: [@​iblancasa](https://redirect.github.com/iblancasa) - xds: Fix a bug in `StringMatcher` where regexes would match incorrectly when ignore\_case is set to true. ([#​8723](https://redirect.github.com/grpc/grpc-go/issues/8723)) - xds/resolver: - Drop previous route resources and report an error when no matching virtual host is found. - Only log LDS/RDS configuration errors following a successful update and retain the last valid resource to prevent transient failures. ([#​8711](https://redirect.github.com/grpc/grpc-go/issues/8711)) - client: - Change connectivity state to CONNECTING when creating the name resolver (as part of exiting IDLE). - Change connectivity state to TRANSIENT\_FAILURE if name resolver creation fails (as part of exiting IDLE). - Change connectivity state to IDLE after idle timeout expires even when current state is TRANSIENT\_FAILURE. - Fix a bug that resulted in `OnFinish` call option not being invoked for RPCs where stream creation failed. ([#​8710](https://redirect.github.com/grpc/grpc-go/issues/8710)) - xdsclient: Fix a race in the xdsClient that could lead to resource-not-found errors. ([#​8627](https://redirect.github.com/grpc/grpc-go/issues/8627)) ##### Performance Improvements - mem: Round up to nearest 4KiB for pool allocations larger than 1MiB. ([#​8705](https://redirect.github.com/grpc/grpc-go/issues/8705)) - Special Thanks: [@​cjc25](https://redirect.github.com/cjc25) ### [`v1.77.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.77.0): Release 1.77.0 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.76.0...v1.77.0) ### API Changes - mem: Replace the `Reader` interface with a struct for better performance and maintainability. ([#​8669](https://redirect.github.com/grpc/grpc-go/issues/8669)) ### Behavior Changes - balancer/pickfirst: Remove support for the old `pick_first` LB policy via the environment variable `GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=false`. The new `pick_first` has been the default since `v1.71.0`. ([#​8672](https://redirect.github.com/grpc/grpc-go/issues/8672)) ### Bug Fixes - xdsclient: Fix a race condition in the ADS stream implementation that could result in `resource-not-found` errors, causing the gRPC client channel to move to `TransientFailure`. ([#​8605](https://redirect.github.com/grpc/grpc-go/issues/8605)) - client: Ignore HTTP status header for gRPC streams. ([#​8548](https://redirect.github.com/grpc/grpc-go/issues/8548)) - client: Set a read deadline when closing a transport to prevent it from blocking indefinitely on a broken connection. ([#​8534](https://redirect.github.com/grpc/grpc-go/issues/8534)) - Special Thanks: [@​jgold2-stripe](https://redirect.github.com/jgold2-stripe) - client: Fix a bug where default port 443 was not automatically added to addresses without a specified port when sent to a proxy. - Setting environment variable `GRPC_EXPERIMENTAL_ENABLE_DEFAULT_PORT_FOR_PROXY_TARGET=false` disables this change; please file a bug if any problems are encountered as we will remove this option soon. ([#​8613](https://redirect.github.com/grpc/grpc-go/issues/8613)) - balancer/pickfirst: Fix a bug where duplicate addresses were not being ignored as intended. ([#​8611](https://redirect.github.com/grpc/grpc-go/issues/8611)) - server: Fix a bug that caused overcounting of channelz metrics for successful and failed streams. ([#​8573](https://redirect.github.com/grpc/grpc-go/issues/8573)) - Special Thanks: [@​hugehoo](https://redirect.github.com/hugehoo) - balancer/pickfirst: When configured, shuffle addresses in resolver updates that lack endpoints. Since gRPC automatically adds endpoints to resolver updates, this bug only affects custom LB policies that delegate to `pick_first` but don't set endpoints. ([#​8610](https://redirect.github.com/grpc/grpc-go/issues/8610)) - mem: Clear large buffers before re-using. ([#​8670](https://redirect.github.com/grpc/grpc-go/issues/8670)) ### Performance Improvements - transport: Reduce heap allocations to reduce time spent in garbage collection. ([#​8624](https://redirect.github.com/grpc/grpc-go/issues/8624), [#​8630](https://redirect.github.com/grpc/grpc-go/issues/8630), [#​8639](https://redirect.github.com/grpc/grpc-go/issues/8639), [#​8668](https://redirect.github.com/grpc/grpc-go/issues/8668)) - transport: Avoid copies when reading and writing Data frames. ([#​8657](https://redirect.github.com/grpc/grpc-go/issues/8657), [#​8667](https://redirect.github.com/grpc/grpc-go/issues/8667)) - mem: Avoid clearing newly allocated buffers. ([#​8670](https://redirect.github.com/grpc/grpc-go/issues/8670)) ### New Features - outlierdetection: Add metrics specified in [gRFC A91](https://redirect.github.com/grpc/proposal/blob/master/A91-outlier-detection-metrics.md). ([#​8644](https://redirect.github.com/grpc/grpc-go/issues/8644)) - Special Thanks: [@​davinci26](https://redirect.github.com/davinci26), [@​PardhuKonakanchi](https://redirect.github.com/PardhuKonakanchi) - stats/opentelemetry: Add support for optional label `grpc.lb.backend_service` in per-call metrics ([#​8637](https://redirect.github.com/grpc/grpc-go/issues/8637)) - xds: Add support for JWT Call Credentials as specified in [gRFC A97](https://redirect.github.com/grpc/proposal/blob/master/A97-xds-jwt-call-creds.md). Set environment variable `GRPC_EXPERIMENTAL_XDS_BOOTSTRAP_CALL_CREDS=true` to enable this feature. ([#​8536](https://redirect.github.com/grpc/grpc-go/issues/8536)) - Special Thanks: [@​dimpavloff](https://redirect.github.com/dimpavloff) - experimental/stats: Add support for up/down counters. ([#​8581](https://redirect.github.com/grpc/grpc-go/issues/8581)) </details> <details> <summary>protocolbuffers/protobuf-go (google.golang.org/protobuf)</summary> ### [`v1.36.11`](https://redirect.github.com/protocolbuffers/protobuf-go/releases/tag/v1.36.11) [Compare Source](https://redirect.github.com/protocolbuffers/protobuf-go/compare/v1.36.10...v1.36.11) **Full Changelog**: <https://github.com/protocolbuffers/protobuf-go/compare/v1.36.10...v1.36.11> User-visible changes: [CL/726780](https://go-review.googlesource.com/c/protobuf/+/726780): encoding/prototext: Support URL chars in type URLs in text-format. Bug fixes: [CL/728680](https://go-review.googlesource.com/c/protobuf/+/728680): internal/impl: check recursion limit in lazy decoding validation [CL/711015](https://go-review.googlesource.com/c/protobuf/+/711015): reflect/protodesc: fix handling of import options in dynamic builds Maintenance: [CL/728681](https://go-review.googlesource.com/c/protobuf/+/728681): reflect/protodesc: add support for edition unstable [CL/727960](https://go-review.googlesource.com/c/protobuf/+/727960): all: add EDITION\_UNSTABLE support [CL/727940](https://go-review.googlesource.com/c/protobuf/+/727940): types: regenerate using latest protobuf v33.2 release [CL/727140](https://go-review.googlesource.com/c/protobuf/+/727140): internal/testprotos/lazy: convert .proto files to editions [CL/723440](https://go-review.googlesource.com/c/protobuf/+/723440): cmd/protoc-gen-go: add missing annotations for few generated protobuf symbols. [CL/720980](https://go-review.googlesource.com/c/protobuf/+/720980): internal/filedesc: remove duplicative Message.unmarshalOptions [CL/716360](https://go-review.googlesource.com/c/protobuf/+/716360): internal/encoding/tag: use proto3 defaults if proto3 [CL/716520](https://go-review.googlesource.com/c/protobuf/+/716520): proto: un-flake TestHasExtensionNoAlloc [CL/713342](https://go-review.googlesource.com/c/protobuf/+/713342): compiler/protogen: properly filter option dependencies in go-protobuf plugin. [CL/711200](https://go-review.googlesource.com/c/protobuf/+/711200): proto: add test for oneofs containing messages with required fields [CL/710855](https://go-review.googlesource.com/c/protobuf/+/710855): proto: add explicit test for a non-nil but empty byte slice </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/google-cloud-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: Chris Smith <chrisdsmith@google.com> Co-authored-by: Baha Aiman <bahaaiman@google.com>
Go packages for Google Cloud Platform services.
go get cloud.google.com/go/firestore@latest # Replace firestore with the package you want to use.
NOTE: Some of these packages are under development, and may occasionally make backwards-incompatible changes.
For an updated list of all of our released APIs please see our reference docs.
Our libraries are compatible with the two most recent major Go releases, the same policy the Go programming language follows. This means the currently supported versions are:
By default, each client library will use Application Default Credentials (ADC) to automatically configure the credentials used in calling the API endpoint. When using the libraries in a Google Cloud Platform environment such as Compute Engine, Kubernetes Engine, or App Engine, no additional authentication steps are necessary. See Authentication methods at Google and Authenticate for using client libraries for more information.
client, err := storage.NewClient(ctx)
For applications running elsewhere, such as your local development environment, you can use the gcloud auth application-default login command from the Google Cloud CLI to set user credentials in your local filesystem. Application Default Credentials will automatically detect these credentials. See Set up ADC for a local development environment for more information.
Alternately, you may need to provide an explicit path to your credentials. To authenticate using a service account key file, either set the GOOGLE_APPLICATION_CREDENTIALS environment variable to the path to your key file, or programmatically pass option.WithCredentialsFile to the NewClient function of the desired package. For example:
client, err := storage.NewClient(ctx, option.WithCredentialsFile("path/to/keyfile.json"))
You can exert even more control over authentication by using the credentials package to create an auth.Credentials. Then pass option.WithAuthCredentials to the NewClient function:
creds, err := credentials.DetectDefault(&credentials.DetectOptions{...})
...
client, err := storage.NewClient(ctx, option.WithAuthCredentials(creds))
Contributions are welcome. Please, see the CONTRIBUTING document for details.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See Contributor Code of Conduct for more information.