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

secure workflow #11

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open

secure workflow #11

wants to merge 25 commits into from

Conversation

diegomarquezp
Copy link
Owner

cloud-java-bot and others added 25 commits July 23, 2024 08:36
…erant (googleapis#2644)

When a client is shutting down, the Channel pool will deliver an error to our stream observer. This could happen before we are able to actually write a message. Update GapicUnbufferedFinalizeOnCloseResumableWritableByteChannel to not attempt to pass null to ImmutableList.of().
…ge instance in GRPC test (googleapis#2645)

* test: Fix storage closure

* test: turn directpath sample test back on

* use storage options instead of storage to avoid the need to close storage
googleapis#2648)

* chore: Update generation configuration at Fri Jul 26 02:14:32 UTC 2024

* chore: Update generation configuration at Sat Jul 27 02:13:38 UTC 2024

* chore: generate libraries at Sat Jul 27 02:14:03 UTC 2024
googleapis#2652)

* chore: Update generation configuration at Tue Jul 30 02:14:37 UTC 2024

* chore: Update generation configuration at Wed Jul 31 02:02:53 UTC 2024
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* chore: modify readme's transport support description

* chore: generate libraries at Wed Jul 31 02:31:45 UTC 2024

---------

Co-authored-by: cloud-java-bot <[email protected]>
* Close dependency element for `storage_install_with_bom`
* Remove release please comment for storage control from `storage_install_without_bom`. Instead, allow renovate-bot to update when the version is available in maven central.
* remove duplicate declaration of `google-cloud-storage-control` in install-without-bom/pom.xml
* chore(main): release 2.41.1-SNAPSHOT

* chore: cleanup readme versions

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: BenWhitehead <[email protected]>
googleapis#2669)

chore: Update generation configuration at Wed Aug 14 02:15:34 UTC 2024
…nsport to properly clear fields (googleapis#2664)

Update StorageImpl#update(BlobInfo) and StorageImpl#update(BucketInfo) to only send modified fields in the case of an actual update. Currently, it simply sends the json version of the current info, this can mean that if a field is cleared the request to gcs doesn't actually include the field to clear.

This same issue does not impact grpc transport, because grpc transport has an explicit `update_mask` that is populated.

Fixes googleapis#2662
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants