Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/java-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.20.2
Choose a base ref
...
head repository: googleapis/java-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.21.0
Choose a head ref
  • 14 commits
  • 60 files changed
  • 5 contributors

Commits on Mar 23, 2023

  1. 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).
    release-please[bot] authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    68a066d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    a8b96c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. 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>
    renovate-bot and gcf-owl-bot[bot] authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    edf5c9b View commit details
    Browse the repository at this point in the history
  2. 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>
    renovate-bot and gcf-owl-bot[bot] authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    ca82828 View commit details
    Browse the repository at this point in the history
  3. 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
    BenWhitehead authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    65993c0 View commit details
    Browse the repository at this point in the history
  4. 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>
    renovate-bot and gcf-owl-bot[bot] authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    7cbb522 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    af90f16 View commit details
    Browse the repository at this point in the history
  2. 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]>
    renovate-bot and BenWhitehead authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    cbe16ea View commit details
    Browse the repository at this point in the history
  3. 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]>
    3 people authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    c0ffe7c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. 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>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    3d97bdd View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    8b02bd8 View commit details
    Browse the repository at this point in the history
  2. 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>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    3a2a643 View commit details
    Browse the repository at this point in the history
  3. 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>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    35c610d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. 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).
    release-please[bot] authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    82769c3 View commit details
    Browse the repository at this point in the history
Loading