-
Notifications
You must be signed in to change notification settings - Fork 84
Comparing changes
Open a pull request
base repository: googleapis/java-storage
base: v1.117.1
head repository: googleapis/java-storage
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://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for ad10d07 - Browse repository at this point
Copy the full SHA ad10d07View commit details
Commits on Jul 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 94e4c81 - Browse repository at this point
Copy the full SHA 94e4c81View commit details -
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/.github/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 .github/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.)
Configuration menu - View commit details
-
Copy full SHA for 295d761 - Browse repository at this point
Copy the full SHA 295d761View commit details
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.
Configuration menu - View commit details
-
Copy full SHA for 53bbf76 - Browse repository at this point
Copy the full SHA 53bbf76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1050725 - Browse repository at this point
Copy the full SHA 1050725View commit details -
deps: update dependency com.google.apis:google-api-services-storage t…
…o v1-rev20210127-1.32.1 (#910)
Configuration menu - View commit details
-
Copy full SHA for 2c54acc - Browse repository at this point
Copy the full SHA 2c54accView commit details
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://togithub.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/dashboard#github/googleapis/java-storage).
Configuration menu - View commit details
-
Copy full SHA for 058e85d - Browse repository at this point
Copy the full SHA 058e85dView commit details -
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/.github/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 .github/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.)
Configuration menu - View commit details
-
Copy full SHA for b472bd8 - Browse repository at this point
Copy the full SHA b472bd8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b0de3d0 - Browse repository at this point
Copy the full SHA b0de3d0View commit details
Commits on Jul 12, 2021
-
feat: fix signed url mismatch in BlobWriteChannel (#915)
* feat: fix signed url mismatch in BlobWriteChannel * remove leftover file
Configuration menu - View commit details
-
Copy full SHA for 8b05867 - Browse repository at this point
Copy the full SHA 8b05867View commit details
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
Configuration menu - View commit details
-
Copy full SHA for ab0228c - Browse repository at this point
Copy the full SHA ab0228cView commit details -
🤖 I have created a release \*beep\* \*boop\* --- ## [1.118.0](https://www.github.com/googleapis/java-storage/compare/v1.117.1...v1.118.0) (2021-07-13) ### Features * fix signed url mismatch in BlobWriteChannel ([#915](https://www.github.com/googleapis/java-storage/issues/915)) ([8b05867](https://www.github.com/googleapis/java-storage/commit/8b0586757523cfc550c62ff264eea3eebbd7f32e)) ### Bug Fixes * correct lastChunk retry logic in BlobWriteChannel ([#918](https://www.github.com/googleapis/java-storage/issues/918)) ([ab0228c](https://www.github.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.github.com/googleapis/java-storage/issues/910)) ([2c54acc](https://www.github.com/googleapis/java-storage/commit/2c54acca0653a96773ab3606a8d97299e9fdf045)) * update kms.version to v0.90.0 ([#911](https://www.github.com/googleapis/java-storage/issues/911)) ([1050725](https://www.github.com/googleapis/java-storage/commit/1050725c91b4375340ba113568ba04538c7f52fc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 6230ae9 - Browse repository at this point
Copy the full SHA 6230ae9View commit details
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