@googleapis/storage 16.0.1 → 17.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # Changelog
2
2
 
3
+ ## [17.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/storage-v17.1.0...storage-v17.2.0) (2025-07-25)
4
+
5
+
6
+ ### Features
7
+
8
+ * run the generator ([#3721](https://github.com/googleapis/google-api-nodejs-client/issues/3721)) ([89a253d](https://github.com/googleapis/google-api-nodejs-client/commit/89a253dc14d931865a4a35fb9093a39a8804ec63))
9
+
10
+ ## [17.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/storage-v17.0.0...storage-v17.1.0) (2025-07-08)
11
+
12
+
13
+ ### Features
14
+
15
+ * **storage:** update the API ([c0c0d79](https://github.com/googleapis/google-api-nodejs-client/commit/c0c0d791aa0099306b9c6b448f9050c34847a28d))
16
+ * **storage:** update the API ([2fc0241](https://github.com/googleapis/google-api-nodejs-client/commit/2fc02412565c648fbcabcc4f52c82f327d8b8528))
17
+
18
+ ## [17.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/storage-v16.0.1...storage-v17.0.0) (2025-06-30)
19
+
20
+
21
+ ### ⚠ BREAKING CHANGES
22
+
23
+ * upgrade to node 18
24
+
25
+ ### Features
26
+
27
+ * **storage:** update the API ([2fc0241](https://github.com/googleapis/google-api-nodejs-client/commit/2fc02412565c648fbcabcc4f52c82f327d8b8528))
28
+ * **storage:** update the API ([fe20750](https://github.com/googleapis/google-api-nodejs-client/commit/fe20750f404e0790ad51569e7c52f1525952850c))
29
+ * upgrade to node 18 ([682fbb8](https://github.com/googleapis/google-api-nodejs-client/commit/682fbb869189ae92b3e9a194d37d0548af0c1f92))
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * **deps:** upgrade googleapis-common to 8.0.2-rc ([f4b0990](https://github.com/googleapis/google-api-nodejs-client/commit/f4b099071040cfbcfe4a2e7d487d45ee93b369e0))
35
+
3
36
  ## [16.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/storage-v16.0.0...storage-v16.0.1) (2025-06-04)
4
37
 
5
38
 
package/README.md CHANGED
@@ -4,6 +4,15 @@
4
4
 
5
5
  > Lets you store and retrieve potentially-large, immutable data objects.
6
6
 
7
+ ## Support status
8
+ **Note**: Google provides multiple libraries for this service. This library is in
9
+ maintenance mode, and will continue to be made available for users who have
10
+ existing applications. If you're building a new application, or modernizing a
11
+ legacy application, please use [@google-cloud/storage-control](https://www.npmjs.com/package/@google-cloud/storage-control) instead.
12
+ The [@google-cloud/storage-control](https://www.npmjs.com/package/@google-cloud/storage-control) library is faster, easier to use, and better maintained.
13
+
14
+ To learn more, see [Client Libraries Explained](https://cloud.google.com/apis/docs/client-libraries-explained).
15
+
7
16
  ## Installation
8
17
 
9
18
  ```sh