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.7.2
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.8.0
Choose a head ref
  • 13 commits
  • 22 files changed
  • 5 contributors

Commits on May 27, 2022

  1. chore(deps): update dependency com.google.cloud:google-cloud-storage …

    …to v2.7.2 (#1421)
    
    [![Mend 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.7.1` -> `2.7.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.7.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.7.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.7.2/compatibility-slim/2.7.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.7.2/confidence-slim/2.7.1)](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**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **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. ⚠ **Warning**: custom changes will be lost.
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-storage).
    renovate-bot authored May 27, 2022
    Configuration menu
    Copy the full SHA
    ecbf7b2 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

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

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    93ba28c View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.7.3-SNAPSHOT (#1420)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    eda0b70 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    ca34889 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud:libraries-bom to v25.…

    …4.0 (#1433)
    
    * chore(deps): update dependency com.google.cloud:libraries-bom to v25.4.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    412cb76 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. feat: Support AbortIncompleteMultipartUpload LifecycleAction (#1347)

    * Support AbortIncompleteMultipartUpload LifecycleAction
    sydney-munro authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    7c3aba2 View commit details
    Browse the repository at this point in the history
  2. feat: Prefix/Suffix Matches Lifecycle Condition (#1389)

    * Prefix/Suffix Matches Lifecycle Condition
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    sydney-munro and gcf-owl-bot[bot] authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    20c8848 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    df8fcd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b93fd3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eac03a8 View commit details
    Browse the repository at this point in the history
  4. fix: update request method of HttpStorageRpc to properly configure of…

    …fset on requests (#1434)
    
    * fix: update request method of HttpStorageRpc to properly configure offset on requests
    
    When invoking downloadTo(..., OutputStream) if a retry was attempted the proper byte
    offset was not being sent in the retried request. Update logic of HttpStorageRpc.read
    to manually set the range header rather than trying to rely on MediaDownloader to do
    it along with not automatically decompressing the byte stream.
    
    Update ITRetryConformanceTest to run Scenario 8 test cases, which cover resuming a
    download which could have caught this error sooner.
    
    Update StorageException.translate(IOException) to classify `IOException: Premature EOF`
    as the existing retryable reason `connectionClosedPrematurely`. Add case to
    DefaultRetryHandlingBehaviorTest to ensure conformance to this categorization.
    
    Break downloadTo integration test out into their own class, and separate
    the multiple scenarios being tested in the same method.
    
    Related to #1425
    BenWhitehead authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    72dc0df View commit details
    Browse the repository at this point in the history
  5. chore(main): release 2.8.0 (#1427)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    7ca2893 View commit details
    Browse the repository at this point in the history
Loading