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.1.9
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.2.0
Choose a head ref
  • 15 commits
  • 57 files changed
  • 4 contributors

Commits on Oct 19, 2021

  1. chore: release 2.1.10-SNAPSHOT (#1117)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    f96d500 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud:google-cloud-storage …

    …to v2.1.9 (#1118)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-storage](https://togithub.com/googleapis/java-storage) | `2.1.8` -> `2.1.9` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.1.9/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.1.9/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.1.9/compatibility-slim/2.1.8)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.1.9/confidence-slim/2.1.8)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-storage</summary>
    
    ### [`v2.1.9`](https://togithub.com/googleapis/java-storage/blob/master/CHANGELOG.md#&#8203;219-httpswwwgithubcomgoogleapisjava-storagecomparev218v219-2021-10-19)
    
    [Compare Source](https://togithub.com/googleapis/java-storage/compare/v2.1.8...v2.1.9)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: 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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-storage).
    renovate-bot authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    b0cbd76 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. chore(retry): refactor RetryAlgorithmManager to simplify candidate pu…

    …blic api (#1108)
    
    * Add javadocs with explanations about the strategies and their behaviors
    * Introduce new StorageRetryStrategy interface which provides a handle to get
      ResultRetryAlgorithms for idempotent and nonidempotent operations
    * Add internal DefaultStorageRetryStrategy implementing our new default retry 
      behavior
    * Add internal UniformStorageRetryStrategy allowing for a single algorithm to be 
      specified and used for both idempotent and non-idempotent cases.
    * Make RetryAlgorithmManager a concrete class implemented in terms of the
      provided StorageRetryStrategy rather than an interface
    * Remove LegacyRetryAlgorithmManager
    * Remove NewRetryAlgorithmManager
    * Refactor StorageOptions to use new StorageRetryStrategy
    * Move access of strategy implementations to static method on StorageRetryStrategy.java
    * Change retry types from ExceptionHandler to ResultRetryAlgorithm<?>. 
      ExceptionHandler is a subclass of ResultRetryAlgorithm<?>, but this provides us 
      binary compatability moving forward if we ever need to provide an implementation 
      which isn't based on ExceptionHandler
    * Add serialVersionUID to each of the new classes which are Serializable
    * Remove separate idempotent handling for resumable uploads
    BenWhitehead authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    0f5b3cb View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. chore: Re-enable bigquery-storage-v1 generation, which also required …

    …updating protobuf from 3.15.3 to 3.18.1 for codegen (#1111)
    
    PiperOrigin-RevId: 403132955
    
    Source-Author: Google APIs <[email protected]>
    Source-Date: Thu Oct 14 10:50:47 2021 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: d2977af9e9f1fc0c9dc8368352daa032471f3c63
    Source-Link: googleapis/googleapis@d2977af
    yoshi-automation authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    b91d1bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5c007d View commit details
    Browse the repository at this point in the history
  3. build(deps): update dependency com.google.cloud:google-cloud-shared-c…

    …onfig to v1.2.0 (#1122)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-shared-config](https://togithub.com/googleapis/java-shared-config) | `1.1.0` -> `1.2.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.2.0/compatibility-slim/1.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.2.0/confidence-slim/1.1.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-shared-config</summary>
    
    ### [`v1.2.0`](https://togithub.com/googleapis/java-shared-config/blob/master/CHANGELOG.md#&#8203;120-httpswwwgithubcomgoogleapisjava-shared-configcomparev110v120-2021-10-21)
    
    [Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.1.0...v1.2.0)
    
    ##### Features
    
    -   Introduce Native Image testing build script changes ([#&#8203;1240](https://www.togithub.com/googleapis/java-shared-config/issues/1240)) ([#&#8203;334](https://www.togithub.com/googleapis/java-shared-config/issues/334)) ([4643cf1](https://www.github.com/googleapis/java-shared-config/commit/4643cf15be0b37fa8fa905d544d438cda7ef2ecd))
    
    ##### Bug Fixes
    
    -   **java:** downgrade native maven plugin version ([#&#8203;335](https://www.togithub.com/googleapis/java-shared-config/issues/335)) ([5834284](https://www.github.com/googleapis/java-shared-config/commit/5834284176fb34713d10082ce04f3b6abba85ad8))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: 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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-storage).
    renovate-bot authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    d5884cb View commit details
    Browse the repository at this point in the history
  4. feat: next release from mainline is 2.2.0 (#1124)

    * feat: next release from mainline is 2.2.0
    
    * fix(java): java 17 dependency arguments
    
    manual application of googleapis/synthtool#1266
    BenWhitehead authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    53a755b View commit details
    Browse the repository at this point in the history
  5. retry(test): improve user agent strings to provide more information w…

    …hile debugging (#1121)
    
    When debugging and looking at access logs it is useful to be able to identify individual test cases and test bench operations simply by the user agent string. This change adds test names to operations related to each test, and annotates calls for testbench as such.
    BenWhitehead authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    c0185f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edc0e00 View commit details
    Browse the repository at this point in the history
  7. build(java): Introduce Native Image testing build script changes (#1112)

    * changes without context
    
            autosynth cannot find the source of changes triggered by earlier changes in this
            repository, or by version upgrades to tools such as linters.
    
    * feat: Introduce Native Image testing build script changes
    
    Adds additional switch case to build.sh to accommodate native image testing.
    
    Source-Author: Daniel Zou <[email protected]>
    Source-Date: Mon Oct 18 11:42:09 2021 -0400
    Source-Repo: googleapis/synthtool
    Source-Sha: d45942be8066ad57bd0509f4a16e1fac78ecc50f
    Source-Link: googleapis/synthtool@d45942b
    
    * fix(java): java 17 dependency arguments
    
    Source-Author: kolea2 <[email protected]>
    Source-Date: Mon Oct 25 11:06:10 2021 -0400
    Source-Repo: googleapis/synthtool
    Source-Sha: cb2755306975de4c54ea549c9deb25703b3731bb
    Source-Link: googleapis/synthtool@cb27553
    yoshi-automation authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    92e7cc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

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

Commits on Oct 27, 2021

  1. chore(deps): update dependency com.google.cloud:libraries-bom to v24 (#…

    …1130)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | `23.1.0` -> `24.0.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/24.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/24.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/24.0.0/compatibility-slim/23.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/24.0.0/confidence-slim/23.1.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: 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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-storage).
    renovate-bot authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    57bec4d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. test(retry): add a test which ensures expected behavior of new retry …

    …handlers (#1119)
    
    * test(retry): add a test which ensures expected behavior of new retry handlers
    
    In addition to providing the new handlers which are validated to some extent with the retry conformance suite, we also want to ensure we maintain support for "java specific" errors which historically are already handled my the core library. In some ways this also functions as a regression suite of errors we want to keep track of for retry purposes.
    
    * chore: run formatter to turn a ~450 line file into a 900 line one!!!!
    BenWhitehead authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    2d64f90 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. feat: update all automatic retry behavior to be idempotency aware (#1132

    )
    
    1. Add new configuration option `StorageOptions.Builder#setStorageRetryStrategy`
    2. Add new interface `StorageRetryStrategy`
    3. Update all calls to be made idempotency aware
    4. Change default behavior of automatic retries to only retry those operations which are deemed to be idempotent
    5. Add @deprecated method `StorageRetryStrategy.getLegacyStorageRetryStrategy` providing access to a strategy which matches the previous sometimes unsafe behavior
    6. make BlobWriteChannelTest cases idempotent
    7. make StorageImplMockitoTest#testCreateBlobRetry idempotent
    BenWhitehead authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    470b8cd View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. chore: release 2.2.0 (#1125)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    4e1c3ff View commit details
    Browse the repository at this point in the history
Loading