-
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.20.2
head repository: googleapis/java-storage
compare: v2.21.0
- 14 commits
- 60 files changed
- 5 contributors
Commits on Mar 23, 2023
-
chore(main): release 2.20.3-SNAPSHOT (#1948)
🤖 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 68a066d - Browse repository at this point
Copy the full SHA 68a066dView commit details
Commits on Mar 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a8b96c9 - Browse repository at this point
Copy the full SHA a8b96c9View commit details
Commits on Mar 28, 2023
-
build(deps): update dependency org.apache.maven.plugins:maven-deploy-…
…plugin to v3.1.1 (#1951) * build(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.1 * 🦉 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 edf5c9b - Browse repository at this point
Copy the full SHA edf5c9bView commit details -
chore(deps): update dependency com.google.cloud:libraries-bom to v26.…
…11.0 (#1949) * chore(deps): update dependency com.google.cloud:libraries-bom to v26.11.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 ca82828 - Browse repository at this point
Copy the full SHA ca82828View commit details -
fix: update bucket creation to set project as
bucket.project
(#1912)Creation of a bucket is modifying which field is used to specify the project a bucket is associated with. Changing from `parent` to `bucket.project`. This change updates our handling to use this new field. The existing `parent` is set to the sentinel value `projects/_` which was previously only implicitly found in the bucket name. Update testbench tag to v0.35.0 which includes the new field behavior. ApiaryConversions have been updated to track the project attribute when cross converting as the property `.x_project`; this value should avoid any possible collision if the field name project is supported in the future while the client is operating in this intervening time. If/when StorageObject receives its own project field we should switch to using it. Fix associated with b/254678990
Configuration menu - View commit details
-
Copy full SHA for 65993c0 - Browse repository at this point
Copy the full SHA 65993c0View commit details -
chore(deps): update dependency com.google.cloud:google-cloud-storage …
…to v2.20.2 (#1947) * chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.20.2 * 🦉 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 7cbb522 - Browse repository at this point
Copy the full SHA 7cbb522View commit details
Commits on Mar 29, 2023
-
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
…cies to v3.6.0 (#1957)
Configuration menu - View commit details
-
Copy full SHA for af90f16 - Browse repository at this point
Copy the full SHA af90f16View commit details -
test(deps): update dependency com.google.cloud:google-cloud-conforman…
…ce-tests to v0.3.5 (#1956) * test(deps): update dependency com.google.cloud:google-cloud-conformance-tests to v0.3.5 * test: update assertion of V4SigningTest to consider query string parameters order independent --------- Co-authored-by: BenWhitehead <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbe16ea - Browse repository at this point
Copy the full SHA cbe16eaView commit details -
feat: remove Bucket.retention_period, now that we've migrated to rete…
…ntion_duration (#1955) * docs: Clarifications about behavior of DeleteObject RPC docs: Clarifications about format of GetServiceAccountRequest, CreateHmacKeyRequest, DeleteHmacKeyRequest, GetHmacKeyRequest, ListHmacKeysRequest, ObjectChecksums, HmacKeyMetadata, Bucket field used in CreateBucket request docs: Corrected child_type annotations for ListBucketsRequest docs: Updated resource_reference for DeleteObjectRequest, ReadObjectRequest, GetObjectRequest, ListObjectsRequest, Bucket feat: Changed ChecksummedData definition to use annotation ctype=CORD feat!: Removed Bucket.retention_period, now that we've migrated to retention_duration PiperOrigin-RevId: 519863335 Source-Link: googleapis/googleapis@617ec74 Source-Link: https://github.com/googleapis/googleapis-gen/commit/400b7375fadfce1e5101b353e34888301391f80f Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDAwYjczNzVmYWRmY2UxZTUxMDFiMzUzZTM0ODg4MzAxMzkxZjgwZiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore(deps): Update gapic-generator-java to 2.16.0 PiperOrigin-RevId: 520153493 Source-Link: googleapis/googleapis@26a424a Source-Link: https://github.com/googleapis/googleapis-gen/commit/78f1567661df07bea7425e4341012e7b77c11254 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzhmMTU2NzY2MWRmMDdiZWE3NDI1ZTQzNDEwMTJlN2I3N2MxMTI1NCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: update clirr ignore rules for proto renames --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: BenWhitehead <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0ffe7c - Browse repository at this point
Copy the full SHA c0ffe7cView commit details
Commits on Mar 30, 2023
-
docs: Updated ChecksummedData message definition to specify ctype=COR…
…D, and removed incorrect earlier attempt that set that annotation in the ReadObjectResponse message definition (#1959) * docs: Updated ChecksummedData message definition to specify ctype=CORD, and removed incorrect earlier attempt that set that annotation in the ReadObjectResponse message definition docs: Clarified behavior of resumable upload cancellation PiperOrigin-RevId: 520467605 Source-Link: googleapis/googleapis@ae0254f Source-Link: https://github.com/googleapis/googleapis-gen/commit/9b05c311fb9086850234522ef6b5775490a87807 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWIwNWMzMTFmYjkwODY4NTAyMzQ1MjJlZjZiNTc3NTQ5MGE4NzgwNyJ9 * 🦉 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 3d97bdd - Browse repository at this point
Copy the full SHA 3d97bddView commit details
Commits on Mar 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8b02bd8 - Browse repository at this point
Copy the full SHA 8b02bd8View commit details -
docs: Revert ChecksummedData message definition not to specify ctype=…
…CORD, (#1960) * docs: Revert ChecksummedData message definition not to specify ctype=CORD, because it would be a breaking change. PiperOrigin-RevId: 520647425 Source-Link: googleapis/googleapis@c0b5730 Source-Link: https://github.com/googleapis/googleapis-gen/commit/69856d87147a307c0a61502fbe45d9fd6784a41c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjk4NTZkODcxNDdhMzA3YzBhNjE1MDJmYmU0NWQ5ZmQ2Nzg0YTQxYyJ9 * 🦉 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 3a2a643 - Browse repository at this point
Copy the full SHA 3a2a643View commit details -
chore: README template fix in google-cloud-java (#1785) (#1962)
Source-Link: googleapis/synthtool@43c709a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:3387f93d4577788512112ff69ddab746ae9192ddd9f13cfd175ef310d62d7d30 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 35c610d - Browse repository at this point
Copy the full SHA 35c610dView commit details
Commits on Apr 4, 2023
-
chore(main): release 2.21.0 (#1953)
🤖 I have created a release *beep* *boop* --- ## [2.21.0](https://togithub.com/googleapis/java-storage/compare/v2.20.2...v2.21.0) (2023-03-31) ### Features * Remove Bucket.retention_period, now that we've migrated to retention_duration ([#1955](https://togithub.com/googleapis/java-storage/issues/1955)) ([c0ffe7c](https://togithub.com/googleapis/java-storage/commit/c0ffe7c7cb50181cc375a945b9e79f97da9aa290)) ### Bug Fixes * Update bucket creation to set project as `bucket.project` ([#1912](https://togithub.com/googleapis/java-storage/issues/1912)) ([65993c0](https://togithub.com/googleapis/java-storage/commit/65993c0614987b96962ff28404de2aaea4ee679d)) ### Dependencies * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.6.0 ([#1957](https://togithub.com/googleapis/java-storage/issues/1957)) ([af90f16](https://togithub.com/googleapis/java-storage/commit/af90f162ac038479a0f09fb45289b1aa258d1aec)) * Update dependency net.jqwik:jqwik to v1.7.3 ([#1944](https://togithub.com/googleapis/java-storage/issues/1944)) ([a8b96c9](https://togithub.com/googleapis/java-storage/commit/a8b96c9a2da7fbdf9de5e15e833058117570c24e)) ### Documentation * Revert ChecksummedData message definition not to specify ctype=CORD, ([#1960](https://togithub.com/googleapis/java-storage/issues/1960)) ([3a2a643](https://togithub.com/googleapis/java-storage/commit/3a2a643ff389741efaad244bbabf494dcd9a799b)) * Updated ChecksummedData message definition to specify ctype=CORD, and removed incorrect earlier attempt that set that annotation in the ReadObjectResponse message definition ([#1959](https://togithub.com/googleapis/java-storage/issues/1959)) ([3d97bdd](https://togithub.com/googleapis/java-storage/commit/3d97bddc668deb2059261260125f94c6e32aac76)) --- 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 82769c3 - Browse repository at this point
Copy the full SHA 82769c3View 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.20.2...v2.21.0