Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .librarian/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ libraries:
release_blocked: true
# TODO(https://github.com/googleapis/google-cloud-python/issues/16487):
# Allow releases for google-cloud-storage once this bug is fixed.
- id: "google-cloud-storage"
release_blocked: true
# - id: "google-cloud-storage"
# release_blocked: true
Comment on lines +17 to +18
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Instead of commenting out these lines, they should be removed if the release is no longer blocked. Additionally, the associated TODO and context comments (lines 15-16) should be cleaned up if the underlying issue is resolved to maintain a clean configuration file.

# TODO(https://github.com/googleapis/google-cloud-python/issues/16494):
# Allow generation for google-cloud-bigtable once this bug is fixed.
- id: "google-cloud-bigtable"
Expand Down
8 changes: 4 additions & 4 deletions .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ libraries:
- packages/google-area120-tables/
tag_format: '{id}-v{version}'
- id: google-auth
version: 2.49.1
version: 2.49.2
last_generated_commit: ""
apis: []
source_roots:
Expand Down Expand Up @@ -2141,7 +2141,7 @@ libraries:
- packages/google-cloud-iam-logging/
tag_format: '{id}-v{version}'
- id: google-cloud-iamconnectorcredentials
version: 0.0.0
version: 0.1.0
last_generated_commit: 13b86d1d083c314bf51e42c19f9f6ed941e0553b
apis:
- path: google/cloud/iamconnectorcredentials/v1alpha
Expand Down Expand Up @@ -3366,8 +3366,8 @@ libraries:
- packages/google-cloud-speech/
tag_format: '{id}-v{version}'
- id: google-cloud-storage
version: 3.10.1
last_generated_commit: 280bed6c219637610d09cebf696958dd99fd2f76
version: 3.11.0
last_generated_commit: 2233f63baf69c2a481f30180045fcf036242781d
apis:
- path: google/storage/v2
service_config: storage_v2.yaml
Expand Down
7 changes: 7 additions & 0 deletions packages/google-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://pypi.org/project/google-auth/#history

## [2.49.2](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.49.1...google-auth-v2.49.2) (2026-04-08)


### Bug Fixes

