-
Notifications
You must be signed in to change notification settings - Fork 444
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-cloud-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 18e08dc
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: googleapis/google-cloud-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1160a9d
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 303 files changed
- 2 contributors
Commits on Apr 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7bc7f71 - Browse repository at this point
Copy the full SHA 7bc7f71View commit details
Commits on Apr 13, 2026
-
fix(storage): Handle request transformation after gRPC BidiWriteObjec…
…t redirects (#16073) * fix(storage): Handle request transformation correctly after BidiWriteObject redirects This commit addresses an issue where BidiWriteObject operations, particularly in cross-region redirect scenarios, would fail with a NOT_FOUND error. The root cause was that bucket information was not propagated in the request headers after the client received a redirect error from the service.
Configuration menu - View commit details
-
Copy full SHA for 471d12d - Browse repository at this point
Copy the full SHA 471d12dView commit details -
Configuration menu - View commit details
-
Copy full SHA for efaacf4 - Browse repository at this point
Copy the full SHA efaacf4View commit details
Commits on Apr 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7063180 - Browse repository at this point
Copy the full SHA 7063180View commit details
Commits on Apr 16, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f46998c - Browse repository at this point
Copy the full SHA f46998cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b9b3c1 - Browse repository at this point
Copy the full SHA 1b9b3c1View commit details
Commits on Apr 24, 2026
-
fix(storage): Reset write offset on gRPC BidiWriteObject resumable up…
…loads (#16083) When a stream breaks, the connection enters a resume state. A key step in OnResume is to create a new underlying connection. This new connection is initialized to start writing data from the persisted size reported by the GCS backend. The existing logic did not work as expected in some cases because it used relative decrements that became invalid after buffer truncation. This could happen if the size of payload persisted by the server did not match the size sent by the client. This change introduces an is_resume flag to the OnQuery method. When OnQuery is called as part of the Resume() flow (i.e., after a new underlying connection is established), write_offset_ is now explicitly set to 0. This ensures that the WriteLoop correctly starts sending from the beginning of the truncated resend_buffer_ on the resumed stream.
Configuration menu - View commit details
-
Copy full SHA for 1160a9d - Browse repository at this point
Copy the full SHA 1160a9dView 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 18e08dc...1160a9d