- Notifications
You must be signed in to change notification settings - Fork1.2k
Comparing changes
Open a pull request
base repository:googleapis/google-api-go-client
Uh oh!
There was an error while loading.Please reload this page.
base:v0.195.0
head repository:googleapis/google-api-go-client
Uh oh!
There was an error while loading.Please reload this page.
compare:v0.196.0
- 8commits
- 138files changed
- 4contributors
Commits on Aug 29, 2024
feat(all): auto-regenerate discovery clients (#2760)
yoshi-automation authoredAug 29, 2024
Commits on Aug 30, 2024
feat(all): auto-regenerate discovery clients (#2763)
yoshi-automation authoredAug 30, 2024
Commits on Aug 31, 2024
feat(all): auto-regenerate discovery clients (#2764)
yoshi-automation authoredAug 31, 2024
Commits on Sep 3, 2024
feat(all): auto-regenerate discovery clients (#2768)
yoshi-automation authoredSep 3, 2024 chore(all): update all (#2766)
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.9.1` -> `v0.9.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 || [github.com/googleapis/enterprise-certificate-proxy](https://redirect.github.com/googleapis/enterprise-certificate-proxy) | `v0.3.2` -> `v0.3.3` | [](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 || [google.golang.org/genproto](https://redirect.github.com/googleapis/go-genproto) | `4ba0660` -> `7e3bb23` | [](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) | `4ba0660` -> `7e3bb23` | [](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) | `4ba0660` -> `7e3bb23` | [](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.65.0` -> `v1.66.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>googleapis/enterprise-certificate-proxy (github.com/googleapis/enterprise-certificate-proxy)</summary>### [`v0.3.3`](https://redirect.github.com/googleapis/enterprise-certificate-proxy/releases/tag/v0.3.3): Post-GA Release[Compare Source](https://redirect.github.com/googleapis/enterprise-certificate-proxy/compare/v0.3.2...v0.3.3)##### What's Changed- feat: Add lib to Windows build by [@​clundin25](https://redirect.github.com/clundin25) in [https://togithub.com/googleapis/enterprise-certificate-proxy/pull/110](https://redirect.github.com/googleapis/enterprise-certificate-proxy/pull/110)- feat: API name changes from go/ecp-provider-design by [@​clundin25](https://redirect.github.com/clundin25) in [https://togithub.com/googleapis/enterprise-certificate-proxy/pull/111](https://redirect.github.com/googleapis/enterprise-certificate-proxy/pull/111)- fix: Update softhsm_setup.sh to unblock linux CI by [@​andyrzhao](https://redirect.github.com/andyrzhao) in [https://togithub.com/googleapis/enterprise-certificate-proxy/pull/112](https://redirect.github.com/googleapis/enterprise-certificate-proxy/pull/112)- fix(deps): update module github.com/google/go-pkcs11 to v0.3.0 by [@​renovate-bot](https://redirect.github.com/renovate-bot) in [https://togithub.com/googleapis/enterprise-certificate-proxy/pull/108](https://redirect.github.com/googleapis/enterprise-certificate-proxy/pull/108)- feat: Add version API to ECP shared library. by [@​clundin25](https://redirect.github.com/clundin25) in [https://togithub.com/googleapis/enterprise-certificate-proxy/pull/104](https://redirect.github.com/googleapis/enterprise-certificate-proxy/pull/104)- chore(deps): update actions/checkout action to v4 by [@​renovate-bot](https://redirect.github.com/renovate-bot) in [https://togithub.com/googleapis/enterprise-certificate-proxy/pull/107](https://redirect.github.com/googleapis/enterprise-certificate-proxy/pull/107)- fix(deps): update module golang.org/x/crypto to v0.16.0 by [@​renovate-bot](https://redirect.github.com/renovate-bot) in [https://togithub.com/googleapis/enterprise-certificate-proxy/pull/102](https://redirect.github.com/googleapis/enterprise-certificate-proxy/pull/102)**Full Changelog**:https://togithub.com/googleapis/enterprise-certificate-proxy/compare/v0.3.2...v0.3.3</details><details><summary>grpc/grpc-go (google.golang.org/grpc)</summary>### [`v1.66.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.66.0): Release 1.66.0[Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.65.0...v1.66.0)### New Features- metadata: stabilize `ValueFromIncomingContext` ([#​7368](https://redirect.github.com/grpc/grpc-go/issues/7368)) - Special Thanks: [@​KarthikReddyPuli](https://redirect.github.com/KarthikReddyPuli)- client: stabilize the `WaitForStateChange` and `GetState` methods, which were previously experimental. ([#​7425](https://redirect.github.com/grpc/grpc-go/issues/7425))- xds: Implement ADS flow control mechanism ([#​7458](https://redirect.github.com/grpc/grpc-go/issues/7458)) - See [https://togithub.com/grpc/grpc/issues/34099](https://redirect.github.com/grpc/grpc/issues/34099) for context.- balancer/rls: Add metrics for data cache and picker internals ([#​7484](https://redirect.github.com/grpc/grpc-go/issues/7484), [#​7495](https://redirect.github.com/grpc/grpc-go/issues/7495))- xds: LRS load reports now include the `total_issued_requests` field. ([#​7544](https://redirect.github.com/grpc/grpc-go/issues/7544))### Bug Fixes- grpc: Clients now return status code INTERNAL instead of UNIMPLEMENTED when the server uses an unsupported compressor. This is consistent with the [gRPC compression spec](https://redirect.github.com/grpc/grpc/blob/master/doc/compression.md#compression-method-asymmetry-between-peers). ([#​7461](https://redirect.github.com/grpc/grpc-go/issues/7461)) - Special Thanks: [@​Gayathri625](https://redirect.github.com/Gayathri625)- transport: Fix a bug which could result in writes busy looping when the underlying `conn.Write` returns errors ([#​7394](https://redirect.github.com/grpc/grpc-go/issues/7394)) - Special Thanks: [@​veshij](https://redirect.github.com/veshij)- client: fix race that could lead to orphaned connections and associated resources. ([#​7390](https://redirect.github.com/grpc/grpc-go/issues/7390))- xds: use locality from the connected address for load reporting with pick_first ([#​7378](https://redirect.github.com/grpc/grpc-go/issues/7378)) - without this fix, if a priority contains multiple localities with pick_first, load was reported for the wrong locality- client: prevent hanging during ClientConn.Close() when the network is unreachable ([#​7540](https://redirect.github.com/grpc/grpc-go/issues/7540))### Performance Improvements- transport: double buffering is avoided when using an http connect proxy and the target server waits for client to send the first message. ([#​7424](https://redirect.github.com/grpc/grpc-go/issues/7424))- codec: Implement a new `Codec` which uses buffer recycling for encoded message ([#​7356](https://redirect.github.com/grpc/grpc-go/issues/7356)) - introduce a `mem` package to facilitate buffer reuse ([#​7432](https://redirect.github.com/grpc/grpc-go/issues/7432)) - Special Thanks: [@​PapaCharlie](https://redirect.github.com/PapaCharlie)</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:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot authoredSep 3, 2024 chore: bump some deps to latest (#2769)
codyoss authoredSep 3, 2024 chore(main): release 0.196.0 (#2761)
🤖 I have created a release *beep* *boop*---## [0.196.0](https://togithub.com/googleapis/google-api-go-client/compare/v0.195.0...v0.196.0) (2024-09-03)### Features* **all:** Auto-regenerate discovery clients ([#2760](https://togithub.com/googleapis/google-api-go-client/issues/2760)) ([21f10ed](https://togithub.com/googleapis/google-api-go-client/commit/21f10edb1d9d6a3d3baa5b1edcef6588da99def8))* **all:** Auto-regenerate discovery clients ([#2763](https://togithub.com/googleapis/google-api-go-client/issues/2763)) ([293fdcd](https://togithub.com/googleapis/google-api-go-client/commit/293fdcd60f4b02a4d0a50887cae135f36b182905))* **all:** Auto-regenerate discovery clients ([#2764](https://togithub.com/googleapis/google-api-go-client/issues/2764)) ([d9ef5ce](https://togithub.com/googleapis/google-api-go-client/commit/d9ef5ce4fa526004917f4bcf8f9d50f4bf20eb05))* **all:** Auto-regenerate discovery clients ([#2765](https://togithub.com/googleapis/google-api-go-client/issues/2765)) ([6e81c8f](https://togithub.com/googleapis/google-api-go-client/commit/6e81c8fe1a7809f90f4744edffa1593a5757704d))* **all:** Auto-regenerate discovery clients ([#2768](https://togithub.com/googleapis/google-api-go-client/issues/2768)) ([00da46b](https://togithub.com/googleapis/google-api-go-client/commit/00da46b85ae39f230eae42e20e527fa2fa593d8c))---This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
release-please[bot] authoredSep 3, 2024
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.195.0...v0.196.0
Uh oh!
There was an error while loading.Please reload this page.