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: v1.113.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: v1.113.1
Choose a head ref
  • 9 commits
  • 12 files changed
  • 4 contributors

Commits on Sep 8, 2020

  1. Configuration menu
    Copy the full SHA
    af91d7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff844e6 View commit details
    Browse the repository at this point in the history
  3. build(deps): update dependency org.apache.maven.plugins:maven-project…

    …-info-reports-plugin to v3.1.1 (#497)
    renovate-bot authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    cc572fa View commit details
    Browse the repository at this point in the history
  4. chore: release 1.113.1-SNAPSHOT (#496)

    🤖 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).
    release-please[bot] authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    24bab40 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

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

    …1.0 (#501)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | minor | `10.0.0` -> `10.1.0` |
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    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 Sep 9, 2020
    Configuration menu
    Copy the full SHA
    10cc743 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Configuration menu
    Copy the full SHA
    0e58c1c View commit details
    Browse the repository at this point in the history
  2. fix: When passing a sub-array (offset, length) to the Storage#create …

    …method the array is needlessly cloned (#506)
    
     leading to unnecessary memory allocations.
    
    No new tests as it was already covered.
    
    Signed-off-by: benoit <[email protected]>
    
    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [X] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-storage/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [X] Ensure the tests and linter pass
    - [X] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #505 ☕️
    benbenw authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    9415bb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. fix: KMS Bad Key error when using existing Blob context to overwrite …

    …object (#507)
    
    * fix: KMS Bad Key error when using existing Blob context to overwrite object
    
    * fix: KMS Bad Key error when using existing Blob context to overwrite object
    
    * fix: address review changes
    
    * fix: address review changes
    
    * address review changes
    
    * fix: address additional comments
    
    * fix: add the change inside HttpStorageRpc
    athakor authored Sep 17, 2020
    Configuration menu
    Copy the full SHA
    4d9c490 View commit details
    Browse the repository at this point in the history
  2. chore: release 1.113.1 (#500)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ### [1.113.1](https://www.github.com/googleapis/java-storage/compare/v1.113.0...v1.113.1) (2020-09-17)
    
    
    ### Bug Fixes
    
    * KMS Bad Key error when using existing Blob context to overwrite object ([#507](https://www.github.com/googleapis/java-storage/issues/507)) ([4d9c490](https://www.github.com/googleapis/java-storage/commit/4d9c49027e4746ee273902694441886c2f43188d))
    * When passing a sub-array (offset, length) to the Storage#create method the array is needlessly cloned  ([#506](https://www.github.com/googleapis/java-storage/issues/506)) ([9415bb7](https://www.github.com/googleapis/java-storage/commit/9415bb7bdb42d8012ca457a90070b616e6bbec19)), closes [#505](https://www.github.com/googleapis/java-storage/issues/505)
    
    
    ### Dependencies
    
    * update dependency com.google.apis:google-api-services-storage to v1-rev20200814-1.30.10 ([#499](https://www.github.com/googleapis/java-storage/issues/499)) ([af91d7d](https://www.github.com/googleapis/java-storage/commit/af91d7da4117fb22992d6a860af61f72906e0aa1))
    
    
    ### Documentation
    
    * update libraries-bom ([#504](https://www.github.com/googleapis/java-storage/issues/504)) ([0e58c1c](https://www.github.com/googleapis/java-storage/commit/0e58c1cb2b6a890e567b043188613021592f2bc8))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored Sep 17, 2020
    Configuration menu
    Copy the full SHA
    69f0094 View commit details
    Browse the repository at this point in the history
Loading