-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: googleapis/google-api-go-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.205.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: googleapis/google-api-go-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.206.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 110 files changed
- 4 contributors
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c552a34 - Browse repository at this point
Copy the full SHA c552a34View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6495d84 - Browse repository at this point
Copy the full SHA 6495d84View commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 58faff9 - Browse repository at this point
Copy the full SHA 58faff9View commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 031802c - Browse repository at this point
Copy the full SHA 031802cView commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8fab1d8 - Browse repository at this point
Copy the full SHA 8fab1d8View commit details -
chore(all): update all (#2867)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [cloud.google.com/go/auth](https://redirect.github.com/googleapis/google-cloud-go) | `v0.10.1` -> `v0.10.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | patch | | golang.org/x/net | `v0.30.0` -> `v0.31.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | minor | | golang.org/x/oauth2 | `v0.23.0` -> `v0.24.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | minor | | golang.org/x/sync | `v0.8.0` -> `v0.9.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | minor | | golang.org/x/time | `v0.7.0` -> `v0.8.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | minor | | [google.golang.org/genproto](https://redirect.github.com/googleapis/go-genproto) | `324edc3` -> `dd2ea8e` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | digest | | [google.golang.org/genproto/googleapis/bytestream](https://redirect.github.com/googleapis/go-genproto) | `324edc3` -> `dd2ea8e` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | digest | | [google.golang.org/genproto/googleapis/rpc](https://redirect.github.com/googleapis/go-genproto) | `324edc3` -> `dd2ea8e` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | digest | | [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) | `v1.67.1` -> `v1.68.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | minor | --- ### Release Notes <details> <summary>grpc/grpc-go (google.golang.org/grpc)</summary> ### [`v1.68.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.68.0): Release 1.68.0 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.67.1...v1.68.0) ### Behavior Changes - stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file ([#​7740](https://redirect.github.com/grpc/grpc-go/issues/7740)) - orca (experimental): if using an ORCA listener, it must now be registered only on a READY SubConn, and the listener will automatically be stopped when the connection is lost. ([#​7663](https://redirect.github.com/grpc/grpc-go/issues/7663)) - client: `ClientConn.Close()` now closes transports simultaneously and waits for transports to be closed before returning. ([#​7666](https://redirect.github.com/grpc/grpc-go/issues/7666)) - credentials: TLS credentials created via `NewTLS` that use `tls.Config.GetConfigForClient` will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using the `GetConfigForClient` option. ([#​7709](https://redirect.github.com/grpc/grpc-go/issues/7709)) ### Bug Fixes - transport: prevent deadlock in client transport shutdown when writing the GOAWAY frame hangs. ([#​7662](https://redirect.github.com/grpc/grpc-go/issues/7662)) - mem: reuse buffers more accurately by using slice capacity instead of length ([#​7702](https://redirect.github.com/grpc/grpc-go/issues/7702)) - Special Thanks: [@​PapaCharlie](https://redirect.github.com/PapaCharlie) - status: Fix regression caused by [#​6919](https://redirect.github.com/grpc/grpc-go/issues/6919) in status.Details() causing it to return a wrapped type when getting proto messages generated with protoc-gen-go < v1. ([#​7724](https://redirect.github.com/grpc/grpc-go/issues/7724)) ### Dependencies - Bump minimum supported Go version to `go1.22.7`. ([#​7624](https://redirect.github.com/grpc/grpc-go/issues/7624)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am 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://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-api-go-client). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOS45LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Configuration menu - View commit details
-
Copy full SHA for d327d1c - Browse repository at this point
Copy the full SHA d327d1cView commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 20de5d2 - Browse repository at this point
Copy the full SHA 20de5d2View commit details -
feat(option): add support for user loggers (#2873)
Also add an intenral option that will be used by our clients to extract a logger from the options, or a default logger if one is not specified. More changes will be needed to make this pass through logger to auth layers in a future iteration.
Configuration menu - View commit details
-
Copy full SHA for 922e59d - Browse repository at this point
Copy the full SHA 922e59dView commit details -
chore(main): release 0.206.0 (#2863)
🤖 I have created a release *beep* *boop* --- ## [0.206.0](https://togithub.com/googleapis/google-api-go-client/compare/v0.205.0...v0.206.0) (2024-11-14) ### Features * **all:** Auto-regenerate discovery clients ([#2862](https://togithub.com/googleapis/google-api-go-client/issues/2862)) ([c552a34](https://togithub.com/googleapis/google-api-go-client/commit/c552a340b2e364457121cc6a7586b681cc75c27d)) * **all:** Auto-regenerate discovery clients ([#2866](https://togithub.com/googleapis/google-api-go-client/issues/2866)) ([6495d84](https://togithub.com/googleapis/google-api-go-client/commit/6495d84ae6142aa900e6913fb681ca38ec3a3a6b)) * **all:** Auto-regenerate discovery clients ([#2868](https://togithub.com/googleapis/google-api-go-client/issues/2868)) ([58faff9](https://togithub.com/googleapis/google-api-go-client/commit/58faff9ac69eb1b15bf9b532eb1447143bc77083)) * **all:** Auto-regenerate discovery clients ([#2870](https://togithub.com/googleapis/google-api-go-client/issues/2870)) ([031802c](https://togithub.com/googleapis/google-api-go-client/commit/031802cc20f6e3e481fbe8cdacf7e4bf7c36aec2)) * **all:** Auto-regenerate discovery clients ([#2871](https://togithub.com/googleapis/google-api-go-client/issues/2871)) ([8fab1d8](https://togithub.com/googleapis/google-api-go-client/commit/8fab1d86722b77ac74b2726257b5815af70b5185)) * **all:** Auto-regenerate discovery clients ([#2872](https://togithub.com/googleapis/google-api-go-client/issues/2872)) ([20de5d2](https://togithub.com/googleapis/google-api-go-client/commit/20de5d22d96d2ba6983f5839e4f71a3846a01be0)) * **option:** Add support for user loggers ([#2873](https://togithub.com/googleapis/google-api-go-client/issues/2873)) ([922e59d](https://togithub.com/googleapis/google-api-go-client/commit/922e59dcb7806c2a0378c39928a33726687c3038)) --- 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 9147fac - Browse repository at this point
Copy the full SHA 9147facView commit details
Loading
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.205.0...v0.206.0