Skip to content
Permalink

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-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: storage/v1.56.2
Choose a base ref
...
head repository: googleapis/google-cloud-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: storage/v1.56.3
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Oct 14, 2025

  1. fix(storage): persist resource in append retry (#13128)

    In one retry case for appendable writes, the client receives both an
    object resource w/ write handle as well as an error from the server.
    After reconnect the new stream would not keep the original object
    resource. This change ensures that the object is not dropped.
    
    Also explicitly guarantee the contract that either w.Attrs() will be
    non-nil, or w.Close() will return a non-nil error.
    
    I need to make a change to the emulator as well so that the testbench
    behavior more closely mocks the service.
    tritone authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    9ad2100 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. chore(release-storage-1.56.3): release storage 1.56.3 (#13137)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [1.56.3](storage/v1.56.2...storage/v1.56.3)
    (2025-10-14)
    
    
    ### Bug Fixes
    
    * **storage:** Persist resource in append retry
    ([#13128](#13128))
    ([9ad2100](9ad2100))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    tritone authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    491edaa View commit details
    Browse the repository at this point in the history
Loading