* use requests transport for GCE MDS (#16480) ([614a3d0472d118c78b3b0accf0de0b7cdf3b9e91](https://github.com/googleapis/google-cloud-python/commit/614a3d0472d118c78b3b0accf0de0b7cdf3b9e91))

## [2.49.1](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.49.0...google-auth-v2.49.1) (2026-03-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-auth/google/auth/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.49.1"
__version__ = "2.49.2"
7 changes: 7 additions & 0 deletions packages/google-cloud-iamconnectorcredentials/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
[PyPI History][1]

[1]: https://pypi.org/project/google-cloud-iamconnectorcredentials/#history

## [0.1.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-iamconnectorcredentials-v0.0.0...google-cloud-iamconnectorcredentials-v0.1.0) (2026-04-08)


### Features

* onboard a new library ([2a3458c8d0d6bb85236cd744baecbe559fb1daf5](https://github.com/googleapis/google-cloud-python/commit/2a3458c8d0d6bb85236cd744baecbe559fb1daf5))
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
[PyPI History][1]

[1]: https://pypi.org/project/google-cloud-iamconnectorcredentials/#history

## [0.1.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-iamconnectorcredentials-v0.0.0...google-cloud-iamconnectorcredentials-v0.1.0) (2026-04-08)


### Features

* onboard a new library ([2a3458c8d0d6bb85236cd744baecbe559fb1daf5](https://github.com/googleapis/google-cloud-python/commit/2a3458c8d0d6bb85236cd744baecbe559fb1daf5))
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-iamconnectorcredentials",
"version": "0.0.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
18 changes: 18 additions & 0 deletions packages/google-cloud-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@

[1]: https://pypi.org/project/google-cloud-storage/#history

## [3.11.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-storage-v3.10.1...google-cloud-storage-v3.11.0) (2026-04-08)


### Documentation

* Updated documentation for `BidiReadObject`, `ReadObjectRequest`, and `ObjectContexts` ([1230e1743c1aac8d810864fb09f33aafec098a7d](https://github.com/googleapis/google-cloud-python/commit/1230e1743c1aac8d810864fb09f33aafec098a7d))


### Features

* generate libraries ([796450786a565e1c2c731f88d9b12b5ee077f219](https://github.com/googleapis/google-cloud-python/commit/796450786a565e1c2c731f88d9b12b5ee077f219))
* Added a new field `ComposeObjectRequest.delete_source_objects` field ([1230e1743c1aac8d810864fb09f33aafec098a7d](https://github.com/googleapis/google-cloud-python/commit/1230e1743c1aac8d810864fb09f33aafec098a7d))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The word 'field' is repeated in this entry ('Added a new field ... field'). Consider removing the redundancy for better clarity.



### Bug Fixes

* updates typing for python 3.8 ([87b7ba97c95587d213a9ebe91e41cc9e5316f392](https://github.com/googleapis/google-cloud-python/commit/87b7ba97c95587d213a9ebe91e41cc9e5316f392))

## [3.10.1](https://github.com/googleapis/python-storage/compare/v3.10.0...v3.10.1) (2026-03-23)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.10.1" # {x-release-please-version}
__version__ = "3.11.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.10.1" # {x-release-please-version}
__version__ = "3.11.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -1798,6 +1798,9 @@ class WriteObjectResponse(proto.Message):
finalized.

This field is a member of `oneof`_ ``write_status``.
persisted_data_checksums (google.cloud._storage_v2.types.ObjectChecksums):
If persisted_size is set, contains checksums of persisted
data.
"""

persisted_size: int = proto.Field(
Expand All @@ -1811,6 +1814,11 @@ class WriteObjectResponse(proto.Message):
oneof="write_status",
message="Object",
)
persisted_data_checksums: "ObjectChecksums" = proto.Field(
proto.MESSAGE,
number=3,
message="ObjectChecksums",
)


class AppendObjectSpec(proto.Message):
Expand Down Expand Up @@ -1950,8 +1958,9 @@ class BidiWriteObjectRequest(proto.Message):
object_checksums (google.cloud._storage_v2.types.ObjectChecksums):
Optional. Checksums for the complete object. If the
checksums computed by the service don't match the specified
checksums the call fails. Might only be provided in the
first request or the last request (with finish_write set).
checksums the call fails. May be provided in the last
request (with finish_write set). For non-appendable objects
only, may also be provided in the first request.
state_lookup (bool):
Optional. For each ``BidiWriteObjectRequest`` where
``state_lookup`` is ``true`` or the client closes the
Expand Down Expand Up @@ -2058,6 +2067,9 @@ class BidiWriteObjectResponse(proto.Message):
finalized.

This field is a member of `oneof`_ ``write_status``.
persisted_data_checksums (google.cloud._storage_v2.types.ObjectChecksums):
If persisted_size is set, contains checksums of persisted
data.
write_handle (google.cloud._storage_v2.types.BidiWriteHandle):
An optional write handle that is returned
periodically in response messages. Clients
Expand All @@ -2078,6 +2090,11 @@ class BidiWriteObjectResponse(proto.Message):
oneof="write_status",
message="Object",
)
persisted_data_checksums: "ObjectChecksums" = proto.Field(
proto.MESSAGE,
number=4,
message="ObjectChecksums",
)
write_handle: "BidiWriteHandle" = proto.Field(
proto.MESSAGE,
number=3,
Expand Down Expand Up @@ -2276,6 +2293,9 @@ class QueryWriteStatusResponse(proto.Message):
finalized.

This field is a member of `oneof`_ ``write_status``.
persisted_data_checksums (google.cloud._storage_v2.types.ObjectChecksums):
If persisted_size is set, contains checksums of persisted
data.
"""

persisted_size: int = proto.Field(
Expand All @@ -2289,6 +2309,11 @@ class QueryWriteStatusResponse(proto.Message):
oneof="write_status",
message="Object",
)
persisted_data_checksums: "ObjectChecksums" = proto.Field(
proto.MESSAGE,
number=3,
message="ObjectChecksums",
)


class RewriteObjectRequest(proto.Message):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.10.1"
__version__ = "3.11.0"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-storage",
"version": "3.10.1"
"version": "3.11.0"
},
"snippets": [
{
Expand Down
Loading