-
Notifications
You must be signed in to change notification settings - Fork 84
Comparing changes
Open a pull request
base repository: googleapis/java-storage
base: v2.1.9
head repository: googleapis/java-storage
compare: v2.2.0
- 15 commits
- 57 files changed
- 4 contributors
Commits on Oct 19, 2021
-
chore: release 2.1.10-SNAPSHOT (#1117)
🤖 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 f96d500 - Browse repository at this point
Copy the full SHA f96d500View commit details -
chore(deps): update dependency com.google.cloud:google-cloud-storage …
…to v2.1.9 (#1118) [](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.1.8` -> `2.1.9` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-storage</summary> ### [`v2.1.9`](https://togithub.com/googleapis/java-storage/blob/master/CHANGELOG.md#​219-httpswwwgithubcomgoogleapisjava-storagecomparev218v219-2021-10-19) [Compare Source](https://togithub.com/googleapis/java-storage/compare/v2.1.8...v2.1.9) </details> --- ### 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, click this checkbox. --- 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 b0cbd76 - Browse repository at this point
Copy the full SHA b0cbd76View commit details
Commits on Oct 20, 2021
-
chore(retry): refactor RetryAlgorithmManager to simplify candidate pu…
…blic api (#1108) * Add javadocs with explanations about the strategies and their behaviors * Introduce new StorageRetryStrategy interface which provides a handle to get ResultRetryAlgorithms for idempotent and nonidempotent operations * Add internal DefaultStorageRetryStrategy implementing our new default retry behavior * Add internal UniformStorageRetryStrategy allowing for a single algorithm to be specified and used for both idempotent and non-idempotent cases. * Make RetryAlgorithmManager a concrete class implemented in terms of the provided StorageRetryStrategy rather than an interface * Remove LegacyRetryAlgorithmManager * Remove NewRetryAlgorithmManager * Refactor StorageOptions to use new StorageRetryStrategy * Move access of strategy implementations to static method on StorageRetryStrategy.java * Change retry types from ExceptionHandler to ResultRetryAlgorithm<?>. ExceptionHandler is a subclass of ResultRetryAlgorithm<?>, but this provides us binary compatability moving forward if we ever need to provide an implementation which isn't based on ExceptionHandler * Add serialVersionUID to each of the new classes which are Serializable * Remove separate idempotent handling for resumable uploads
Configuration menu - View commit details
-
Copy full SHA for 0f5b3cb - Browse repository at this point
Copy the full SHA 0f5b3cbView commit details
Commits on Oct 25, 2021
-
chore: Re-enable bigquery-storage-v1 generation, which also required …
…updating protobuf from 3.15.3 to 3.18.1 for codegen (#1111) PiperOrigin-RevId: 403132955 Source-Author: Google APIs <[email protected]> Source-Date: Thu Oct 14 10:50:47 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: d2977af9e9f1fc0c9dc8368352daa032471f3c63 Source-Link: googleapis/googleapis@d2977af
Configuration menu - View commit details
-
Copy full SHA for b91d1bc - Browse repository at this point
Copy the full SHA b91d1bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5c007d - Browse repository at this point
Copy the full SHA a5c007dView commit details -
build(deps): update dependency com.google.cloud:google-cloud-shared-c…
…onfig to v1.2.0 (#1122) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-shared-config](https://togithub.com/googleapis/java-shared-config) | `1.1.0` -> `1.2.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/) | --- ### Release Notes <details> <summary>googleapis/java-shared-config</summary> ### [`v1.2.0`](https://togithub.com/googleapis/java-shared-config/blob/master/CHANGELOG.md#​120-httpswwwgithubcomgoogleapisjava-shared-configcomparev110v120-2021-10-21) [Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.1.0...v1.2.0) ##### Features - Introduce Native Image testing build script changes ([#​1240](https://www.togithub.com/googleapis/java-shared-config/issues/1240)) ([#​334](https://www.togithub.com/googleapis/java-shared-config/issues/334)) ([4643cf1](https://www.github.com/googleapis/java-shared-config/commit/4643cf15be0b37fa8fa905d544d438cda7ef2ecd)) ##### Bug Fixes - **java:** downgrade native maven plugin version ([#​335](https://www.togithub.com/googleapis/java-shared-config/issues/335)) ([5834284](https://www.github.com/googleapis/java-shared-config/commit/5834284176fb34713d10082ce04f3b6abba85ad8)) </details> --- ### 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, click this checkbox. --- 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 d5884cb - Browse repository at this point
Copy the full SHA d5884cbView commit details -
feat: next release from mainline is 2.2.0 (#1124)
* feat: next release from mainline is 2.2.0 * fix(java): java 17 dependency arguments manual application of googleapis/synthtool#1266
Configuration menu - View commit details
-
Copy full SHA for 53a755b - Browse repository at this point
Copy the full SHA 53a755bView commit details -
retry(test): improve user agent strings to provide more information w…
…hile debugging (#1121) When debugging and looking at access logs it is useful to be able to identify individual test cases and test bench operations simply by the user agent string. This change adds test names to operations related to each test, and annotates calls for testbench as such.
Configuration menu - View commit details
-
Copy full SHA for c0185f4 - Browse repository at this point
Copy the full SHA c0185f4View commit details -
deps: update dependency com.google.apis:google-api-services-storage t…
…o v1-rev20211018-1.32.1 (#1123)
Configuration menu - View commit details
-
Copy full SHA for edc0e00 - Browse repository at this point
Copy the full SHA edc0e00View commit details -
build(java): Introduce Native Image testing build script changes (#1112)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * feat: Introduce Native Image testing build script changes Adds additional switch case to build.sh to accommodate native image testing. Source-Author: Daniel Zou <[email protected]> Source-Date: Mon Oct 18 11:42:09 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: d45942be8066ad57bd0509f4a16e1fac78ecc50f Source-Link: googleapis/synthtool@d45942b * fix(java): java 17 dependency arguments Source-Author: kolea2 <[email protected]> Source-Date: Mon Oct 25 11:06:10 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: cb2755306975de4c54ea549c9deb25703b3731bb Source-Link: googleapis/synthtool@cb27553
Configuration menu - View commit details
-
Copy full SHA for 92e7cc9 - Browse repository at this point
Copy the full SHA 92e7cc9View commit details
Commits on Oct 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2f4486b - Browse repository at this point
Copy the full SHA 2f4486bView commit details
Commits on Oct 27, 2021
-
chore(deps): update dependency com.google.cloud:libraries-bom to v24 (#…
…1130) [](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) | `23.1.0` -> `24.0.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, click this checkbox. --- 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 57bec4d - Browse repository at this point
Copy the full SHA 57bec4dView commit details
Commits on Nov 1, 2021
-
test(retry): add a test which ensures expected behavior of new retry …
…handlers (#1119) * test(retry): add a test which ensures expected behavior of new retry handlers In addition to providing the new handlers which are validated to some extent with the retry conformance suite, we also want to ensure we maintain support for "java specific" errors which historically are already handled my the core library. In some ways this also functions as a regression suite of errors we want to keep track of for retry purposes. * chore: run formatter to turn a ~450 line file into a 900 line one!!!!
Configuration menu - View commit details
-
Copy full SHA for 2d64f90 - Browse repository at this point
Copy the full SHA 2d64f90View commit details
Commits on Nov 2, 2021
-
feat: update all automatic retry behavior to be idempotency aware (#1132
) 1. Add new configuration option `StorageOptions.Builder#setStorageRetryStrategy` 2. Add new interface `StorageRetryStrategy` 3. Update all calls to be made idempotency aware 4. Change default behavior of automatic retries to only retry those operations which are deemed to be idempotent 5. Add @deprecated method `StorageRetryStrategy.getLegacyStorageRetryStrategy` providing access to a strategy which matches the previous sometimes unsafe behavior 6. make BlobWriteChannelTest cases idempotent 7. make StorageImplMockitoTest#testCreateBlobRetry idempotent
Configuration menu - View commit details
-
Copy full SHA for 470b8cd - Browse repository at this point
Copy the full SHA 470b8cdView commit details
Commits on Nov 3, 2021
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4e1c3ff - Browse repository at this point
Copy the full SHA 4e1c3ffView 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 v2.1.9...v2.2.0