-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: googleapis/google-api-go-client
base: v0.109.0
head repository: googleapis/google-api-go-client
compare: v0.110.0
- 11 commits
- 265 files changed
- 6 contributors
Commits on Feb 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4b4c9d4 - Browse repository at this point
Copy the full SHA 4b4c9d4View commit details
Commits on Feb 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1651c38 - Browse repository at this point
Copy the full SHA 1651c38View commit details
Commits on Feb 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3fb8cdc - Browse repository at this point
Copy the full SHA 3fb8cdcView commit details
Commits on Feb 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8980266 - Browse repository at this point
Copy the full SHA 8980266View commit details -
fix: Improve error handling for enterprise certificate module (#1848)
ECP client now returns a typed error to cover all situations where ECP config is unavailable or incomplete.
Configuration menu - View commit details
-
Copy full SHA for 3fb5b61 - Browse repository at this point
Copy the full SHA 3fb5b61View commit details
Commits on Feb 13, 2023
-
fix(internal/gensupport): don't prematurely close timers (#1856)
quitAfterTimer should only be closed when function breaks or returns as it is created outside of the for loop. Tested with local replacing and fixes failing TestIndefiniteRetries test with the patch. Updates: googleapis/google-cloud-go#7410
Configuration menu - View commit details
-
Copy full SHA for 8efd00d - Browse repository at this point
Copy the full SHA 8efd00dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 689f934 - Browse repository at this point
Copy the full SHA 689f934View commit details -
fix: Update ECP dependency to v0.2.3 (#1857)
Fixes logging behavior issue introduced in 0.2.1 where code paths outside of ECP were having logging suppressed when importing the client.
Configuration menu - View commit details
-
Copy full SHA for 1147cb8 - Browse repository at this point
Copy the full SHA 1147cb8View commit details -
chore(all): update all (#1853)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google.golang.org/genproto](https://togithub.com/googleapis/go-genproto) | require | digest | `f9683d7` -> `0dfe4f8` | | [google.golang.org/grpc](https://togithub.com/grpc/grpc-go) | require | minor | `v1.51.0` -> `v1.53.0` | --- ### Release Notes <details> <summary>grpc/grpc-go</summary> ### [`v1.53.0`](https://togithub.com/grpc/grpc-go/releases/tag/v1.53.0): Release 1.53.0 [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.52.3...v1.53.0) ### API Changes - balancer: support injection of per-call metadata from LB policies ([#​5853](https://togithub.com/grpc/grpc-go/issues/5853)) - resolver: remove deprecated field `resolver.Target.Endpoint` and replace with `resolver.Target.Endpoint()` ([#​5852](https://togithub.com/grpc/grpc-go/issues/5852)) - Special Thanks: [@​kylejb](https://togithub.com/kylejb) ### New Features - xds/ringhash: introduce `GRPC_RING_HASH_CAP` environment variable to override the maximum ring size. ([#​5884](https://togithub.com/grpc/grpc-go/issues/5884)) - rls: propagate headers received in RLS response to backends ([#​5883](https://togithub.com/grpc/grpc-go/issues/5883)) ### Bug Fixes - transport: drain client transport when streamID approaches MaxStreamID ([#​5889](https://togithub.com/grpc/grpc-go/issues/5889)) - server: after GracefulStop, ensure connections are closed when final RPC completes ([#​5968](https://togithub.com/grpc/grpc-go/issues/5968)) - server: fix a few issues where grpc server uses RST_STREAM for non-HTTP/2 errors ([#​5893](https://togithub.com/grpc/grpc-go/issues/5893)) - xdsclient: fix race which can happen when multiple load reporting calls are made at the same time. ([#​5927](https://togithub.com/grpc/grpc-go/issues/5927)) - rls: fix a data race involving the LRU cache ([#​5925](https://togithub.com/grpc/grpc-go/issues/5925)) - xds: fix panic involving double close of channel in xDS transport ([#​5959](https://togithub.com/grpc/grpc-go/issues/5959)) - gcp/observability: update method name validation ([#​5951](https://togithub.com/grpc/grpc-go/issues/5951)) ### Documentation - credentials/oauth: mark `NewOauthAccess` as deprecated ([#​5882](https://togithub.com/grpc/grpc-go/issues/5882)) - Special Thanks: [@​buzzsurfr](https://togithub.com/buzzsurfr) ### [`v1.52.3`](https://togithub.com/grpc/grpc-go/releases/tag/v1.52.3): Release 1.52.3 [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.52.1...v1.52.3) ### Bug Fixes - Fix user-agent version ### [`v1.52.1`](https://togithub.com/grpc/grpc-go/releases/tag/v1.52.1): Release 1.52.1 [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.52.0...v1.52.1) ### Bug Fixes - grpclb: rename grpclbstate package back to state ([#​5963](https://togithub.com/grpc/grpc-go/issues/5963)) ### [`v1.52.0`](https://togithub.com/grpc/grpc-go/releases/tag/v1.52.0): Release 1.52.0 [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.51.0...v1.52.0) ### New Features - xdsclient: log node ID with verbosity INFO ([#​5860](https://togithub.com/grpc/grpc-go/issues/5860)) - ringhash: impose cap on `max_ring_size` to reduce possibility of OOMs ([#​5801](https://togithub.com/grpc/grpc-go/issues/5801)) ### Behavior Changes - client: return an error from `Dial` if an empty target is passed and no custom dialer is present; the ClientConn would otherwise be unable to connect and perform RPCs ([#​5732](https://togithub.com/grpc/grpc-go/issues/5732)) - Special Thanks: [@​huangchong94](https://togithub.com/huangchong94) ### Bug Fixes - transport (net/http server handler): respond to bad HTTP requests with status 400 (Bad Request) instead of 500 (Internal Server Error). ([#​5804](https://togithub.com/grpc/grpc-go/issues/5804)) - Special Thanks: [@​sjbarag](https://togithub.com/sjbarag) - transport: Fixed closing a closed channel panic in handlePing ([#​5854](https://togithub.com/grpc/grpc-go/issues/5854)) - server: fix ChainUnaryInterceptor and ChainStreamInterceptor to allow retrying handlers ([#​5666](https://togithub.com/grpc/grpc-go/issues/5666)) - Special Thanks: [@​yiminc](https://togithub.com/yiminc) - transport: ensure value of `:authority` header matches server name used in TLS handshake when the latter is overridden by the name resolver ([#​5748](https://togithub.com/grpc/grpc-go/issues/5748)) - Special Thanks: [@​holdno](https://togithub.com/holdno) ### Documentation - examples: add an example to illustrate the usage of stats handler ([#​5657](https://togithub.com/grpc/grpc-go/issues/5657)) - Special Thanks: [@​Yash-Handa](https://togithub.com/Yash-Handa) - examples: add new example to show updating metadata in interceptors ([#​5788](https://togithub.com/grpc/grpc-go/issues/5788)) - Special Thanks: [@​richzw](https://togithub.com/richzw) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (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://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEyNS4xIn0=-->
Configuration menu - View commit details
-
Copy full SHA for 929a393 - Browse repository at this point
Copy the full SHA 929a393View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1edc79b - Browse repository at this point
Copy the full SHA 1edc79bView commit details -
chore(main): release 0.110.0 (#1840)
🤖 I have created a release *beep* *boop* --- ## [0.110.0](https://togithub.com/googleapis/google-api-go-client/compare/v0.109.0...v0.110.0) (2023-02-13) ### Features * **all:** Auto-regenerate discovery clients ([#1838](https://togithub.com/googleapis/google-api-go-client/issues/1838)) ([4b4c9d4](https://togithub.com/googleapis/google-api-go-client/commit/4b4c9d468a78cae7a41cbcb14054999dfef31b80)) * **all:** Auto-regenerate discovery clients ([#1841](https://togithub.com/googleapis/google-api-go-client/issues/1841)) ([3fb8cdc](https://togithub.com/googleapis/google-api-go-client/commit/3fb8cdc9c2ddf336497bc36fd06fab43b2235d06)) * **all:** Auto-regenerate discovery clients ([#1850](https://togithub.com/googleapis/google-api-go-client/issues/1850)) ([8980266](https://togithub.com/googleapis/google-api-go-client/commit/89802661d011ff33e3d5988f0e894702eba9c009)) * **all:** Auto-regenerate discovery clients ([#1851](https://togithub.com/googleapis/google-api-go-client/issues/1851)) ([689f934](https://togithub.com/googleapis/google-api-go-client/commit/689f934fca8cc3f8be521e41ab1e270691441dde)) ### Bug Fixes * Improve error handling for enterprise certificate module ([#1848](https://togithub.com/googleapis/google-api-go-client/issues/1848)) ([3fb5b61](https://togithub.com/googleapis/google-api-go-client/commit/3fb5b6154399e00f030db5570673f4690c534ddf)) * **internal/gensupport:** Don't prematurely close timers ([#1856](https://togithub.com/googleapis/google-api-go-client/issues/1856)) ([8efd00d](https://togithub.com/googleapis/google-api-go-client/commit/8efd00d3a913d1c454622791d4bfaa23e1343d70)) * Update ECP dependency to v0.2.3 ([#1857](https://togithub.com/googleapis/google-api-go-client/issues/1857)) ([1147cb8](https://togithub.com/googleapis/google-api-go-client/commit/1147cb8a93dfcd0255280b43a7f011ac2cf6ddab)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 892811c - Browse repository at this point
Copy the full SHA 892811cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.109.0...v0.110.0