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/java-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.41.0
Choose a base ref
...
head repository: googleapis/java-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.42.0
Choose a head ref
  • 16 commits
  • 187 files changed
  • 8 contributors

Commits on Aug 1, 2024

  1. chore: modify readme's transport support description (#2653)

    * chore: modify readme's transport support description
    
    * chore: generate libraries at Wed Jul 31 02:31:45 UTC 2024
    
    ---------
    
    Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
    diegomarquezp and cloud-java-bot authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    68c73f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    b95ba35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9af865c View commit details
    Browse the repository at this point in the history
  3. chore: fix samples pom.xml issues (#2660)

    * Close dependency element for `storage_install_with_bom`
    * Remove release please comment for storage control from `storage_install_without_bom`. Instead, allow renovate-bot to update when the version is available in maven central.
    * remove duplicate declaration of `google-cloud-storage-control` in install-without-bom/pom.xml
    BenWhitehead authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    48e7a4c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    b681ee0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    1f66dff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    643138a View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.41.1-SNAPSHOT (#2655)

    * chore(main): release 2.41.1-SNAPSHOT
    
    * chore: cleanup readme versions
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: BenWhitehead <BenWhitehead@users.noreply.github.com>
    release-please[bot] and BenWhitehead authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ca592e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    060ef70 View commit details
    Browse the repository at this point in the history
  2. chore: Update generation configuration at Wed Aug 14 02:15:34 UTC 2024 (

    #2669)
    
    chore: Update generation configuration at Wed Aug 14 02:15:34 UTC 2024
    cloud-java-bot authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d375a86 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    a173c80 View commit details
    Browse the repository at this point in the history
  2. fix: update modified field handling for blob and bucket with json tra…

    …nsport to properly clear fields (#2664)
    
    Update StorageImpl#update(BlobInfo) and StorageImpl#update(BucketInfo) to only send modified fields in the case of an actual update. Currently, it simply sends the json version of the current info, this can mean that if a field is cleared the request to gcs doesn't actually include the field to clear.
    
    This same issue does not impact grpc transport, because grpc transport has an explicit `update_mask` that is populated.
    
    Fixes #2662
    BenWhitehead authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e2f5537 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    a87e17f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    453c29a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39e1140 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 2.42.0 (#2668)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6383f00 View commit details
    Browse the repository at this point in the history
Loading