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.21.0
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.22.0
Choose a head ref
  • 13 commits
  • 43 files changed
  • 7 contributors

Commits on Apr 4, 2023

  1. chore(main): release 2.21.1-SNAPSHOT (#1966)

    🤖 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 Apr 4, 2023
    Configuration menu
    Copy the full SHA
    5a274d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. feat: implement GrpcStorageImpl#{get,list,create,delete}Notification (#…

    …1958)
    
    Rewrite ITNotificationTest to leverage testbench for grpc and to separate different cases into their own individual tests rather than having a single large test.
    
    For now the backend hasn't yet implemented the rpcs for grpc, so we rely on testbench. Once the backend does provide we can remove the CrossRun.Ignore annotation on each of the methods.
    BenWhitehead authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    830052b View commit details
    Browse the repository at this point in the history
  2. test(deps): update cross product test dependencies (#1967)

    * 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>
    renovate-bot and gcf-owl-bot[bot] authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    6998f0e View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency com.google.cloud:google-cloud-storage …

    …to v2.21.0 (#1968)
    
    * chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.21.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 Apr 5, 2023
    Configuration menu
    Copy the full SHA
    dce670b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a033b3 View commit details
    Browse the repository at this point in the history
  5. feat: Add matchGlob parameter to BlobListOption (#1965)

    This is a new feature (b/236167515) where List Objects allows filtering
    results based on a provided glob pattern.
    
    Currently only the JSON API supports the matchGlob parameter, so using
    the option with gRPC will throw an exception. gRPC support is planned
    for later.
    
    ---------
    
    Co-authored-by: BenWhitehead <[email protected]>
    briantruong777 and BenWhitehead authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    93be97a View commit details
    Browse the repository at this point in the history
  6. chore(deps): update dependency com.google.cloud:libraries-bom to v26.…

    …12.0 (#1969)
    
    * chore(deps): update dependency com.google.cloud:libraries-bom to v26.12.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 Apr 5, 2023
    Configuration menu
    Copy the full SHA
    bbb8990 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. docs: Update spec for WriteObjectRequest.object_size to clarify that …

    …it applies to both one-shot and resumable writes (#1976)
    
    * docs: Update spec for WriteObjectRequest.object_size to clarify that it applies to both one-shot and resumable writes
    docs: update routing annotations for CancelResumableWriteRequest and QueryWriteStatusRequest
    docs: add pointer to public documentation URL
    
    PiperOrigin-RevId: 523412992
    
    Source-Link: googleapis/googleapis@11ddd42
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/dfb931e19bca32bcb1aa235745599b0fa5a5a222
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGZiOTMxZTE5YmNhMzJiY2IxYWEyMzU3NDU1OTliMGZhNWE1YTIyMiJ9
    
    * 🦉 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 Apr 11, 2023
    Configuration menu
    Copy the full SHA
    7354e19 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    1f7e9c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6accdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1b9493 View commit details
    Browse the repository at this point in the history
  4. feat: make it possible to disable the buffer of ReadChannels returned…

    … from Storage.reader (#1974)
    
    For some scenarios, an external client needs the ability to manage buffer blocking itself. To support this, providing 0 to ReadChannel#setChunkSize will disable buffering allowing for client to avoid the need to alight multiple levels of buffer alignments.
    
    Because the buffering is disabled, that means reads can be much more variable in size and individually more impacted by small network latencies (with buffering these can be amortized by the buffer making followup read faster). This is considered advanced usage and will require more work from the client integrator.
    BenWhitehead authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    702ab2b View commit details
    Browse the repository at this point in the history
  5. chore(main): release 2.22.0 (#1970)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.22.0](https://togithub.com/googleapis/java-storage/compare/v2.21.0...v2.22.0) (2023-04-12)
    
    
    ### Features
    
    * Add matchGlob parameter to BlobListOption ([#1965](https://togithub.com/googleapis/java-storage/issues/1965)) ([93be97a](https://togithub.com/googleapis/java-storage/commit/93be97a9ae061241f510cbeb566f9f839063faa0))
    * Handle generation numbers in BlobId#{to,from}GsUtilUri ([#1929](https://togithub.com/googleapis/java-storage/issues/1929)) ([0a033b3](https://togithub.com/googleapis/java-storage/commit/0a033b36a2be7e1d92c8b2f7323f2851005034cf))
    * Implement GrpcStorageImpl#{get,list,create,delete}Notification ([#1958](https://togithub.com/googleapis/java-storage/issues/1958)) ([830052b](https://togithub.com/googleapis/java-storage/commit/830052b3f26337f50770436784f0ea9f3366dbca))
    * Make it possible to disable the buffer of ReadChannels returned from Storage.reader ([#1974](https://togithub.com/googleapis/java-storage/issues/1974)) ([702ab2b](https://togithub.com/googleapis/java-storage/commit/702ab2bb1ceb9f428296591adc6e09023b4a8484))
    
    
    ### Bug Fixes
    
    * Update GrpcStorageOptions to set allowNonDefaultServiceAccount = true ([#1977](https://togithub.com/googleapis/java-storage/issues/1977)) ([f1b9493](https://togithub.com/googleapis/java-storage/commit/f1b94930509c87ecbdbe6627fec6118305331780))
    
    
    ### Documentation
    
    * Update spec for WriteObjectRequest.object_size to clarify that it applies to both one-shot and resumable writes ([#1976](https://togithub.com/googleapis/java-storage/issues/1976)) ([7354e19](https://togithub.com/googleapis/java-storage/commit/7354e198521384cd2b8583f073217a5a6cb74fe0))
    
    
    ### Dependencies
    
    * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.7.0 ([#1978](https://togithub.com/googleapis/java-storage/issues/1978)) ([1f7e9c9](https://togithub.com/googleapis/java-storage/commit/1f7e9c9130a9516acfcdfda4b23e642fbe799146))
    * Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.21 ([#1979](https://togithub.com/googleapis/java-storage/issues/1979)) ([d6accdf](https://togithub.com/googleapis/java-storage/commit/d6accdf9c81419728c39a61e348a61683dc117ad))
    
    ---
    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 12, 2023
    Configuration menu
    Copy the full SHA
    1ff4c51 View commit details
    Browse the repository at this point in the history
Loading