-
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.21.0
head repository: googleapis/java-storage
compare: v2.22.0
- 13 commits
- 43 files changed
- 7 contributors
Commits on Apr 4, 2023
-
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).
Configuration menu - View commit details
-
Copy full SHA for 5a274d7 - Browse repository at this point
Copy the full SHA 5a274d7View commit details
Commits on Apr 5, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 830052b - Browse repository at this point
Copy the full SHA 830052bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6998f0e - Browse repository at this point
Copy the full SHA 6998f0eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for dce670b - Browse repository at this point
Copy the full SHA dce670bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a033b3 - Browse repository at this point
Copy the full SHA 0a033b3View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 93be97a - Browse repository at this point
Copy the full SHA 93be97aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bbb8990 - Browse repository at this point
Copy the full SHA bbb8990View commit details
Commits on Apr 11, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 7354e19 - Browse repository at this point
Copy the full SHA 7354e19View commit details
Commits on Apr 12, 2023
-
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
…cies to v3.7.0 (#1978)
Configuration menu - View commit details
-
Copy full SHA for 1f7e9c9 - Browse repository at this point
Copy the full SHA 1f7e9c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6accdf - Browse repository at this point
Copy the full SHA d6accdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1b9493 - Browse repository at this point
Copy the full SHA f1b9493View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 702ab2b - Browse repository at this point
Copy the full SHA 702ab2bView commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for 1ff4c51 - Browse repository at this point
Copy the full SHA 1ff4c51View 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.21.0...v2.22.0