Skip to content
Open
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 .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"handwritten/logging-winston": "7.0.1",
"handwritten/pubsub": "6.0.1",
"handwritten/spanner": "8.11.0",
"handwritten/storage": "8.0.1",
"handwritten/storage": "8.1.0",
"packages/google-ads-admanager": "0.10.0",
"packages/google-ads-datamanager": "1.0.0",
"packages/google-ai-generativelanguage": "4.0.0",
Expand Down
47 changes: 46 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,51 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "0df2e55ff8c6f2b6f5d73459af079e8d77f5958d",
"message": "Add x-goog-gcs-idempotency-token header",
"issues": [
"8837"
],
"scope": "storage"
},
{
"type": "feat",
"sha": "30c91c80701dd65da44fc29402b5463f7849c42d",
"message": "Add IpFilter support to bucket metadata",
"issues": [
"8623"
],
"scope": "storage"
},
{
"type": "feat",
"sha": "953328f5bd42302785f55c15f1feed857a71e6a7",
"message": "Support copying CSEK-encrypted files to non-CSEK destinations",
"issues": [
"8771"
],
"scope": "storage"
},
{
"type": "fix",
"sha": "cee5338a16e6c7063bc8fe9f6a853e39811df947",
"message": "Resolve strict linter and TypeScript errors",
"issues": [
"9198"
],
"scope": "storage"
}
],
"version": "8.1.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/storage",
"id": "17dfb015-e184-4b63-81dc-61889657aa87",
"createTime": "2026-08-31T11:37:43.314Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -90526,5 +90571,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2026-08-28T08:19:43.503Z"
"updateTime": "2026-08-31T11:37:43.314Z"
}
14 changes: 14 additions & 0 deletions handwritten/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@

[1]: https://www.npmjs.com/package/@google-cloud/storage?activeTab=versions

## [8.1.0](https://github.com/googleapis/google-cloud-node/compare/storage-v8.0.1...storage-v8.1.0) (2026-08-31)


### Features

* **storage:** Add IpFilter support to bucket metadata ([#8623](https://github.com/googleapis/google-cloud-node/issues/8623)) ([30c91c8](https://github.com/googleapis/google-cloud-node/commit/30c91c80701dd65da44fc29402b5463f7849c42d))
* **storage:** Add x-goog-gcs-idempotency-token header ([#8837](https://github.com/googleapis/google-cloud-node/issues/8837)) ([0df2e55](https://github.com/googleapis/google-cloud-node/commit/0df2e55ff8c6f2b6f5d73459af079e8d77f5958d))
* **storage:** Support copying CSEK-encrypted files to non-CSEK destinations ([#8771](https://github.com/googleapis/google-cloud-node/issues/8771)) ([953328f](https://github.com/googleapis/google-cloud-node/commit/953328f5bd42302785f55c15f1feed857a71e6a7))


### Bug Fixes

* **storage:** Resolve strict linter and TypeScript errors ([#9198](https://github.com/googleapis/google-cloud-node/issues/9198)) ([cee5338](https://github.com/googleapis/google-cloud-node/commit/cee5338a16e6c7063bc8fe9f6a853e39811df947))

## [8.0.1](https://github.com/googleapis/google-cloud-node/compare/storage-v8.0.0...storage-v8.0.1) (2026-08-18)


Expand Down
2 changes: 1 addition & 1 deletion handwritten/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/storage",
"description": "Cloud Storage Client Library for Node.js",
"version": "8.0.1",
"version": "8.1.0",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
Loading