Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update dependency com.google.cloud:google-cloud-storage to v2.17.1 #1086

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.cloud:google-cloud-storage 2.16.0 -> 2.17.1 age adoption passing confidence

Release Notes

googleapis/java-storage

v2.17.1

Compare Source

Bug Fixes
  • Update BaseStorageReadChannel to be left open unless explicitly closed (#​1853) (1425dd9)

v2.17.0

Compare Source

Features
  • Implement GrpcStorageImpl BucketAccessControl operations (#​1816) (5c52079)
  • Implement GrpcStorageImpl ObjectAccessControl operations (#​1818) (2eec791)
  • Implement GrpcStorageImpl#createDefaultAcl & GrpcStorageImpl#updateDefaultAcl (#​1806) (0f24a11)
  • Implement GrpcStorageImpl#deleteDefaultAcl (#​1807) (c783277)
  • Implement GrpcStorageImpl#getDefaultAcl (#​1802) (b9b7c49)
  • Implement GrpcStorageImpl#listDefaultAcl (#​1805) (03c2e66)
  • Improve throughput of http based storage#reader between 100 MiB/s and 200 MiB/s (#​1799) (94cd288)
  • Update GrpcBlobReadChannel to allow seek/limit after read (#​1834) (45dc983)
Bug Fixes
  • Add missing preconditions and update samples (#​1753) (96beca2)
  • grpc: Fix bucket logging conversion to allow clearing (#​1822) (30e19dc)
  • Update gRPC object list implementation to include synthetic directories (#​1824) (0665c24)
  • Update Grpc Write implementation to allow specifying expected md5 (#​1815) (4662572)
  • Update GrpcConversions to use Bucket.RetentionPolicy.retention_duration (#​1798) (82fb014)
  • Update GrpcStorageImpl#update to support fine-grained update of BucketInfo.labels and BlobInfo.metadata (#​1843) (c8bf3c7)
Documentation
  • Document differing behavior of {get,list}{,default}Acl between HTTP and gRPC (#​1820) (9511b17)
Dependencies
  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.1.1 (#​1836) (3b71fab)
  • Update dependency net.jqwik:jqwik to v1.7.2 (#​1833) (83bc261)
  • Update dependency org.junit.vintage:junit-vintage-engine to v5.9.2 (#​1837) (5b38184)
  • Update junit-platform.version to v5.9.2 (#​1838) (372521b)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested review from a team as code owners January 13, 2023 05:19
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jan 13, 2023
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Jan 13, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 13, 2023
@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/java-storage-nio API. label Jan 13, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 13, 2023
@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: xs Pull request size is extra small. labels Jan 13, 2023
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jan 13, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 13, 2023
@BenWhitehead BenWhitehead added the owlbot:ignore instruct owl-bot to ignore a PR label Jan 13, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 13, 2023
@BenWhitehead BenWhitehead added kokoro:force-run Add this label to force Kokoro to re-run the tests. automerge Merge the pull request once unit tests and other checks pass. labels Jan 13, 2023
@BenWhitehead BenWhitehead force-pushed the renovate/com.google.cloud-google-cloud-storage-2.x branch from de9d053 to 9bf029f Compare January 13, 2023 05:32
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 13, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 13, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 13, 2023
Update some read tests which weren't actually consuming the bytes they
read leading to test failures due to poorly defined manual copies.

Implement FakeStorageRpc#getStorage to support new reader implementation
from v2.17.0+
@BenWhitehead BenWhitehead force-pushed the renovate/com.google.cloud-google-cloud-storage-2.x branch from 9bf029f to 7451ab8 Compare January 13, 2023 05:33
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jan 13, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 13, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 13, 2023
@gcf-merge-on-green gcf-merge-on-green bot merged commit 28b525d into googleapis:main Jan 13, 2023
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/java-storage-nio API. owlbot:ignore instruct owl-bot to ignore a PR size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants