base repository: googleapis/java-storage
base: v1.105.2
head repository: googleapis/java-storage
Uh oh!
There was an error while loading. Please reload this page.
compare: v1.106.0
- 8 commits
- 11 files changed
- 5 contributors
Commits on Mar 13, 2020
[CHANGE ME] Re-generated to pick up changes in the API or client libr…
…ary generator. (#183) This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-03-13 15:11:36,180 synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py. ./ISSUE_TEMPLATE/bug_report.md ./ISSUE_TEMPLATE/feature_request.md ./ISSUE_TEMPLATE/support_request.md ./PULL_REQUEST_TEMPLATE.md ./release-please.yml ./trusted-contribution.yml .kokoro/build.bat .kokoro/build.sh .kokoro/coerce_logs.sh .kokoro/common.cfg .kokoro/continuous/common.cfg .kokoro/continuous/dependencies.cfg .kokoro/continuous/integration.cfg .kokoro/continuous/java11.cfg .kokoro/continuous/java7.cfg .kokoro/continuous/java8-osx.cfg .kokoro/continuous/java8-win.cfg .kokoro/continuous/java8.cfg .kokoro/continuous/lint.cfg .kokoro/continuous/propose_release.cfg .kokoro/continuous/samples.cfg .kokoro/dependencies.sh .kokoro/linkage-monitor.sh .kokoro/nightly/common.cfg .kokoro/nightly/dependencies.cfg .kokoro/nightly/integration.cfg .kokoro/nightly/java11.cfg .kokoro/nightly/java7.cfg .kokoro/nightly/java8-osx.cfg .kokoro/nightly/java8-win.cfg .kokoro/nightly/java8.cfg .kokoro/nightly/lint.cfg .kokoro/nightly/samples.cfg .kokoro/presubmit/clirr.cfg .kokoro/presubmit/common.cfg .kokoro/presubmit/dependencies.cfg .kokoro/presubmit/integration.cfg .kokoro/presubmit/java11.cfg .kokoro/presubmit/java7.cfg .kokoro/presubmit/java8-osx.cfg .kokoro/presubmit/java8-win.cfg .kokoro/presubmit/java8.cfg .kokoro/presubmit/linkage-monitor.cfg .kokoro/presubmit/lint.cfg .kokoro/presubmit/samples.cfg .kokoro/release/bump_snapshot.cfg .kokoro/release/common.cfg .kokoro/release/common.sh .kokoro/release/drop.cfg .kokoro/release/drop.sh .kokoro/release/promote.cfg .kokoro/release/promote.sh .kokoro/release/publish_javadoc.cfg .kokoro/release/publish_javadoc.sh .kokoro/release/snapshot.cfg .kokoro/release/snapshot.sh .kokoro/release/stage.cfg .kokoro/release/stage.sh .kokoro/trampoline.sh CODE_OF_CONDUCT.md CONTRIBUTING.md LICENSE README.md codecov.yaml java.header license-checks.xml renovate.json 2020-03-13 15:11:36,383 synthtool > Wrote metadata to synth.metadata. ``` </details>
yoshi-automation authoredMar 13, 2020
Commits on Mar 14, 2020
chore: release 1.105.3-SNAPSHOT (#184)
🤖 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).
release-please[bot] authoredMar 14, 2020
Commits on Mar 15, 2020
feat: add blob.uploadfrom(inputstream) (#162)
feat: add blob.uploadfrom(inputstream)
dmitry-fa authoredMar 15, 2020
Commits on Mar 16, 2020
build(deps): update dependency org.apache.maven.plugins:maven-javadoc…
…-plugin to v3.2.0 (#186) This PR contains the following updates: | Package | Update | Change | |---|---|---| | org.apache.maven.plugins:maven-javadoc-plugin | minor | `3.1.1` -> `3.2.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/dasard#googleapis/java-storage).
renovate-bot authoredMar 16, 2020
Commits on Mar 17, 2020
fix: rely on google core for SSLException's (#188)
* fix: rely on google core for SSLException's * update requester pays tests to not rely on Project Owner role * format * make sure requester pays is cleaned up
frankyn authoredMar 17, 2020 deps: update dependency com.google.apis:google-api-services-storage t…
…o v1-rev20200226-1.30.9 (#189) This PR contains the following updates: | Package | Update | Change | |---|---|---| | com.google.apis:google-api-services-storage | | `v1-rev20191127-1.30.9` -> `v1-rev20200226-1.30.9` | --- ### 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/dasard#googleapis/java-storage).
renovate-bot authoredMar 17, 2020 Revert "feat: add blob.uploadfrom(inputstream)" (#190)
Reverts #162 Need to revert this for now. The issue is that the [Blob constructor is private](https://.com/googleapis/java-storage/blob/1f53baa969331a94b5a73319df59711157ef2307/google-cloud-storage/src/main/java/com/google/cloud/storage/Blob.java#L545) and it requires creating the object as an [empty object before uploading with an InputStream](https://.com/googleapis/java-storage/pull/162/files#diff-8c18a40b13cc5c5d90547c273470f5eeR2965-R2966). The implementation should be derived from the Storage class instead of Blob class to reduce the number of requests. cc: @dmitry-fa, could you recreate the PR? I haven't prioritized this, apologies for the delay.
frankyn authoredMar 17, 2020 🤖 I have created a release \*beep\* \*boop\* --- ## [1.106.0](https://www..com/googleapis/java-storage/compare/v1.105.2...v1.106.0) (2020-03-17) ### Bug Fixes * rely on google core for SSLException's ([#188](https://www..com/googleapis/java-storage/issues/188)) ([2581f3c](https://www..com/googleapis/java-storage/commit/2581f3cfff88ee6a1688ddb881baa30d9967b0c3)) ### Dependencies * update dependency com.google.apis:google-api-services-storage to v1-rev20200226-1.30.9 ([#189](https://www..com/googleapis/java-storage/issues/189)) ([b61a820](https://www..com/googleapis/java-storage/commit/b61a820a5de4266cfacb76330977962b1940b1e5)) --- This PR was generated with [Release Please](https://.com/googleapis/release-please).
release-please[bot] authoredMar 17, 2020
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.105.2...v1.106.0
Uh oh!
There was an error while loading. Please reload this page.