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
2 changes: 1 addition & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5750,7 +5750,7 @@ libraries:
- internal/generated/snippets/speech/
tag_format: '{id}/v{version}'
- id: storage
version: 1.58.0
version: 1.59.0
last_generated_commit: effe5c4fa816021e724ca856d5640f2e55b14a8b
apis:
- path: google/storage/control/v2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/storage/control/apiv2",
"version": "1.58.0",
"version": "1.59.0",
"language": "GO",
"apis": [
{
Expand Down
6 changes: 6 additions & 0 deletions storage/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changes


## [1.59.0](https://github.com/googleapis/google-cloud-go/releases/tag/storage%2Fv1.59.0) (2026-01-09)

### Features

* add default checksums for appendable writer (excludes appendable takeover writer) (#13379) ([647baf3](https://github.com/googleapis/google-cloud-go/commit/647baf3249b01e7d5eb5902197bb828706c4c08f))
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

For better readability and to adhere to common changelog conventions, please capitalize the first letter of the feature description.

Suggested change
* add default checksums for appendable writer (excludes appendable takeover writer) (#13379) ([647baf3](https://github.com/googleapis/google-cloud-go/commit/647baf3249b01e7d5eb5902197bb828706c4c08f))
* Add default checksums for appendable writer (excludes appendable takeover writer) (#13379) ([647baf3](https://github.com/googleapis/google-cloud-go/commit/647baf3249b01e7d5eb5902197bb828706c4c08f))


## [1.58.0](https://github.com/googleapis/google-cloud-go/releases/tag/storage%2Fv1.58.0) (2025-12-03)

### Features
Expand Down
4 changes: 2 additions & 2 deletions storage/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading