-
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.242.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.244.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 225 files changed
- 4 contributors
Commits on Jul 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a269dca - Browse repository at this point
Copy the full SHA a269dcaView commit details
Commits on Jul 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b656000 - Browse repository at this point
Copy the full SHA b656000View commit details
Commits on Jul 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 971135a - Browse repository at this point
Copy the full SHA 971135aView commit details
Commits on Jul 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for be7e601 - Browse repository at this point
Copy the full SHA be7e601View commit details
Commits on Jul 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b2202ca - Browse repository at this point
Copy the full SHA b2202caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 643a061 - Browse repository at this point
Copy the full SHA 643a061View commit details
Commits on Jul 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ceceb79 - Browse repository at this point
Copy the full SHA ceceb79View commit details -
fix(gensupport): update chunk upload logic for robust timeout handlin…
…g. (#3208) The ChunkTransferTimeout was previously initiated before reading the media chunk via Media.Chunk(). This caused the timeout to incorrectly include the media read time, leading to premature timeouts for uploads with slow media sources (e.g., slow disk I/O or slow write from application). This change refactors the upload logic to apply the chunkRetryDeadline timer after the chunk has been read from Media.Chunk() and chunkTransferTimeout timeout only applies to the network request portion of the chunk transfer. The context.WithTimeout is now created within the transferChunk function, immediately before the doUploadRequest call, ensuring its scope is limited to the network round trip. Additionally, this commit introduces additional unit test to validate the fix and prevent regressions: A slow media read, which should now succeed. A slow network response, which correctly continues to fail with a timeout. Retries work as expected within chunkRetryDeadline. Note: Testing of storage (unit tests, emulator test, integration tests) is done and results are attached in the bug. Internal Bug: 427490995
Configuration menu - View commit details
-
Copy full SHA for 93865aa - Browse repository at this point
Copy the full SHA 93865aaView commit details -
chore(main): release 0.243.0 (#3234)
🤖 I have created a release *beep* *boop* --- ## [0.243.0](https://togithub.com/googleapis/google-api-go-client/compare/v0.242.0...v0.243.0) (2025-07-22) ### Features * **all:** Auto-regenerate discovery clients ([#3233](https://togithub.com/googleapis/google-api-go-client/issues/3233)) ([a269dca](https://togithub.com/googleapis/google-api-go-client/commit/a269dca39e5315e9bfc77cc05b3dbd64af9baa25)) * **all:** Auto-regenerate discovery clients ([#3235](https://togithub.com/googleapis/google-api-go-client/issues/3235)) ([b656000](https://togithub.com/googleapis/google-api-go-client/commit/b656000d19f9627de3e2817451f82c339ce4e4bb)) * **all:** Auto-regenerate discovery clients ([#3236](https://togithub.com/googleapis/google-api-go-client/issues/3236)) ([971135a](https://togithub.com/googleapis/google-api-go-client/commit/971135a0223f558b99071a3830cd73cd9f2af2e8)) * **all:** Auto-regenerate discovery clients ([#3237](https://togithub.com/googleapis/google-api-go-client/issues/3237)) ([be7e601](https://togithub.com/googleapis/google-api-go-client/commit/be7e601cede79ed6f259689857634f59c1098060)) * **all:** Auto-regenerate discovery clients ([#3239](https://togithub.com/googleapis/google-api-go-client/issues/3239)) ([b2202ca](https://togithub.com/googleapis/google-api-go-client/commit/b2202ca5711c4fd4221afc678f93ae2b550d62d0)) * **all:** Auto-regenerate discovery clients ([#3240](https://togithub.com/googleapis/google-api-go-client/issues/3240)) ([ceceb79](https://togithub.com/googleapis/google-api-go-client/commit/ceceb79c861a39d376f1576e0c40ca557f5c3293)) ### Bug Fixes * **gensupport:** Update chunk upload logic for robust timeout handling. ([#3208](https://togithub.com/googleapis/google-api-go-client/issues/3208)) ([93865aa](https://togithub.com/googleapis/google-api-go-client/commit/93865aac32e7400c2485d2e15776764110cb4df0)) --- 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 c4865bb - Browse repository at this point
Copy the full SHA c4865bbView commit details
Commits on Jul 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2c20485 - Browse repository at this point
Copy the full SHA 2c20485View commit details
Commits on Jul 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cac72a1 - Browse repository at this point
Copy the full SHA cac72a1View commit details
Commits on Jul 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e6b1c87 - Browse repository at this point
Copy the full SHA e6b1c87View commit details
Commits on Jul 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2c1ff18 - Browse repository at this point
Copy the full SHA 2c1ff18View commit details
Commits on Jul 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 09e5c07 - Browse repository at this point
Copy the full SHA 09e5c07View commit details
Commits on Jul 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 214eb4e - Browse repository at this point
Copy the full SHA 214eb4eView commit details
Commits on Jul 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ce50789 - Browse repository at this point
Copy the full SHA ce50789View commit details
Commits on Jul 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e5c3e18 - Browse repository at this point
Copy the full SHA e5c3e18View commit details -
Configuration menu - View commit details
-
Copy full SHA for b92f04d - Browse repository at this point
Copy the full SHA b92f04dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d71bd2 - Browse repository at this point
Copy the full SHA 2d71bd2View 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.242.0...v0.244.0