-
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.33.0
head repository: googleapis/java-storage
compare: v2.34.0
- 14 commits
- 21 files changed
- 6 contributors
Commits on Feb 8, 2024
-
chore(main): release 2.33.1-SNAPSHOT (#2398)
🤖 I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for f747d4b - Browse repository at this point
Copy the full SHA f747d4bView commit details -
chore(deps): update dependency com.google.cloud:google-cloud-storage …
…to v2.33.0 (#2399) * chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.33.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1b092f0 - Browse repository at this point
Copy the full SHA 1b092f0View commit details -
deps: update dependency com.google.apis:google-api-services-storage t…
…o v1-rev20240205-2.0.0 (#2400) * deps: update dependency com.google.apis:google-api-services-storage to v1-rev20240205-2.0.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 70d8c8b - Browse repository at this point
Copy the full SHA 70d8c8bView commit details -
test(deps): update cross product test dependencies (#2401)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-pubsub](https://togithub.com/googleapis/java-pubsub) | `1.126.2` -> `1.126.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [com.google.api.grpc:proto-google-cloud-pubsub-v1](https://togithub.com/googleapis/java-pubsub/proto-google-cloud-pubsub-v1) ([source](https://togithub.com/googleapis/java-pubsub)) | `1.108.2` -> `1.108.3` | [](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-pubsub (com.google.cloud:google-cloud-pubsub)</summary> ### [`v1.126.3`](https://togithub.com/googleapis/java-pubsub/blob/HEAD/CHANGELOG.md#11263-2024-02-08) [Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.126.2...v1.126.3) ##### Dependencies - Update dependency com.google.cloud:google-cloud-core to v2.32.0 ([#​1885](https://togithub.com/googleapis/java-pubsub/issues/1885)) ([a2063cf](https://togithub.com/googleapis/java-pubsub/commit/a2063cf8f1f792f5ad1994bff00f367b399c0ff2)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-storage). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Configuration menu - View commit details
-
Copy full SHA for 559d489 - Browse repository at this point
Copy the full SHA 559d489View commit details -
ci: unmanaged dependency check (#2396)
* ci: unmanaged dependency check This check avoids accidentally adding 3rd party dependencies go/cloud-sdk-java-dependency-governance-design. * unmanaged_dependency_check as required check
Configuration menu - View commit details
-
Copy full SHA for b7f6eb3 - Browse repository at this point
Copy the full SHA b7f6eb3View commit details
Commits on Feb 12, 2024
-
chore(benchmarking): Use api when determining workload runs (#2404)
* chore(benchmarking): Use api when determining workload runs * Make api required * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 201ac94 - Browse repository at this point
Copy the full SHA 201ac94View commit details -
deps: update dependency com.google.apis:google-api-services-storage t…
…o v1-rev20240209-2.0.0 (#2407)
Configuration menu - View commit details
-
Copy full SHA for 6a25dbb - Browse repository at this point
Copy the full SHA 6a25dbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d318fc6 - Browse repository at this point
Copy the full SHA d318fc6View commit details
Commits on Feb 13, 2024
-
feat: Enable automatic retries for create RenameFolder LRO in Storage…
… Control API (#2410) - [ ] Regenerate this pull request now. PiperOrigin-RevId: 606359578 Source-Link: https://togithub.com/googleapis/googleapis/commit/62dec60db791b8ff8b21dfed22c8b2c17660ac58 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/73865e1181fc833f29439e1ab11f37b5d9d124b7 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzM4NjVlMTE4MWZjODMzZjI5NDM5ZTFhYjExZjM3YjVkOWQxMjRiNyJ9
Configuration menu - View commit details
-
Copy full SHA for b0450b8 - Browse repository at this point
Copy the full SHA b0450b8View commit details
Commits on Feb 14, 2024
-
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
…cies to v3.25.0 (#2411)
Configuration menu - View commit details
-
Copy full SHA for cba3415 - Browse repository at this point
Copy the full SHA cba3415View commit details -
test(deps): update cross product test dependencies (#2409)
* test(deps): update cross product test dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 50a7602 - Browse repository at this point
Copy the full SHA 50a7602View commit details -
chore(deps): update dependency com.google.cloud:libraries-bom to v26.…
…32.0 (#2408) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://togithub.com/googleapis/java-cloud-bom)) | `26.31.0` -> `26.32.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-cloud-bom (com.google.cloud:libraries-bom)</summary> ### [`v26.32.0`](https://togithub.com/googleapis/java-cloud-bom/blob/HEAD/CHANGELOG.md#26320-2024-02-12) [Compare Source](https://togithub.com/googleapis/java-cloud-bom/compare/v26.31.0...v26.32.0) ##### Dependencies - update actions/checkout action to v4 ([#​6401](https://togithub.com/googleapis/java-cloud-bom/issues/6401)) ([c4d5b2b](https://togithub.com/googleapis/java-cloud-bom/commit/c4d5b2b899d104444c2cb82c5c73f06010cf0ca0)) - update actions/github-script action to v7 ([#​6402](https://togithub.com/googleapis/java-cloud-bom/issues/6402)) ([7441cf3](https://togithub.com/googleapis/java-cloud-bom/commit/7441cf3a5db3716378ba8c8917a3cde3c2af7157)) - update dependency com.google.cloud:first-party-dependencies to v3.24.0 ([#​6408](https://togithub.com/googleapis/java-cloud-bom/issues/6408)) ([42a35bd](https://togithub.com/googleapis/java-cloud-bom/commit/42a35bdbd73a365626abcc852ea245bf54949f2f)) - update dependency com.google.cloud:gapic-libraries-bom to v1.29.0 ([#​6425](https://togithub.com/googleapis/java-cloud-bom/issues/6425)) ([a0d6401](https://togithub.com/googleapis/java-cloud-bom/commit/a0d64014d5b646841aed6f50ae36c760ebe1797b)) - update dependency com.google.cloud:google-cloud-bigquery to v2.37.1 ([#​6417](https://togithub.com/googleapis/java-cloud-bom/issues/6417)) ([5c3f811](https://togithub.com/googleapis/java-cloud-bom/commit/5c3f811dd6067a6ce40f392b00334eee941eb337)) - update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.1.0 ([#​6414](https://togithub.com/googleapis/java-cloud-bom/issues/6414)) ([1e1c0d4](https://togithub.com/googleapis/java-cloud-bom/commit/1e1c0d431487b650b6ec4aa5568b072be4217821)) - update dependency com.google.cloud:google-cloud-bigtable-bom to v2.33.0 ([#​6428](https://togithub.com/googleapis/java-cloud-bom/issues/6428)) ([f6e377b](https://togithub.com/googleapis/java-cloud-bom/commit/f6e377b65cd1959954161af06600034b5249a6c8)) - update dependency com.google.cloud:google-cloud-datastore-bom to v2.18.3 ([#​6411](https://togithub.com/googleapis/java-cloud-bom/issues/6411)) ([6e7f9f9](https://togithub.com/googleapis/java-cloud-bom/commit/6e7f9f918697f00484d7311c7374acc50664510d)) - update dependency com.google.cloud:google-cloud-firestore-bom to v3.16.3 ([#​6412](https://togithub.com/googleapis/java-cloud-bom/issues/6412)) ([b4a5db8](https://togithub.com/googleapis/java-cloud-bom/commit/b4a5db8826af199e135a14bce7922aaae5a5912a)) - update dependency com.google.cloud:google-cloud-logging-bom to v3.15.17 ([#​6419](https://togithub.com/googleapis/java-cloud-bom/issues/6419)) ([589fea3](https://togithub.com/googleapis/java-cloud-bom/commit/589fea33cbb8621d4a82feb3699558ec66d50849)) - update dependency com.google.cloud:google-cloud-logging-logback to v0.131.1-alpha ([#​6420](https://togithub.com/googleapis/java-cloud-bom/issues/6420)) ([f7c7fea](https://togithub.com/googleapis/java-cloud-bom/commit/f7c7fea78c26bdffd780e3ac5957de28b4edd7e8)) - update dependency com.google.cloud:google-cloud-nio to v0.127.12 ([#​6422](https://togithub.com/googleapis/java-cloud-bom/issues/6422)) ([1659b1a](https://togithub.com/googleapis/java-cloud-bom/commit/1659b1a062d1d74374462da6a0d2a1ca7c0d0913)) - update dependency com.google.cloud:google-cloud-pubsub-bom to v1.126.3 ([#​6421](https://togithub.com/googleapis/java-cloud-bom/issues/6421)) ([25fb563](https://togithub.com/googleapis/java-cloud-bom/commit/25fb5635e6d3ec629d8bf19cda23dcc0fd8f7662)) - update dependency com.google.cloud:google-cloud-pubsub-bom to v1.126.4 ([#​6427](https://togithub.com/googleapis/java-cloud-bom/issues/6427)) ([b1c0c15](https://togithub.com/googleapis/java-cloud-bom/commit/b1c0c15d39491cb742ec2b25a3ca67d936a863fb)) - update dependency com.google.cloud:google-cloud-pubsub-bom to v1.126.5 ([#​6429](https://togithub.com/googleapis/java-cloud-bom/issues/6429)) ([cd6553c](https://togithub.com/googleapis/java-cloud-bom/commit/cd6553cf80e85a7ffed9662b94cbdcdd50afda6e)) - update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.12.22 ([#​6426](https://togithub.com/googleapis/java-cloud-bom/issues/6426)) ([5b4bb70](https://togithub.com/googleapis/java-cloud-bom/commit/5b4bb70272659ad09180719a3e133e50de52eef0)) - update dependency com.google.cloud:google-cloud-spanner-bom to v6.58.0 ([#​6423](https://togithub.com/googleapis/java-cloud-bom/issues/6423)) ([2e86546](https://togithub.com/googleapis/java-cloud-bom/commit/2e8654649d893f2462df5e2238fe4c390bca5183)) - update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.15.3 ([#​6424](https://togithub.com/googleapis/java-cloud-bom/issues/6424)) ([5da843e](https://togithub.com/googleapis/java-cloud-bom/commit/5da843e33b394fbba4c8a2afacf2ce1d8553ddae)) - update dependency com.google.cloud:google-cloud-storage-bom to v2.33.0 ([#​6418](https://togithub.com/googleapis/java-cloud-bom/issues/6418)) ([5e15c52](https://togithub.com/googleapis/java-cloud-bom/commit/5e15c525dcaf8af5e0814bbfb6feefad420014dd)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-storage). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Configuration menu - View commit details
-
Copy full SHA for 3baba4c - Browse repository at this point
Copy the full SHA 3baba4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fb8b55 - Browse repository at this point
Copy the full SHA 3fb8b55View commit details -
chore(main): release 2.34.0 (#2402)
🤖 I have created a release *beep* *boop* --- ## [2.34.0](https://togithub.com/googleapis/java-storage/compare/v2.33.0...v2.34.0) (2024-02-14) ### Features * Enable automatic retries for create RenameFolder LRO in Storage Control API ([#2410](https://togithub.com/googleapis/java-storage/issues/2410)) ([b0450b8](https://togithub.com/googleapis/java-storage/commit/b0450b8eca26cd018f81a7b7236a1901d8b35b9b)) ### Dependencies * Update dependency com.google.apis:google-api-services-storage to v1-rev20240205-2.0.0 ([#2400](https://togithub.com/googleapis/java-storage/issues/2400)) ([70d8c8b](https://togithub.com/googleapis/java-storage/commit/70d8c8b83b58c47ebb43c7ec15734c1237dc41ac)) * Update dependency com.google.apis:google-api-services-storage to v1-rev20240209-2.0.0 ([#2407](https://togithub.com/googleapis/java-storage/issues/2407)) ([6a25dbb](https://togithub.com/googleapis/java-storage/commit/6a25dbbd8d8e817fb13ac2b9018a07343733af94)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.25.0 ([#2411](https://togithub.com/googleapis/java-storage/issues/2411)) ([cba3415](https://togithub.com/googleapis/java-storage/commit/cba341551cb449bf74654ee33693d55c5c2aed4e)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 49feabd - Browse repository at this point
Copy the full SHA 49feabdView 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.33.0...v2.34.0